# Income statement consolidated

The income statement consolidated endpoint provides a company&#039;s raw income statement, detailing revenue, expenses, and net income for specified periods, either annually or quarterly. This data is essential for evaluating a company&#039;s financial performance over time, allowing users to access comprehensive financial results in a structured format.

**API credits cost:** `100` per symbol

> **Note:** This API endpoint is available on the <a href="https://twelvedata.com/pricing">Ultra</a> plan (individual) and the <a href="https://twelvedata.com/pricing-business">Enterprise</a> plan (business) and above.

## Parameters

- `symbol` (string, optional, see notes)
  Symbol ticker of instrument.
For preferred stocks use dot(.) delimiter.
E.g. `BRK.A` or `BRK.B` will be correct
  Example value: `AAPL`


- `figi` (string, optional, see notes)
  Filter by financial instrument global identifier (FIGI). This parameter is available on the Ultra plan (individual) and the Enterprise plan (business) and above.
  Example value: `BBG000B9Y5X2`


- `isin` (string, optional, see notes)
  Filter by international securities identification number (ISIN). ISIN access is activating in the Data add-ons section
  Example value: `US0378331005`


- `cusip` (string, optional, see notes)
  The CUSIP of an instrument for which data is requested. CUSIP access is activating in the Data add-ons section
  Example value: `594918104`


- `exchange` (string, optional)
  Exchange where instrument is traded
  Example value: `NASDAQ`


- `mic_code` (string, optional)
  Market Identifier Code (MIC) under ISO 10383 standard
  Example value: `XNAS`


- `country` (string, optional)
  Country where instrument is traded, e.g., `United States` or `US`
  Example value: `United States`


- `period` (string, optional)
  The reporting period for the income statement data
  Available values: `annual`, `quarterly`


- `start_date` (string, optional)
  Begin date for filtering income statements by fiscal date.
Returns income statements with fiscal dates on or after this date.
Format `2006-01-02`
  Example value: `2024-01-01`


- `end_date` (string, optional)
  End date for filtering income statements by fiscal date.
Returns income statements with fiscal dates on or before this date.
Format `2006-01-02`
  Example value: `2024-12-31`


- `outputsize` (integer, optional)
  Number of records in response
  Default value: `6`


**Notes:**

 - At least one of the following parameters is required: `symbol`, `figi`, `isin`, `cusip`.

## Response

- `income_statement` (array of object)
  Income statement data
  - `fiscal_date` (string)
    Date of fiscal period ending
  - `year` (integer)
    Fiscal year
  - `revenue` (object)
    Revenue information
    - `total_revenue` (number)
      Total revenue
    - `operating_revenue` (number)
      Operating revenue
  - `gross_profit` (object)
    Gross profit information
    - `gross_profit_value` (number)
      Gross profit value
    - `cost_of_revenue` (object)
      Cost of revenue information
      - `cost_of_revenue_value` (number)
        Cost of revenue value
      - `excise_taxes` (number)
        Excise taxes
      - `reconciled_cost_of_revenue` (number)
        Reconciled cost of revenue
  - `operating_income` (object)
    Operating income information
    - `operating_income_value` (number)
      Operating income value
    - `total_operating_income_as_reported` (number)
      Total operating income as reported
    - `operating_expense` (number)
      Operating expense
    - `other_operating_expenses` (number)
      Other operating expenses
    - `total_expenses` (number)
      Total expenses
  - `net_income` (object)
    Net income information
    - `net_income_value` (number)
      Net income value
    - `net_income_common_stockholders` (number)
      Net income common stockholders
    - `net_income_including_noncontrolling_interests` (number)
      Net income including noncontrolling interests
    - `net_income_from_tax_loss_carryforward` (number)
      Net income from tax loss carryforward
    - `net_income_extraordinary` (number)
      Net income extraordinary
    - `net_income_discontinuous_operations` (number)
      Net income discontinuous operations
    - `net_income_continuous_operations` (number)
      Net income continuous operations
    - `net_income_from_continuing_operation_net_minority_interest` (number)
      Net income from continuing operation net minority interest
    - `net_income_from_continuing_and_discontinued_operation` (number)
      Net income from continuing and discontinued operation
    - `normalized_income` (number)
      Normalized income
    - `minority_interests` (number)
      Minority interests
  - `earnings_per_share` (object)
    Earnings per share information
    - `diluted_eps` (number)
      Diluted EPS
    - `basic_eps` (number)
      Basic EPS
    - `continuing_and_discontinued_diluted_eps` (number)
      Continuing and discontinued diluted EPS
    - `continuing_and_discontinued_basic_eps` (number)
      Continuing and discontinued basic EPS
    - `normalized_diluted_eps` (number)
      Normalized diluted EPS
    - `normalized_basic_eps` (number)
      Normalized basic EPS
    - `reported_normalized_diluted_eps` (number)
      Reported normalized diluted EPS
    - `reported_normalized_basic_eps` (number)
      Reported normalized basic EPS
    - `diluted_eps_other_gains_losses` (number)
      Diluted EPS other gains losses
    - `tax_loss_carryforward_diluted_eps` (number)
      Tax loss carryforward diluted EPS
    - `diluted_accounting_change` (number)
      Diluted accounting change
    - `diluted_extraordinary` (number)
      Diluted extraordinary
    - `diluted_discontinuous_operations` (number)
      Diluted discontinuous operations
    - `diluted_continuous_operations` (number)
      Diluted continuous operations
    - `basic_eps_other_gains_losses` (number)
      Basic EPS other gains losses
    - `tax_loss_carryforward_basic_eps` (number)
      Tax loss carryforward basic EPS
    - `basic_accounting_change` (number)
      Basic accounting change
    - `basic_extraordinary` (number)
      Basic extraordinary
    - `basic_discontinuous_operations` (number)
      Basic discontinuous operations
    - `basic_continuous_operations` (number)
      Basic continuous operations
    - `diluted_ni_avail_to_common_stockholders` (number)
      Diluted NI available to common stockholders
    - `average_dilution_earnings` (number)
      Average dilution earnings
  - `expenses` (object)
    Expenses information
    - `total_expenses` (number)
      Total expenses
    - `selling_general_and_administration_expense` (number)
      Selling general and administration expense
    - `selling_and_marketing_expense` (number)
      Selling and marketing expense
    - `general_and_administrative_expense` (number)
      General and administrative expense
    - `other_general_and_administrative_expense` (number)
      Other general and administrative expense
    - `depreciation_amortization_depletion_income_statement` (number)
      Depreciation amortization depletion income statement
    - `research_and_development_expense` (number)
      Research and development expense
    - `insurance_and_claims_expense` (number)
      Insurance and claims expense
    - `rent_and_landing_fees` (number)
      Rent and landing fees
    - `salaries_and_wages_expense` (number)
      Salaries and wages expense
    - `rent_expense_supplemental` (number)
      Rent expense supplemental
    - `provision_for_doubtful_accounts` (number)
      Provision for doubtful accounts
  - `interest_income_and_expense` (object)
    Interest income and expense information
    - `interest_income` (number)
      Interest income
    - `interest_expense` (number)
      Interest expense
    - `net_interest_income` (number)
      Net interest income
    - `net_non_operating_interest_income_expense` (number)
      Net non operating interest income expense
    - `interest_expense_non_operating` (number)
      Interest expense non operating
    - `interest_income_non_operating` (number)
      Interest income non operating
  - `other_income_and_expenses` (object)
    Other income and expenses information
    - `other_income_expense` (number)
      Other income expense
    - `other_non_operating_income_expenses` (number)
      Other non operating income expenses
    - `special_income_charges` (number)
      Special income charges
    - `gain_on_sale_of_ppe` (number)
      Gain on sale of PPE
    - `gain_on_sale_of_business` (number)
      Gain on sale of business
    - `gain_on_sale_of_security` (number)
      Gain on sale of security
    - `other_special_charges` (number)
      Other special charges
    - `write_off` (number)
      Write off
    - `impairment_of_capital_assets` (number)
      Impairment of capital assets
    - `restructuring_and_merger_acquisition` (number)
      Restructuring and merger acquisition
    - `securities_amortization` (number)
      Securities amortization
    - `earnings_from_equity_interest` (number)
      Earnings from equity interest
    - `earnings_from_equity_interest_net_of_tax` (number)
      Earnings from equity interest net of tax
    - `total_other_finance_cost` (number)
      Total other finance cost
  - `taxes` (object)
    Taxes information
    - `tax_provision` (number)
      Tax provision
    - `tax_effect_of_unusual_items` (number)
      Tax effect of unusual items
    - `tax_rate_for_calculations` (number)
      Tax rate for calculations
    - `other_taxes` (number)
      Other taxes
  - `depreciation_and_amortization` (object)
    Depreciation and amortization information
    - `depreciation_amortization_depletion` (number)
      Depreciation amortization depletion
    - `amortization_of_intangibles` (number)
      Amortization of intangibles
    - `depreciation` (number)
      Depreciation
    - `amortization` (number)
      Amortization
    - `depletion` (number)
      Depletion
    - `depreciation_and_amortization_in_income_statement` (number)
      Depreciation and amortization in income statement
  - `ebitda` (object)
    EBITDA information
    - `ebitda_value` (number)
      EBITDA value
    - `normalized_ebitda_value` (number)
      Normalized EBITDA value
    - `ebit_value` (number)
      EBIT value
  - `dividends_and_shares` (object)
    Dividends and shares information
    - `dividend_per_share` (number)
      Dividend per share
    - `diluted_average_shares` (number)
      Diluted average shares
    - `basic_average_shares` (number)
      Basic average shares
    - `preferred_stock_dividends` (number)
      Preferred stock dividends
    - `other_under_preferred_stock_dividend` (number)
      Other under preferred stock dividend
  - `unusual_items` (object)
    Unusual items information
    - `total_unusual_items` (number)
      Total unusual items
    - `total_unusual_items_excluding_goodwill` (number)
      Total unusual items excluding goodwill
  - `depreciation` (object)
    Depreciation information
    - `reconciled_depreciation` (number)
      Reconciled depreciation
  - `pretax_income` (object)
    Pretax income information
    - `pretax_income_value` (number)
      Pretax income value
  - `special_income_charges` (object)
    Special income charges information
    - `special_income_charges_value` (number)
      Special income charges value

- `status` (string)
  Response status


## Example Request

```bash
curl "https://api.twelvedata.com/income_statement/consolidated?symbol=AAPL&apikey=demo"
```

## Example Response

```json
{
    "income_statement": [
        {
            "fiscal_date": "2023-09-30",
            "year": 2022,
            "revenue": {
                "total_revenue": 383285000000,
                "operating_revenue": 383285000000
            },
            "gross_profit": {
                "gross_profit_value": 169148000000,
                "cost_of_revenue": {
                    "cost_of_revenue_value": 214137000000,
                    "excise_taxes": 214137000000,
                    "reconciled_cost_of_revenue": 214137000000
                }
            },
            "operating_income": {
                "operating_income_value": 114301000000,
                "total_operating_income_as_reported": 114301000000,
                "operating_expense": 54847000000,
                "other_operating_expenses": 114301000000,
                "total_expenses": 268984000000
            },
            "net_income": {
                "net_income_value": 96995000000,
                "net_income_common_stockholders": 96995000000,
                "net_income_including_noncontrolling_interests": 96995000000,
                "net_income_from_tax_loss_carryforward": 96995000000,
                "net_income_extraordinary": 96995000000,
                "net_income_discontinuous_operations": 96995000000,
                "net_income_continuous_operations": 96995000000,
                "net_income_from_continuing_operation_net_minority_interest": 96995000000,
                "net_income_from_continuing_and_discontinued_operation": 96995000000,
                "normalized_income": 96995000000,
                "minority_interests": 96995000000
            },
            "earnings_per_share": {
                "diluted_eps": 6.13,
                "basic_eps": 6.16,
                "continuing_and_discontinued_diluted_eps": 6.16,
                "continuing_and_discontinued_basic_eps": 6.16,
                "normalized_diluted_eps": 6.16,
                "normalized_basic_eps": 6.16,
                "reported_normalized_diluted_eps": 6.16,
                "reported_normalized_basic_eps": 6.16,
                "diluted_eps_other_gains_losses": 6.16,
                "tax_loss_carryforward_diluted_eps": 6.16,
                "diluted_accounting_change": 6.16,
                "diluted_extraordinary": 6.16,
                "diluted_discontinuous_operations": 6.16,
                "diluted_continuous_operations": 6.16,
                "basic_eps_other_gains_losses": 6.16,
                "tax_loss_carryforward_basic_eps": 6.16,
                "basic_accounting_change": 6.16,
                "basic_extraordinary": 6.16,
                "basic_discontinuous_operations": 6.16,
                "basic_continuous_operations": 6.16,
                "diluted_ni_avail_to_common_stockholders": 96995000000,
                "average_dilution_earnings": 96995000000
            },
            "expenses": {
                "total_expenses": 268984000000,
                "selling_general_and_administration_expense": 24932000000,
                "selling_and_marketing_expense": 24932000000,
                "general_and_administrative_expense": 24932000000,
                "other_general_and_administrative_expense": 24932000000,
                "depreciation_amortization_depletion_income_statement": 29915000000,
                "research_and_development_expense": 29915000000,
                "insurance_and_claims_expense": 29915000000,
                "rent_and_landing_fees": 29915000000,
                "salaries_and_wages_expense": 29915000000,
                "rent_expense_supplemental": 29915000000,
                "provision_for_doubtful_accounts": 29915000000
            },
            "interest_income_and_expense": {
                "interest_income": 3750000000,
                "interest_expense": 3933000000,
                "net_interest_income": -183000000,
                "net_non_operating_interest_income_expense": -183000000,
                "interest_expense_non_operating": 3933000000,
                "interest_income_non_operating": 3750000000
            },
            "other_income_and_expenses": {
                "other_income_expense": -382000000,
                "other_non_operating_income_expenses": -382000000,
                "special_income_charges": 382000000,
                "gain_on_sale_of_ppe": 382000000,
                "gain_on_sale_of_business": 382000000,
                "gain_on_sale_of_security": 382000000,
                "other_special_charges": 382000000,
                "write_off": 382000000,
                "impairment_of_capital_assets": 382000000,
                "restructuring_and_merger_acquisition": 382000000,
                "securities_amortization": 382000000,
                "earnings_from_equity_interest": 382000000,
                "earnings_from_equity_interest_net_of_tax": 382000000,
                "total_other_finance_cost": 382000000
            },
            "taxes": {
                "tax_provision": 16741000000,
                "tax_effect_of_unusual_items": 0,
                "tax_rate_for_calculations": 0.147,
                "other_taxes": 0
            },
            "depreciation_and_amortization": {
                "depreciation_amortization_depletion": 129188000000,
                "amortization_of_intangibles": 129188000000,
                "depreciation": 129188000000,
                "amortization": 129188000000,
                "depletion": 129188000000,
                "depreciation_and_amortization_in_income_statement": 129188000000
            },
            "ebitda": {
                "ebitda_value": 129188000000,
                "normalized_ebitda_value": 129188000000,
                "ebit_value": 117669000000
            },
            "dividends_and_shares": {
                "dividend_per_share": 15812547000,
                "diluted_average_shares": 15812547000,
                "basic_average_shares": 15744231000,
                "preferred_stock_dividends": 15744231000,
                "other_under_preferred_stock_dividend": 15744231000
            },
            "unusual_items": {
                "total_unusual_items": 11519000000,
                "total_unusual_items_excluding_goodwill": 11519000000
            },
            "depreciation": {
                "reconciled_depreciation": 11519000000
            },
            "pretax_income": {
                "pretax_income_value": 113736000000
            },
            "special_income_charges": {
                "special_income_charges_value": 113736000000
            }
        }
    ],
    "status": "ok"
}
```
