Which MIME types are related to file extension ".xbrl"?
The .xbrl file extension is associated with 1 MIME types:
A MIME type is a string that tells browsers and other tools how to handle a particular kind of file.
About .xbrl Files
XBRL files are business reporting documents that use XML formats. They encode financial and regulatory data in a standardized way.
They follow the MIME type application/xml, which is common for files that rely on XML structures.
- Main use: Representing and exchanging financial data.
- Used for annual and quarterly reports by companies.
- Facilitates regulatory filings and data analysis.
- Processed by specialized software like Arelle and certain Excel add-ins.
According to XBRL, this format improves consistency and accuracy in financial reporting.
Relationship between file extension and MIME type
A file extension is a suffix at the end of a filename that indicates what type of file it is. File extensions help both users and operating systems identify what application should be used to open the file.
File extensions are typically separated from the filename by a period (dot) and consist of 2-4 characters, though they can be longer. For example, in the filename "document.pdf", ".pdf" is the file extension.
File extensions are closely related to MIME types, as they both serve to identify the format of a file. However, while MIME types are used primarily by web browsers and servers, file extensions are used by operating systems and applications.
Associated MIME types
FAQs
How do I open an .xbrl file?
To view the formatted financial data, you should use specialized software like Arelle, Altova XMLSpy, or specific regulatory filing tools. If you only need to inspect the raw code, you can open the file in any text editor like Notepad or Notepad++.
Can I open XBRL files in Microsoft Excel?
Yes, but it often requires an XBRL add-in to interpret the financial taxonomy correctly. Without an add-in, Excel will attempt to import it as a generic XML map, which may result in a disorganized spreadsheet structure.
What is the correct MIME type for XBRL files?
Because XBRL is an XML-based language, it typically uses the MIME type application/xml. In some specific server configurations or API responses, you might also encounter application/xbrl+xml to distinguish it from generic XML data.
Why does the file look like computer code when I open it?
XBRL files are designed for machine-to-machine exchange using XML tags to define data points. If you see tags like <xbrli:unit> instead of financial tables, you are viewing the raw source code rather than the rendered report.
How can I convert an XBRL file to PDF or CSV?
Most professional financial reporting suites include options to export XBRL data to PDF or CSV for easier reading. There are also online conversion tools available, though you should exercise caution when uploading sensitive financial data to third-party websites.
Is an XBRL file distinct from an iXBRL file?
Yes. Standard XBRL is pure XML data meant for software processing, while iXBRL (Inline XBRL) embeds the data into an HTML document. iXBRL files can be viewed in a standard web browser, whereas standard XBRL files usually require a dedicated viewer.
General FAQ
What is a MIME type?
A MIME (Multipurpose Internet Mail Extensions) type is a standard that indicates the nature and format of a document, file, or assortment of bytes. MIME types are defined and standardized in IETF's RFC 6838.
MIME types are important because they help browsers and servers understand how to process a file. When a browser receives a file from a server, it uses the MIME type to determine how to display or handle the content, whether it's an image to display, a PDF to open in a viewer, or a video to play.
MIME types consist of a type and a subtype, separated by a slash (e.g., text/html, image/jpeg, application/pdf). Some MIME types also include optional parameters.
How do I find the MIME type for a file?
You can check the file extension or use a file identification tool such as file --mime-type on the command line. Many programming languages also provide libraries to detect MIME types.
Why can one extension have multiple MIME types?
Different programs and historical usage may assign various MIME identifiers to the same file format. Listing them together helps maintain compatibility across tools.