---
title: "Get income statements"
method: GET
path: "/financials/income-statements"
tags: ["Financial Statements"]
---

# Get income statements

`GET /financials/income-statements`

Get income statements for a ticker.

## Query parameters

- `ticker` string
- `period` 'annual' | 'quarterly' | 'ttm', required
- `limit` integer
- `cik` string
- `report_period` string, date
- `report_period_gte` string, date
- `report_period_lte` string, date
- `report_period_gt` string, date
- `report_period_lt` string, date
- `filing_date` string, date
- `filing_date_gte` string, date
- `filing_date_lte` string, date
- `filing_date_gt` string, date
- `filing_date_lt` string, date

## Response `200`

Income statements response

- IncomeStatementResponse
  - `income_statements` IncomeStatement[]
    - `ticker` string — The ticker symbol.
    - `report_period` string, date — The reporting period of the income statement.
    - `fiscal_period` string — The fiscal period of the income statement.
    - `period` 'quarterly' | 'ttm' | 'annual' — The time period of the income statement.
    - `currency` string — The currency in which the financial data is reported.
    - `accession_number` string, nullable — The SEC accession number of the filing.
    - `filing_url` string, uri, nullable — URL to the SEC filing.
    - `filing_date` string, date, nullable — Calendar day SEC accepted the filing, in Eastern Time (the SEC's operating timezone). Calendar-day pair to `filing_datetime`. Null when no dated SEC filing is linked to the row.
    - `filing_datetime` string, date-time, nullable — Sub-day timestamp recording when SEC accepted the filing, in Eastern Time. Sourced from SEC's `acceptanceDateTime` field on the EDGAR submissions API. Pairs with `filing_date` (calendar-day precision of the same event).
    - `revenue` number — The total revenue of the company.
    - `cost_of_revenue` number — The cost of revenue of the company.
    - `gross_profit` number — The gross profit of the company.
    - `operating_expense` number — The operating expenses of the company.
    - `selling_general_and_administrative_expenses` number — The selling, general, and administrative expenses of the company.
    - `research_and_development` number — The research and development expenses of the company.
    - `operating_income` number — The operating income of the company.
    - `interest_expense` number — The interest expenses of the company.
    - `ebit` number — The earnings before interest and taxes of the company.
    - `income_tax_expense` number — The income tax expenses of the company.
    - `net_income_discontinued_operations` number — The net income from discontinued operations of the company.
    - `net_income_non_controlling_interests` number — The net income from non-controlling interests of the company.
    - `net_income` number — The net income of the company.
    - `net_income_common_stock` number — The net income available to common stockholders of the company.
    - `preferred_dividends_impact` number — The impact of preferred dividends on the net income of the company.
    - `consolidated_income` number — The consolidated income of the company.
    - `earnings_per_share` number — The earnings per share of the company.
    - `earnings_per_share_diluted` number — The diluted earnings per share of the company.
    - `dividends_per_common_share` number — The dividends per common share of the company.
    - `weighted_average_shares` number — The weighted average shares of the company.
    - `weighted_average_shares_diluted` number — The diluted weighted average shares of the company.

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `402` — The request requires a paid subscription
- `404` — The specified resource was not found

---

[API](https://skmtc.net/financialdatasets/apis/financial-datasets-api.md) · [All operations](https://skmtc.net/financialdatasets/apis/financial-datasets-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/financialdatasets/financial-datasets-api/revisions/df2363101891/schema)
