v1

latestOpenAPI 3.1.02026-07-2268276396.6 KB
Financials & Ratios

Key Metrics TTM

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.

post/v1/key-metrics-ttm/query

Request body

Response

Successful Response

Example response

{
  "results": [
    {
      "rp_entity_id": "4A6F00",
      "target_identifier_id": "GOOGL",
      "market_cap": 2907172311540,
      "enterprise_value_ttm": 2907172311540,
      "ev_to_sales_ttm": 7.883,
      "working_capital_ttm": 78906000000,
      "invested_capital_ttm": 328727000000,
      "average_receivables_ttm": 53024000000,
      "average_payables_ttm": 8422000000,
      "free_cash_flow_to_equity_ttm": 46096000000,
      "tangible_asset_value_ttm": 330581000000,
      "net_current_asset_value_ttm": 27079000000
    }
  ]
}