Metrics
Get operational key performance indicators from earnings releases.
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
Coverage
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
Example
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.
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. 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.