sec_edgar_get_concept_series
Fetch a company's historical values for a financial concept such as revenue or net income, with aliases that merge US-GAAP tags across accounting changes. Use it to analyze trends and ratios from SEC filings.
Instructions
Returns the reported time series for one financial concept (revenue, net income, total assets, ...). Use this for trend and ratio analysis. The most reliable way to call it is with one of THESE ALIASES: capex, cash, eps_diluted, gross_profit, net_income, operating_cash_flow, operating_income, revenue, rnd_expense, stockholders_equity, total_assets, total_liabilities. An alias merges every US-GAAP tag the company has used for that concept over time, so history is not silently truncated when a company switches tags after an accounting standard change. A raw US-GAAP tag is also accepted. If nothing is found, the error message explains how to proceed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of periods to return, most recent last | |
| period | No | annual = periods spanning roughly one year; quarterly = roughly one quarter | annual |
| ticker | Yes | Stock ticker symbol, e.g. AAPL | |
| concept | Yes | Takma ad (revenue, net_income, total_assets, ...) veya ham US-GAAP etiketi (orn. NetIncomeLoss) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cik | Yes | ||
| label | No | ||
| points | Yes | ||
| taxonomy | Yes | ||
| requested_concept | Yes | The alias or tag the caller supplied | |
| resolved_concepts | Yes | US-GAAP tags that returned data and were MERGED into this series | |
| fiscal_year_derived | Yes | True: fiscal year labels were derived from the company's own SEC filings. False: no anchor filing was found, so the calendar year of the period end was used instead - treat these labels as less reliable. |