v3

latestOpenAPI 3.1.02026-07-26490368.4 KB
Standardized

Get the list of all standardized metrics across all reporting templates.

Returns every unique standardized metric, with an array indicating which reporting templates each metric belongs to.

get/v1/standardized-metrics-list

Query parameters

apiKeystring

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

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

Response

Standardized metrics list

Example response

{
  "metrics": [
    {
      "standardizedMetricId": "income_statement_total_revenues",
      "metricName": "Total Revenues",
      "metricFormat": "number",
      "statementType": "Income Statement",
      "isCurrency": true,
      "headers": [
        "Income"
      ],
      "reportingTemplates": [
        "Standard"
      ]
    }
  ]
}