Home › Forums › The XBRL API › list of XBRL tag extensions
- This topic has 1 reply, 2 voices, and was last updated 4 years, 4 months ago by David Tauriello.
-
AuthorPosts
-
-
Monday, May 11, 2020 at 11:57 AM #179329Tim BuiParticipant
Hi David,
I can easily get the us-gaap tag (name) and label from the US_GAAP_Taxonomy spreadsheet. Is there a place where I can get all of the extensions to the tags?
Thank you!
Tim -
Monday, May 11, 2020 at 3:10 PM #179353David TaurielloKeymaster
Hi Tim – I hope you’re well. Extensions are created by a company when they’re unable to find an appropriate element in the base taxonomy for their filing that is approved and supported by US SEC.
In the XBRL API, you can use
concept.is-base=false
as a filter on the/fact
endpoint to return facts in a company filing that are extensions. For example, here’s a summary of non-dimensionalized elements Apple created for a filing a couple of years ago (returning concept.namespace so you can see these are extensions):/fact/search?dts.id=306447&concept.is-base=false &fact.has-dimensions=false&fact.ultimus=true &fields=fact.value,concept.local-name, period.fiscal-year.sort(DESC),period.fiscal-period, concept.namespace
- This reply was modified 4 years, 4 months ago by David Tauriello.
-
-
AuthorPosts
- You must be logged in to reply to this topic.
Search Forums
Recent Topics
Recent Replies
-
Query for multiple dimensions 3 weeks, 1 day ago
-
Query for multiple dimensions 3 weeks, 5 days ago
-
Showdata function 3 months, 1 week ago
-
Showdata function 3 months, 1 week ago
-
Showdata function 3 months, 1 week ago
Documentation & Discussion
- Get started with Google Sheets OR
- Get started with Microsoft Excel OR
- Get access to as-filed data from us for other tools or your own app
- XBRL API Interactive Documentation
- Ten Tips & Techniques
- The XBRL API
- XBRL Data Community
- 2024 US GAAP Taxonomy Viewer
- Live support - Monday, 3:30 - 4:30 PM ET
Who's using this free data?
API Use 2024 || API Use 2023 || API Use 2022 || API Use 2021 || API Use 2020 || API Use 2019 || API Use 2018
Join XBRL US
- Individual Options - Basic, Power User & Sole Practitioner
- For Your Team - Startup, Non-Profit, Academic & Corporate options
- Member Benefits Comparison Table
Using the XBRL API with the Public Filings Database
Unless otherwise agreed to in writing, any and all use of the XBRL API to authenticate and retrieve data from the XBRL US Database of Public Filings implies user consent and agreement with the XBRL US API Agreement. If you are unable to agree to these terms, do not use the XBRL API.
To use the XBRL API outside of Google Sheets, your account needs to be provisioned for OAuth2 access.