---
title: "List Taxonomy Metrics"
method: GET
path: "/api/v2/taxonomy/metrics"
tags: ["Taxonomy"]
---

# List Taxonomy Metrics

`GET /api/v2/taxonomy/metrics`

Retrieve a list of all available Taxonomy Metrics. Optionally filter by a specific company and series.

## Query parameters

- `company_id` integer
- `keywords` string[]
- `limit` integer
- `offset` integer
- `series_id` integer
- `sub_industry_id` integer

## Response `200`

- PaginatedTaxonomyMetricList
  - `count` integer, required
  - `next` string, uri, nullable
  - `previous` string, uri, nullable
  - `results` TaxonomyMetric[], required
    - `metric_id` integer, required — Unique identifier for the taxonomy metric
    - `metric_name` string — Human-readable name of the metric
    - `metric_description` string — Description of what the metric represents
    - `global_metric` boolean — Indicates whether the metric is a global metric, meaning all companies should have this metric
    - `fallback_metric` integer, nullable — Alternative metric to query if this metric is unavailable for a company
    - `financial_statement_sections` string[] — Financial statement sections where this metric may appear (e.g. Income Statement, Balance Sheet)

## Other responses

- `400`
- `401`
- `429`

---

[API](https://skmtc.net/daloopa/apis/daloopa-api.md) · [All operations](https://skmtc.net/daloopa/apis/daloopa-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/daloopa/daloopa-api/revisions/746538a1eb45/schema)
