---
title: "Statistics"
method: GET
path: "/statistics"
tags: ["fundamentals"]
---

# Statistics

`GET /statistics`

The statistics endpoint provides a comprehensive snapshot of a company's key financial statistics, including valuation metrics, revenue figures, profit margins, and other essential financial data. This endpoint is ideal for users seeking detailed insights into a company's financial health and performance metrics.

## Query parameters

- `symbol` string
- `figi` string
- `isin` string
- `cusip` string
- `exchange` string
- `mic_code` string
- `country` string

## Response `200`

- object
  - `meta` object, required — Json object with request general information
    - `symbol` string, required — Symbol ticker of instrument
    - `name` string, required — Name of the company
    - `currency` string, required — Currency of the instrument
    - `exchange` string, required — Exchange where instrument is traded
    - `mic_code` string, required — Market identifier code (MIC) under ISO 10383 standard
    - `exchange_timezone` string, required — Timezone of the exchange
  - `statistics` object, required — Statistics of the company
    - `valuations_metrics` object — Valuation metrics of the company
      - `market_capitalization` number, double — Refers to the market value of the company's outstanding shares
      - `enterprise_value` number, double — Refers to enterprise value (EV) of the company, often used as a more comprehensive alternative to market capitalization
      - `trailing_pe` number, double — Refers to the trailing price-to-earnings (P/E). It is calculated by taking the current stock price and dividing it by the trailing earnings per share (EPS) for the past 12 months
      - `forward_pe` number, double — Refers to the forward price-to-earnings ratio. It is calculated by dividing the current share price by the estimated future earnings per share
      - `peg_ratio` number, double — The price/earnings to growth (PEG) ratio is a price-to-earnings ratio divided by the growth rate of the earnings
      - `price_to_sales_ttm` number, double — The price-to-sales (P/S) ratio is a valuation ratio that compares the market capitalization to its revenues over the last 12 months
      - `price_to_book_mrq` number, double — The price-to-book (P/B) ratio is equal to the current share price divided by the book value of all shares (BVPS) over the last quarter
      - `enterprise_to_revenue` number, double — The enterprise value-to-revenue multiple (EV/R) is a measure that compares enterprise value to revenue
      - `enterprise_to_ebitda` number, double — The enterprise value-to-ebitda multiple (EV/EBITDA) is a measure that compares enterprise value to EBITDA
    - `financials` object — Financial information of the company
      - `fiscal_year_ends` string — Refers to the completion of the last 12-month accounting period
      - `most_recent_quarter` string — The most recent quarter (MRQ) refers to the fiscal quarter that most recently ended
      - `gross_margin` number, double — The portion of a company's revenue left over after direct costs are subtracted
      - `profit_margin` number, double — Refers to gross profit margin. Calculated by dividing net income by sales revenue
      - `operating_margin` number, double — Operating margin is calculated by dividing operating income by net sales
      - `return_on_assets_ttm` number, double — Return on assets (ROA) is calculated by dividing net income by total assets
      - `return_on_equity_ttm` number, double — Return on equity (ROE) is calculated by dividing net income by average shareholders' equity
      - `income_statement` object — Income statement information
        - `revenue_ttm` number, double — Refers to total revenue over the last 12 months
        - `revenue_per_share_ttm` number, double — Refers to revenue per share over the last 12 months
        - `quarterly_revenue_growth` number, double — Refers to quarterly revenue growth year over year
        - `gross_profit_ttm` number, double — Refers to gross profit over the last 12 months
        - `ebitda` number, double — Refers to EBITDA (earnings before interest, taxes, depreciation, and amortization) measure; EBITDA is not calculated for banks
        - `net_income_to_common_ttm` number, double — Refers to net income applicable to common shares over the last 12 months
        - `diluted_eps_ttm` number, double — Refers to diluted EPS measure over the last 12 months
        - `quarterly_earnings_growth_yoy` number, double — Refers to quarterly earnings growth year over year
      - `balance_sheet` object — Balance sheet information
        - `total_cash_mrq` number, double — Refers to total cash measure for the most recent quarter
        - `total_cash_per_share_mrq` number, double — Refers to total cash per share measure for the most recent quarter
        - `total_debt_mrq` number, double — Refers to total debt measure for the most recent quarter
        - `total_debt_to_equity_mrq` number, double — Refers to total debt to equity measure for the most recent quarter
        - `current_ratio_mrq` number, double — Refers to current ratio (total assets / total liabilities) ratio for the most recent quarter
        - `book_value_per_share_mrq` number, double — Refers to book value per share (BVPS) ratio for the most recent quarter
      - `cash_flow` object — Cash flow information
        - `operating_cash_flow_ttm` number, double — Refers to operating cash flow measure over the last 12 months
        - `levered_free_cash_flow_ttm` number, double — Refers to levered free cash flow measure over the last 12 months
    - `stock_statistics` object — Stock statistics of the company
      - `shares_outstanding` number, double — Refers for the shares outstanding currently held by all its shareholders
      - `float_shares` number, double — Refers to floating stock is the number of public shares a company has available for trading on the open market
      - `avg_10_volume` integer — Refers to the average 10 days volume
      - `avg_90_volume` integer — Refers to the average 90 days volume
      - `shares_short` integer — Refers to the number of shares that have been shorted
      - `short_ratio` number, double — Refers to short ratio measure
      - `short_percent_of_shares_outstanding` number, double — Refers to the number of shorted shares divided by the number of shares outstanding
      - `percent_held_by_insiders` number, double — Refers to the percentage of shares held by the company insiders
      - `percent_held_by_institutions` number, double — Refers to the percentage of shares held by the institutions
    - `stock_price_summary` object — Stock price summary of the company
      - `fifty_two_week_low` number, double — Refers to the lowest price at which stock traded during a year
      - `fifty_two_week_high` number, double — Refers to the highest price at which stock traded during a year
      - `fifty_two_week_change` number, double — Refers to the change between lowest and highest prices during a year
      - `beta` number, double — Refers to beta measure relative to the primary benchmark (index) of the country
      - `day_50_ma` number, double — Refers to the 50-day simple moving average
      - `day_200_ma` number, double — Refers to the 200-day simple moving average
    - `dividends_and_splits` object — Dividends and splits information of the company
      - `forward_annual_dividend_rate` number, double — Refers to the forward dividend yield estimation in the currency of instrument
      - `forward_annual_dividend_yield` number, double — Refers to the forward dividend yield percentage relative to stock price
      - `trailing_annual_dividend_rate` number, double — Refers to the trailing dividend yield rate in the currency of instrument over the last 12 months
      - `trailing_annual_dividend_yield` number, double — Refers to the trailing dividend yield percentage relative to stock price
      - `5_year_average_dividend_yield` number, double — Refers to the average 5 years dividend yield
      - `payout_ratio` number, double — Refers to payout ratio, showing the proportion of earnings a company pays its shareholders in the form of dividends
      - `dividend_frequency` string — Refers to how often a stock or fund pays dividends
      - `dividend_date` string — Refers to the last dividend payout date
      - `ex_dividend_date` string — Refers to the last ex-dividend payout date
      - `last_split_factor` string — Specification of the last split event
      - `last_split_date` string — Refers for the last split date

## Other responses

- `400`
- `401`
- `403`
- `404`
- `414`
- `429`
- `500`

---

[API](https://skmtc.net/twelvedata/apis/twelve-data-api.md) · [All operations](https://skmtc.net/twelvedata/apis/twelve-data-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/twelvedata/twelve-data-api/revisions/c4a12725cdb5/schema)
