---
title: "Get segments and KPIs for a company"
method: GET
path: "/v2/company/segments-and-kpis"
tags: ["Financials"]
---

# Get segments and KPIs for a company

`GET /v2/company/segments-and-kpis`

Recommended segments and KPIs endpoint. V2 returns stable numeric KPI identifiers. In v2, `metricId` and the `metricsValues` object keys use the stable KPI ID instead of the name-derived identifier returned by v1.

## Query parameters

- `apiKey` string — API Key (alternatively send via X-Api-Key header)
- `ticker` string — Company ticker, use with mic or alone for US tickers
- `micCode` string — Company MIC, use with ticker
- `exchange` string — Company exchange code, use with ticker
- `companyKey` string — Company key (alternative to ticker/micCode/exchange)
- `cusip` string — Requires CUSIP/ISIN license. An alternative to ticker/micCode/exchange. Company CUSIP
- `isin` string — Requires CUSIP/ISIN license. An alternative to ticker/micCode/exchange. Company ISIN
- `figi` string — FIGI (Financial Instrument Global Identifier). An alternative to ticker/micCode/exchange.
- `cik` string — Company CIK (SEC Central Index Key). An alternative to ticker/micCode/exchange.
- `fscl` string — Fiscal.ai stable company identifier (the companyFiscalIdentifier field). An alternative to ticker/micCode/exchange.
- `periodType` string — Optional period filter as a comma-separated list of: annual, quarterly, semi-annual, ltm, ytd, latest. Defaults to 'annual'.
- `currency` string — ISO 4217 target currency code (e.g., USD, CAD, EUR). Case-insensitive; system normalizes to uppercase. Must be 3-4 letters. Defaults to company's reporting currency.

## Response `200`

Segments and KPIs

- object
  - `reportingCurrency` string, required
  - `currency` string, required
  - `metrics` object[], required
    - `metricId` string, required — Stable KPI identifier. This is the canonical ID to key off instead of the metric name.
    - `metricName` string, required
    - `metricType` 'Segment' | 'KPI', required
    - `metricFormat` 'number' | '%' | 'ratio', required
    - `isCurrency` boolean, required
    - `isImportant` boolean, required
    - `isDiscontinued` object, required
      - `Annual` boolean, required
      - `Quarterly` boolean, required
      - `LTM` boolean, required
      - `Semi-Annual` boolean, required
  - `segmentGroups` object[], required
    - `title` string, required
    - `metrics` object[], required
      - `metricId` string, required
      - `metricName` string, required
      - `isRollup` boolean, required
      - `rollupMetrics` object[]
        - `metricId` string, required
        - `metricLabel` string, required
        - `isRollup` boolean, required
  - `data` object[], required
    - `periodId` string, required
    - `periodType` string, required
    - `reportDate` string, required
    - `periodDuration` string, required
    - `calendarYear` number, required
    - `calendarQuarter` number, required
    - `fiscalYear` number
    - `fiscalQuarter` number
    - `metricsValues` object, required

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.dev/fiscal/apis/openapi.md) · [All operations](https://skmtc.dev/fiscal/apis/openapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/fiscal/openapi/revisions/706968b7c65f/schema)
