Get non-GAAP metrics
Extracts non-GAAP metrics a company reports about itself (adjusted EBITDA, company-defined free cash flow, and similar) from a company’s single most recent matching SEC filing: the latest 10-K for period=annual, or latest 10-Q for period=quarterly (the default). Data comes from document extraction (Context.dev /web/extract), not an internal metrics database - see go/service/kpi.go. gaap_equivalent and key_adjustments are declared on KPINonGAAPMetric for Financial Datasets schema parity but always omitted: this server’s extraction never asks a filing for them. When no matching filing exists for the ticker, this server answers HTTP 200 with a not_found ErrorResponse body (mirroring the rest of this API’s honest-failure convention) rather than a 404 or an empty list.
Authorizations
The caller's own Monid API key (get one at https://monid.ai?fpr=dhruv-15136b). Passed straight through to Monid on every call, so usage bills the caller's own wallet — this is never a shared server-side credential, and the server never logs or stores it. Missing, empty, or malformed values answer 401 unauthorized before any paid call is attempted.
Query Parameters
Uppercase-normalized ticker symbol (1-20 letters/digits/dots/hyphens).
Which filing to extract from: "quarterly" (the latest 10-Q, the default) or "annual" (the latest 10-K).
quarterly, annual Restrict the response to one metric name from the extracted set. Omit to return every metric this server extracts from the filing.
Only return rows if the selected filing's report_period is on or after this date (YYYY-MM-DD); otherwise this server returns an empty list rather than searching earlier filings.
Only return rows if the selected filing's report_period is on or before this date (YYYY-MM-DD); otherwise this server returns an empty list rather than searching earlier filings.
Number of records to retrieve (default: 4, max: 50).
1 <= x <= 50Response
Illustrative shape (no captured live sample committed for this route); values are structural placeholders, not a claim about real reported figures.