Snapshot
The most recent price and day change for a ticker.
/equities/v1/summary endpoint the financial metrics snapshot uses.
What this answers
- What a stock is trading at right now, and how much it moved today.
Coverage
Query rules
ticker is required, and it is the only parameter this route accepts.
time_milliseconds is declared on the PriceSnapshot schema but our own live captures never populate it. It is schema-legal and left out of the response rather than guessed.
Worked example
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).
Response
Real AAPL snapshot captured from our own live API (docs/our-live-samples/price_snapshot.json).
Snapshot envelope: {"snapshot": {...}}.
Latest price snapshot for one ticker. Every field is a pointer with omitempty in the Go source: unsourced values are omitted from the response, never nulled or fabricated.