---
title: "Get non-GAAP metrics"
method: GET
path: "/kpi/non-gaap"
tags: ["KPIs"]
---

# Get non-GAAP metrics

`GET /kpi/non-gaap`

Get non-GAAP financial metrics with GAAP equivalents and key adjustments.

## Query parameters

- `ticker` string, required
- `metric_name` string
- `period` 'quarterly' | 'annual'
- `report_period_gte` string, date
- `report_period_lte` string, date
- `limit` integer

## Response `200`

Non-GAAP metrics response

- KPINonGAAPResponse
  - `kpi_non_gaap` KPINonGAAPMetric[]
    - `ticker` string, required
    - `metric_name` string, required
    - `value` number, nullable, required
    - `unit` string, required
    - `period` string, required
    - `period_type` 'quarterly' | 'annual', required
    - `gaap_equivalent` string, nullable — The GAAP line item this metric adjusts.
    - `key_adjustments` string, nullable — Description of adjustments made.
    - `source_text` string, nullable
    - `source_url` string, uri, nullable

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `403` — Pro subscription required

---

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