---
title: "Retrieve Taxonomy Metric"
method: GET
path: "/api/v2/taxonomy/metrics/{id}"
tags: ["Taxonomy"]
---

# Retrieve Taxonomy Metric

`GET /api/v2/taxonomy/metrics/{id}`

Retrieve detailed information about a specific Taxonomy Metric by its unique identifier.

## Path parameters

- `id` integer, required

## Query parameters

- `company_id` integer
- `sub_industry_id` integer

## Response `200`

- TaxonomyMetricData
  - `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)
  - `metric_series` TaxonomyMetricSeriesItem[], required — Series where the metric appears, grouped by company
    - `company_id` integer, required — Identifier of the company the series belongs to
    - `ticker` string, required — Ticker symbol of the company the series belongs to
    - `series_id` integer, required — Identifier of the series associated with the metric
    - `full_series_name` string, required — Full descriptive name of the series
    - `is_fallback_series` boolean — Indicates whether the series is a fallback series for the metric

## Other responses

- `400`
- `401`
- `404`
- `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)
