{ "opencollection": "1.0.0", "info": { "name": "SEC EDGAR Submissions & Company Facts XBRL API", "version": "1.0.0" }, "items": [ { "info": { "name": "XBRL", "type": "folder" }, "items": [ { "info": { "name": "Get all XBRL facts for a company", "type": "http" }, "http": { "method": "GET", "url": "https://data.sec.gov/api/xbrl/companyfacts/CIK:cik.json", "params": [ { "name": "cik", "value": "320193", "type": "path", "description": "10-digit CIK with leading zeros" } ] }, "docs": "Returns all structured financial data reported in XBRL-tagged SEC filings for a company. Covers all US-GAAP and DEI taxonomy concepts across all filings. Data is organized by concept with historical values per period." }, { "info": { "name": "Get a single XBRL concept for a company", "type": "http" }, "http": { "method": "GET", "url": "https://data.sec.gov/api/xbrl/companyconcept/CIK:cik/:taxonomy/:concept.json", "params": [ { "name": "cik", "value": "320193", "type": "path" }, { "name": "taxonomy", "value": "us-gaap", "type": "path", "description": "XBRL taxonomy namespace" }, { "name": "concept", "value": "AccountsPayableCurrent", "type": "path", "description": "XBRL concept name (camelCase)" } ] }, "docs": "Returns all historical values reported for a specific XBRL concept by a company. For example, retrieve all reported values of AccountsPayableCurrent from the us-gaap taxonomy across all filings." }, { "info": { "name": "Get all company values for a concept in a period", "type": "http" }, "http": { "method": "GET", "url": "https://data.sec.gov/api/xbrl/frames/:taxonomy/:concept/:unit/:period.json", "params": [ { "name": "taxonomy", "value": "us-gaap", "type": "path" }, { "name": "concept", "value": "AccountsPayableCurrent", "type": "path" }, { "name": "unit", "value": "USD", "type": "path", "description": "Unit of measure (USD, shares, pure)" }, { "name": "period", "value": "CY2023Q4I", "type": "path", "description": "Period identifier. For annual instant: CY{year}Q{quarter}I. For annual duration: CY{year}." } ] }, "docs": "Returns values for a given XBRL concept across all companies for a specific period. Useful for cross-company financial data comparisons and benchmarking." } ] } ], "bundled": true }