v3
latestOpenAPI 3.1.02026-07-26490368.4 KBGet segments and KPIs for a company
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
API Key (alternatively send via X-Api-Key header)
API Key (alternatively send via X-Api-Key header)
Company ticker, use with mic or alone for US tickers
Company ticker, use with mic or alone for US tickers
Company MIC, use with ticker
Company MIC, use with ticker
Company exchange code, use with ticker
Company exchange code, use with ticker
Company key (alternative to ticker/micCode/exchange)
Company key (alternative to ticker/micCode/exchange)
Requires CUSIP/ISIN license. An alternative to ticker/micCode/exchange. Company CUSIP
Requires CUSIP/ISIN license. An alternative to ticker/micCode/exchange. Company CUSIP
Requires CUSIP/ISIN license. An alternative to ticker/micCode/exchange. Company ISIN
Requires CUSIP/ISIN license. An alternative to ticker/micCode/exchange. Company ISIN
FIGI (Financial Instrument Global Identifier). An alternative to ticker/micCode/exchange.
FIGI (Financial Instrument Global Identifier). An alternative to ticker/micCode/exchange.
Company CIK (SEC Central Index Key). An alternative to ticker/micCode/exchange.
Company CIK (SEC Central Index Key). An alternative to ticker/micCode/exchange.
Fiscal.ai stable company identifier (the companyFiscalIdentifier field). An alternative to ticker/micCode/exchange.
Fiscal.ai stable company identifier (the companyFiscalIdentifier field). An alternative to ticker/micCode/exchange.
Optional period filter as a comma-separated list of: annual, quarterly, semi-annual, ltm, ytd, latest. Defaults to 'annual'.
Optional period filter as a comma-separated list of: annual, quarterly, semi-annual, ltm, ytd, latest. Defaults to 'annual'.
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
Segments and KPIs
Example response
{
"reportingCurrency": "USD",
"currency": "USD",
"metrics": [
{
"metricId": "7310_KPIS_37474",
"metricName": "Total Transaction Volume",
"metricType": "KPI",
"metricFormat": "number",
"isCurrency": true,
"isImportant": true,
"isDiscontinued": {
"Semi-Annual": true
}
}
],
"segmentGroups": [
{
"title": "Revenue by Geography",
"metrics": [
{
"metricId": "7310_KPIS_37474",
"metricName": "The Netherlands Revenue",
"rollupMetrics": [
{
"metricId": "7310_KPIS_67618",
"metricLabel": "Wafer Revenue"
}
]
}
]
}
],
"data": [
{
"periodId": "7310_Annual_2025-12-31",
"periodType": "Annual",
"reportDate": "2025-12-31",
"periodDuration": "12 Months",
"calendarYear": 2025,
"calendarQuarter": 4,
"fiscalYear": 2026,
"fiscalQuarter": 1,
"metricsValues": {
"7310_KPIS_37474": 689253000
}
}
]
}