Convert SEC XBRL to JSON
get_xbrlThe full XBRL-to-JSON converter. By default returns a company's normalized income statement, balance sheet and cash flow across every reported period, plus a concept index of every us-gaap/dei tag it reports. Pass concept to pull the raw time series for any specific tag(s) beyond the curated fundamentals; pass accession for every concept reported in one specific filing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cik | No | SEC CIK, alternative to ticker. | |
| limit | No | Max periods per statement, 1-100 (default 40). | |
| period | No | Statement period (default annual). | |
| ticker | No | US stock ticker, e.g. 'AAPL'. | |
| concept | No | Comma-separated us-gaap/dei tag(s) to return the raw series for, e.g. 'Revenues,Assets'. Omit for normalized statements + concept index. | |
| accession | No | An accession (e.g. '0000320193-24-000123') to return every XBRL concept reported in that one filing. Overrides ticker/concept. |