---
title: "Get the latest adjusted metrics for a company"
method: GET
path: "/v1/company/adjusted-numbers"
tags: ["Adjusted Metrics"]
---

# Get the latest adjusted metrics for a company

`GET /v1/company/adjusted-numbers`

Returns the adjusted metrics for a company.

## 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`

Adjusted metrics

- object
  - `metrics` object[], required
    - `metricId` string, required
    - `metricName` string, required
    - `metricFormat` string, required
    - `isCurrency` boolean, required
    - `isPerShare` boolean, required
    - `isKeyMetric` boolean, required
  - `data` object[], required
    - `periodId` string, required
    - `periodType` 'Annual' | 'Quarterly' | 'Semi-Annual' | 'LTM' | 'YTD', required
    - `reportDate` string, required
    - `periodDuration` string, required
    - `calendarYear` number, required
    - `calendarQuarter` number, required
    - `fiscalYear` number
    - `fiscalQuarter` number
    - `isStubPeriod` boolean — Whether this is a stub/transition period
    - `stubType` 'fye' | 'inception' — Stub type: fye (fiscal year-end change) or inception (first reporting period)
    - `stubDuration` number — Actual duration of the stub period in days
    - `earningsDate` string
    - `earningsTimeOfDay` string
    - `lastSourceFilingDate` string
    - `lastSourceFilingTimeOfDay` string
    - `isRestated` boolean — Whether this period contains restated data (data differs from original filing)
    - `metricValues` object, required
      - `value` number, required
      - `unit` string, required
      - `currency` string, required
      - `adjusted` boolean, required
      - `originalValue` number — Original value before currency conversion
      - `originalCurrency` string — Currency the value is reported in
      - `appliedExchangeRate` number — Exchange rate applied for conversion
      - `sources` object[], required
        - `document` string, required
        - `image` string
        - `pageNumber` number
        - `originalSourceUrl` string — The source to the original document, for now supports SEC only.

## 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)
