Home › Forums › The XBRL API › Questions – 12/12/18 webinar
- This topic has 2 replies, 1 voice, and was last updated 6 years, 1 month ago by David Tauriello.
-
AuthorPosts
-
-
Friday, December 14, 2018 at 1:06 PM #118639David TaurielloKeymaster
There were several questions we didn’t answer completely from this week’s webinar:
-
Friday, December 14, 2018 at 1:06 PM #118640David TaurielloKeymaster
Do you provide any historical trace for deprecated concepts? Could we trace the lineage of a concept between taxonomies using the API?
You could use the dts for approved base taxonomies (US GAAP, IFRS) to query concepts and look for ‘Deprecated’ in the label … something like:
/concept/search?dts.id=257581,257584,257585,257586,257587,257588,257589,257590,292503&concept.local-name=ResaleAgreementsMaturities&fields=dts.id.sort(ASC),concept.local-name,concept.namespace,label.*
If you do this for the example, you’ll see the element was deprcated as of 2016 US GAAP. This is not particularly effective, though, and in addition, FASB has moved the notation for deprecated concepts from the label to a reference, so the detail exists in two places.
We’ve got plans to implement string search in a couple of areas and these will be included (thanks for a great suggestion), so a query on ‘deprecat’ will pull only those values.
-
Thursday, December 20, 2018 at 11:54 AM #118962David TaurielloKeymaster
Is there a way to go back from the data received through the API to the actual human-readable SEC filings where the data come from, to quickly double check the data for example?
On the webinar, we mentioned that you can use
report.sec-url
from the report endpoint to return the URL to the SEC index page for the filing. You can also usereport.entry-url
for the location of the instance (facts) for the filing.Further – if you combine the
report.entry-url
with thefact.xml-id
you have a citation to the location of the fact within the instance (NOTE: not all facts have a corresponding xml id in EDGAR).https://api.xbrl.us/api/v1/fact/search?entity.cik=0000320193&period.fiscal-year=2018&concept.local-name=AccumulatedOtherComprehensiveIncomeLossNetOfTax&report.type=10-K&fact.has-dimensions=false&concept.is-monetary=true&fields=report.entry-url,fact.xml-id,fact.value,concept.local-name.sort(ASC)
If you open the report.entry-url in a browser and use ‘find in page’ to search on the fact.xml-id value, it will bring you to the AOCI value.
-
-
AuthorPosts
- You must be logged in to reply to this topic.
Search Forums
Recent Topics
Recent Replies
-
Spreadsheet Commands: Query Worksheet and Query Workbook Query Workbook 2 months, 4 weeks ago
-
Query for multiple dimensions 4 months, 4 weeks ago
-
Query for multiple dimensions 5 months ago
-
Showdata function 7 months, 2 weeks ago
-
Showdata function 7 months, 2 weeks 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.