KPIs
Get non-GAAP metrics
Get non-GAAP financial metrics with GAAP equivalents and key adjustments.
get/kpi/non-gaap
Query parameters
tickerstring required
The ticker symbol.
metric_namestring
Filter to a specific metric.
period'quarterly' | 'annual'
Filter by period type: quarterly or annual.
report_period_gtestring date
Only return metrics on or after this date (YYYY-MM-DD).
report_period_ltestring date
Only return metrics on or before this date (YYYY-MM-DD).
limitinteger
Number of periods to return.
Response
Non-GAAP metrics response
Example response
{
"kpi_non_gaap": [
{
"ticker": "DAL",
"metric_name": "Adjusted Diluted EPS",
"value": 0.64,
"unit": "USD per share",
"period": "Q1 2026",
"gaap_equivalent": "Diluted earnings per share",
"key_adjustments": "Excludes restructuring charges of $150M"
}
]
}