---
title: "Key Metrics TTM"
method: POST
path: "/v1/key-metrics-ttm/query"
tags: ["Financials & Ratios"]
---

# Key Metrics TTM

`POST /v1/key-metrics-ttm/query`

The Key Metrics TTM API provides seamless access to a comprehensive set of trailing
twelve-month (TTM) performance indicators. It delivers insights into a company's
profitability, capital efficiency, and liquidity, enabling in-depth evaluation of
financial health and operational performance over the past year.

## Request body

- KeyMetricsTTMQuery
  - `identifier` Identifier, required
    - `type` 'rp_entity_id', required
    - `value` union, required — Bigdata uses the RavenPack Entity identifier (RP_Entity_ID) to uniquely reference entities such as companies. This identifier is a 6-character alphanumeric code (letters and numbers only). Example: Alphabet Inc. (`4A6F00`)
      - string
      - string[]

## Response `200`

Successful Response

- KeyMetricsTTMResponse
  - `results` KeyMetricsTTM[], required
    - `rp_entity_id` string, required — RavenPack internal entity identifier.
    - `target_identifier_id` string, required — The target identifier provided in the request, e.g., stock symbol.
    - `market_cap` integer, nullable — The market cap of the company.
    - `enterprise_value_ttm` integer, nullable — The enterprise value of the company.
    - `ev_to_sales_ttm` number, nullable — The EV/Sales ratio of the company.
    - `ev_to_operating_cash_flow_ttm` union — The EV/Operating Cash Flow ratio of the company.
      - number
      - integer
    - `ev_to_free_cash_flow_ttm` union — The EV/Free Cash Flow ratio of the company.
      - number
      - integer
    - `ev_to_ebitda_ttm` union — The EV/EBITDA ratio of the company.
      - number
      - integer
    - `net_debt_to_ebitda_ttm` union — The Net Debt/EBITDA ratio of the company.
      - number
      - integer
    - `current_ratio_ttm` union — The Current Ratio of the company.
      - number
      - integer
    - `income_quality_ttm` union — The Income Quality of the company.
      - number
      - integer
    - `graham_number_ttm` union — The Graham Number of the company.
      - number
      - integer
    - `graham_net_net_ttm` union — The Graham Net Net of the company.
      - number
      - integer
    - `tax_burden_ttm` union — The Tax Burden of the company.
      - number
      - integer
    - `interest_burden_ttm` union — The Interest Burden of the company.
      - number
      - integer
    - `working_capital_ttm` integer, nullable — The Working Capital of the company.
    - `invested_capital_ttm` integer, nullable — The Invested Capital of the company.
    - `return_on_assets_ttm` union — The Return on Assets of the company.
      - number
      - integer
    - `operating_return_on_assets_ttm` union — The Operating Return on Assets of the company.
      - number
      - integer
    - `return_on_tangible_assets_ttm` union — The Return on Tangible Assets of the company.
      - number
      - integer
    - `return_on_equity_ttm` union — The Return on Equity of the company.
      - number
      - integer
    - `return_on_invested_capital_ttm` union — The Return on Invested Capital of the company.
      - number
      - integer
    - `return_on_capital_employed_ttm` union — The Return on Capital Employed of the company.
      - number
      - integer
    - `earnings_yield_ttm` union — The Earnings Yield of the company.
      - number
      - integer
    - `free_cash_flow_yield_ttm` union — The Free Cash Flow Yield of the company.
      - number
      - integer
    - `capex_to_operating_cash_flow_ttm` union — The Capex to Operating Cash Flow of the company.
      - number
      - integer
    - `capex_to_depreciation_ttm` union — The Capex to Depreciation of the company.
      - number
      - integer
    - `capex_to_revenue_ttm` union — The Capex to Revenue of the company.
      - number
      - integer
    - `sales_general_and_admin_to_revenue_ttm` union — The Sales General and Admin to Revenue of the company.
      - number
      - integer
    - `research_and_development_to_revenue_ttm` union — The Research and Development to Revenue of the company.
      - number
      - integer
    - `stock_based_compensation_to_revenue_ttm` union — The Stock Based Compensation to Revenue of the company.
      - number
      - integer
    - `intangibles_to_total_assets_ttm` union — The Intangibles to Total Assets of the company.
      - number
      - integer
    - `average_receivables_ttm` integer, nullable — The Average Receivables of the company.
    - `average_payables_ttm` integer, nullable — The Average Payables of the company.
    - `average_inventory_ttm` integer, nullable — The Average Inventory of the company.
    - `days_of_sales_outstanding_ttm` union — The Days of Sales Outstanding of the company.
      - number
      - integer
    - `days_of_payables_outstanding_ttm` union — The Days of Payables Outstanding of the company.
      - number
      - integer
    - `days_of_inventory_outstanding_ttm` union — The Days of Inventory Outstanding of the company.
      - number
      - integer
    - `operating_cycle_ttm` union — The Operating Cycle of the company.
      - number
      - integer
    - `cash_conversion_cycle_ttm` union — The Cash Conversion Cycle of the company.
      - number
      - integer
    - `free_cash_flow_to_equity_ttm` integer, nullable — The Free Cash Flow to Equity of the company.
    - `free_cash_flow_to_firm_ttm` union — The Free Cash Flow to Firm of the company.
      - number
      - integer
    - `tangible_asset_value_ttm` integer, nullable — The Tangible Asset Value of the company.
    - `net_current_asset_value_ttm` integer, nullable — The Net Current Asset Value of the company.
  - `errors` ErrorDetail[], nullable
    - `message` string, nullable
  - `metadata` Metadata
    - `request_id` string, required
    - `timestamp` string

---

[API](https://skmtc.dev/bigdata/apis/bigdata-structured-data-api.md) · [All operations](https://skmtc.dev/bigdata/apis/bigdata-structured-data-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/bigdata/bigdata-structured-data-api/revisions/18082de268c4/schema)
