# Statistics (High demand)

The statistics endpoint provides a comprehensive snapshot of a company&#039;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&#039;s financial health and performance metrics.

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

> **Note:** This API endpoint is available on the <a href="https://twelvedata.com/pricing">Pro</a> plan (individual) and the <a href="https://twelvedata.com/pricing-business">Venture</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`


**Notes:**

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

## Response

- `meta` (object)
  Json object with request general information
  - `symbol` (string)
    Symbol ticker of instrument
  - `name` (string)
    Name of the company
  - `currency` (string)
    Currency of the instrument
  - `exchange` (string)
    Exchange where instrument is traded
  - `mic_code` (string)
    Market identifier code (MIC) under ISO 10383 standard
  - `exchange_timezone` (string)
    Timezone of the exchange

- `statistics` (object)
  Statistics of the company
  - `valuations_metrics` (object)
    Valuation metrics of the company
    - `market_capitalization` (number)
      Refers to the market value of the company's outstanding shares
    - `enterprise_value` (number)
      Refers to enterprise value (EV) of the company, often used as a more comprehensive alternative to market capitalization
    - `trailing_pe` (number)
      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)
      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)
      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)
      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)
      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)
      The enterprise value-to-revenue multiple (EV/R) is a measure that compares enterprise value to revenue
    - `enterprise_to_ebitda` (number)
      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)
      The portion of a company's revenue left over after direct costs are subtracted
    - `profit_margin` (number)
      Refers to gross profit margin. Calculated by dividing net income by sales revenue
    - `operating_margin` (number)
      Operating margin is calculated by dividing operating income by net sales
    - `return_on_assets_ttm` (number)
      Return on assets (ROA) is calculated by dividing net income by total assets
    - `return_on_equity_ttm` (number)
      Return on equity (ROE) is calculated by dividing net income by average shareholders' equity
    - `income_statement` (object)
      Income statement information
      - `revenue_ttm` (number)
        Refers to total revenue over the last 12 months
      - `revenue_per_share_ttm` (number)
        Refers to revenue per share over the last 12 months
      - `quarterly_revenue_growth` (number)
        Refers to quarterly revenue growth year over year
      - `gross_profit_ttm` (number)
        Refers to gross profit over the last 12 months
      - `ebitda` (number)
        Refers to EBITDA (earnings before interest, taxes, depreciation, and amortization) measure; EBITDA is not calculated for banks
      - `net_income_to_common_ttm` (number)
        Refers to net income applicable to common shares over the last 12 months
      - `diluted_eps_ttm` (number)
        Refers to diluted EPS measure over the last 12 months
      - `quarterly_earnings_growth_yoy` (number)
        Refers to quarterly earnings growth year over year
    - `balance_sheet` (object)
      Balance sheet information
      - `total_cash_mrq` (number)
        Refers to total cash measure for the most recent quarter
      - `total_cash_per_share_mrq` (number)
        Refers to total cash per share measure for the most recent quarter
      - `total_debt_mrq` (number)
        Refers to total debt measure for the most recent quarter
      - `total_debt_to_equity_mrq` (number)
        Refers to total debt to equity measure for the most recent quarter
      - `current_ratio_mrq` (number)
        Refers to current ratio (total assets / total liabilities) ratio for the most recent quarter
      - `book_value_per_share_mrq` (number)
        Refers to book value per share (BVPS) ratio for the most recent quarter
    - `cash_flow` (object)
      Cash flow information
      - `operating_cash_flow_ttm` (number)
        Refers to operating cash flow measure over the last 12 months
      - `levered_free_cash_flow_ttm` (number)
        Refers to levered free cash flow measure over the last 12 months
  - `stock_statistics` (object)
    Stock statistics of the company
    - `shares_outstanding` (number)
      Refers for the shares outstanding currently held by all its shareholders
    - `float_shares` (number)
      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)
      Refers to short ratio measure
    - `short_percent_of_shares_outstanding` (number)
      Refers to the number of shorted shares divided by the number of shares outstanding
    - `percent_held_by_insiders` (number)
      Refers to the percentage of shares held by the company insiders
    - `percent_held_by_institutions` (number)
      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)
      Refers to the lowest price at which stock traded during a year
    - `fifty_two_week_high` (number)
      Refers to the highest price at which stock traded during a year
    - `fifty_two_week_change` (number)
      Refers to the change between lowest and highest prices during a year
    - `beta` (number)
      Refers to beta measure relative to the primary benchmark (index) of the country
    - `day_50_ma` (number)
      Refers to the 50-day simple moving average
    - `day_200_ma` (number)
      Refers to the 200-day simple moving average
  - `dividends_and_splits` (object)
    Dividends and splits information of the company
    - `forward_annual_dividend_rate` (number)
      Refers to the forward dividend yield estimation in the currency of instrument
    - `forward_annual_dividend_yield` (number)
      Refers to the forward dividend yield percentage relative to stock price
    - `trailing_annual_dividend_rate` (number)
      Refers to the trailing dividend yield rate in the currency of instrument over the last 12 months
    - `trailing_annual_dividend_yield` (number)
      Refers to the trailing dividend yield percentage relative to stock price
    - `5_year_average_dividend_yield` (number)
      Refers to the average 5 years dividend yield
    - `payout_ratio` (number)
      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


## Example Request

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

## Example Response

```json
{
    "meta": {
        "symbol": "AAPL",
        "name": "Apple Inc",
        "currency": "USD",
        "exchange": "NASDAQ",
        "mic_code": "XNAS",
        "exchange_timezone": "America/New_York"
    },
    "statistics": {
        "valuations_metrics": {
            "market_capitalization": 2546807865344,
            "enterprise_value": 2620597731328,
            "trailing_pe": 30.162493,
            "forward_pe": 26.982489,
            "peg_ratio": 1.4,
            "price_to_sales_ttm": 7.336227,
            "price_to_book_mrq": 39.68831,
            "enterprise_to_revenue": 7.549,
            "enterprise_to_ebitda": 23.623
        },
        "financials": {
            "fiscal_year_ends": "2020-09-26",
            "most_recent_quarter": "2021-06-26",
            "gross_margin": 46.57807,
            "profit_margin": 0.25004,
            "operating_margin": 0.28788,
            "return_on_assets_ttm": 0.19302,
            "return_on_equity_ttm": 1.27125,
            "income_statement": {
                "revenue_ttm": 347155005440,
                "revenue_per_share_ttm": 20.61,
                "quarterly_revenue_growth": 0.364,
                "gross_profit_ttm": 104956000000,
                "ebitda": 110934999040,
                "net_income_to_common_ttm": 86801997824,
                "diluted_eps_ttm": 5.108,
                "quarterly_earnings_growth_yoy": 0.932
            },
            "balance_sheet": {
                "total_cash_mrq": 61696000000,
                "total_cash_per_share_mrq": 3.732,
                "total_debt_mrq": 135491002368,
                "total_debt_to_equity_mrq": 210.782,
                "current_ratio_mrq": 1.062,
                "book_value_per_share_mrq": 3.882
            },
            "cash_flow": {
                "operating_cash_flow_ttm": 104414003200,
                "levered_free_cash_flow_ttm": 80625876992
            }
        },
        "stock_statistics": {
            "shares_outstanding": 16530199552,
            "float_shares": 16513305231,
            "avg_10_volume": 72804757,
            "avg_90_volume": 77013078,
            "shares_short": 93105968,
            "short_ratio": 1.19,
            "short_percent_of_shares_outstanding": 0.0056,
            "percent_held_by_insiders": 0.00071000005,
            "percent_held_by_institutions": 0.58474
        },
        "stock_price_summary": {
            "fifty_two_week_low": 103.1,
            "fifty_two_week_high": 157.26,
            "fifty_two_week_change": 0.375625,
            "beta": 1.201965,
            "day_50_ma": 148.96686,
            "day_200_ma": 134.42506
        },
        "dividends_and_splits": {
            "forward_annual_dividend_rate": 0.88,
            "forward_annual_dividend_yield": 0.0057,
            "trailing_annual_dividend_rate": 0.835,
            "trailing_annual_dividend_yield": 0.0053832764,
            "5_year_average_dividend_yield": 1.27,
            "payout_ratio": 0.16309999,
            "dividend_frequency": "Quarterly",
            "dividend_date": "2021-08-12",
            "ex_dividend_date": "2021-08-06",
            "last_split_factor": "4-for-1 split",
            "last_split_date": "2020-08-31"
        }
    }
}
```
