Skip to main content
GET
Get forward guidance

Authorizations

X-API-KEY
string
header
required

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

ticker
string
required

Uppercase-normalized ticker symbol (1-20 letters/digits/dots/hyphens).

period
enum<string>
default:quarterly

Which filing to extract from: "quarterly" (the latest 10-Q, the default) or "annual" (the latest 10-K).

Available options:
quarterly,
annual
metric_name
string

Restrict the response to one metric name from the extracted set. Omit to return every metric this server extracts from the filing.

report_period_gte
string<date>

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.

report_period_lte
string<date>

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.

limit
integer
default:4

Number of records to retrieve (default: 4, max: 50).

Required range: 1 <= x <= 50

Response

Illustrative shape (no captured live sample committed for this route); values are structural placeholders, not a claim about real reported figures.

Wrapped list envelope: {"kpi_guidance": [...], "next_page_url": "..."}. Page size is 10 records. May instead be a two-key ErrorResponse when no matching 10-K/10-Q exists for the ticker.

kpi_guidance
KPIGuidanceItem · object[]
required
next_page_url
string<uri>