Non-GAAP Metrics
Get non-GAAP financial metrics with GAAP reconciliation context.
Overview
The KPI Non-GAAP API returns adjusted financial metrics extracted from earnings releases, paired with their GAAP equivalents and the key adjustments between them. Examples: Adjusted EPS, Adjusted EBITDA, Free Cash Flow, Non-GAAP Operating Income, Core FFO, CASM-ex-fuel.Coverage
Available Tickers
You can fetch a list of available tickers with aGET request to:
https://api.financialdatasets.ai/kpi/non-gaap/tickers/
Getting Started
- Add your API key to the header of the request as
X-API-KEY. - Add the required query param
ticker. - Execute the API request.
Filtering the Data
Example
Example Response
Response Fields
Notes
- Non-GAAP metrics often include both current and prior-year values from the same filing.
- The
source_urllinks directly to the source document with text highlighting when available.
Authorizations
API key for authentication.
Query Parameters
The ticker symbol.
Filter to a specific metric.
Filter by period type: quarterly or annual.
quarterly, annual Only return metrics on or after this date (YYYY-MM-DD).
Only return metrics on or before this date (YYYY-MM-DD).
Number of periods to return. This is the total across all pages, not a page size: each page holds up to 10 records, linked by next_page_url.
x <= 50Opaque pagination cursor from a previous response's next_page_url. When provided, all other query parameters are ignored: the cursor carries the original request's filters. Treat it as opaque; do not construct or modify it.