company_financial_history
Retrieve a company's reported history for any financial metric from SEC filings, deduplicated to one record per period, with form type and filing date.
Instructions
One company's reported history of a financial metric.
Deduplicated to one record per period, taking the most recent filing -- this year's 10-K restates last year's figures, so raw SEC data repeats periods with different values.
Every record carries the form type, filing date, and a verify_url.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | How many periods to return, 1-200. | |
| metric | No | revenue, net_income, assets, cash, operating_cash_flow, eps_diluted, and others. A raw XBRL tag also works. | revenue |
| company | Yes | Ticker like AAPL, or a CIK number. | |
| period_type | No | annual gives one figure per fiscal year; quarterly gives three-month figures. Use this -- a 10-Q reports both the quarter AND the year-to-date with the same end date, so 'any' mixes 3-month and 9-month numbers. | annual |