Get KPI metrics
KPIs
Metrics
Get operational key performance indicators from earnings releases.
GET
Get KPI metrics
Documentation Index
Fetch the complete documentation index at: https://docs.financialdatasets.ai/llms.txt
Use this file to discover all available pages before exploring further.
Overview
The KPI Metrics API returns structured operational KPIs that are not available in standard financial statements. These are the metrics that drive investment theses:- Airlines: load factor, CASM-ex-fuel, passenger yield, revenue per ASM, fuel cost per gallon
- Banks: CET1 ratio, net interest margin, efficiency ratio, ROTCE, trading revenue
- REITs: FFO per share, same-store NOI growth, occupancy, lease spreads, cap rates
- Retail: comparable store sales, e-commerce growth, membership revenue
- Semiconductors: data center revenue, gaming revenue, automotive revenue
Pro and above — This data is available to Pro and Enterprise customers.
Available Tickers
You can fetch a list of available tickers with aGET request to:
https://api.financialdatasets.ai/kpi/metrics/tickers/
Available Sectors
You can fetch a list of available sectors with aGET request to:
https://api.financialdatasets.ai/kpi/metrics/sectors/
Getting Started
There are only 3 steps for making a successful API call:- 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
| Parameter | Required | Description |
|---|---|---|
ticker | Yes | Stock ticker symbol (e.g., DAL, JPM) |
metric_name | No | Filter to a specific metric (e.g., load_factor, cet1_ratio) |
period | No | quarterly (default) or annual |
report_period_gte | No | Only return metrics on or after this date (YYYY-MM-DD) |
report_period_lte | No | Only return metrics on or before this date (YYYY-MM-DD) |
limit | No | Number of periods to return (default: 4, max: 50). Returns all metrics for the N most recent periods. |
Example
KPI Metrics
Example Response
Notes
- The
source_urllinks directly to the source document. When a text-level citation is available, the URL includes a fragment that highlights the source text in the browser.
Authorizations
API key for authentication.
Query Parameters
The ticker symbol.
Filter to a specific metric (e.g., load_factor, cet1_ratio).
Filter by period type: quarterly or annual.
Available options:
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. Returns all metrics for the N most recent periods.
Required range:
x <= 50Response
KPI metrics response