Financials (XBRL).
Standardized XBRL concept data from 10-K and 10-Q filings, single concepts, full bundles, cross-sectional screener, and fundamental ratios.
Endpoints
- GETFull XBRL bundle
/fnd/stocks/:ticker/financialsEvery reported XBRL concept for a company across every period and unit. Payload is large (5+ MB for a mature filer); strictly requires Accept-Encoding: gzip.
- GETSingle concept across periods
/fnd/stocks/:ticker/financials/:conceptOne XBRL concept across every reported period for a company. Smaller than the full bundle but still gzip-required.
- GETCross-sectional screener
/fnd/stocks/screener/:concept/:periodEvery filer's reported value for one concept in one period. The screener primitive, answer 'who reported the highest Revenue in Q1 2024?' in a single call.
- GETFundamental ratios
/fnd/stocks/:ticker/ratiosStandard fundamental ratios computed from XBRL data, across every reported period (newest-first). Pure XBRL, no stock-price-dependent ratios (P/E, P/B, EV/EBITDA) since this version doesn't carry equity prices.