Home › Forums › The XBRL API › list of XBRL tag extensions
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
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
API Use 2024 || API Use 2023 || API Use 2022 || API Use 2021 || API Use 2020 || API Use 2019 || API Use 2018
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.