Company financial history (SEC)
company_financial_historyValidate a backtest by checking a company's SEC-reported financials by CIK or ticker: list us-gaap concepts or get observations with filing details and source hash.
Instructions
SEC-reported financial history for one company from the canlicapital.com company reference (GET /company-data/{cik}.json), by cik or by ticker (resolved through GET /api/v1/company-tickers.json, companies in the release only). Without a concept it lists the available histories; with one it returns observations, newest first, each with its filing accession, form, filed date and unit, plus the SHA-256 of the original SEC response. No key required. Public company accounting reference, not market prices, returns, an investment recommendation, or ALPHAC performance. Validate a separately constructed return series with the validation API; accounting values are not returns.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cik | No | SEC CIK; send cik or ticker. | |
| limit | No | Most observations, newest first; default 40. | |
| ticker | No | Ticker such as AAPL; send ticker or cik. | |
| concept | No | us-gaap concept such as Assets; omit to list them. |