v3

latestOpenAPI 3.1.02026-07-26490368.4 KB
Ratios

Get the list of all ratios.

Returns the list of all ratios.

get/v1/ratios-list

Query parameters

apiKeystring

API Key (alternatively send via X-Api-Key header)

API Key (alternatively send via X-Api-Key header)

Response

Ratios list

ratioIdstring required
metricNamestring required
categorystring required
isCurrencyboolean required
metricFormatstring required
hasDailyDataboolean required
formulaHumanstring

Example response

[
  {
    "ratioId": "price_to_earnings",
    "metricName": "Price to Earnings",
    "category": "Valuation",
    "metricFormat": "ratio",
    "hasDailyData": true,
    "formulaHuman": "Market Price per Share / Earnings per Share"
  }
]