API reference / Stock prices
Stock prices
Retrieve the latest known quote or historical OHLCV candles.
Overview
Prices returns exchange-labelled market observations. Set latest=true for the latest known quote, or omit it for a historical series over the requested interval and date range.
Coverage
| Records | Sources | Updated |
|---|---|---|
| NSE and BSE equities | Exchange and licensed market feeds | Latest available observation |
Parameters
| Parameter | Type | Description |
|---|---|---|
tickerrequired | string | Listed symbol |
exchange | string | NSE by default |
interval | string | 1m, 5m, 15m, 30m, 1h or 1d |
start | datetime | Inclusive start timestamp |
end | datetime | Inclusive end timestamp |
latest | boolean | Return the latest quote |
limit | integer | 1–5000; default 500 |
Getting started
Issue a key
Sign in, choose a plan and create an API key from your workspace dashboard.
Send the request
Call /v1/prices with X-API-Key or an Authorization bearer token.
Read data and metadata
Use data for records and meta for timestamps, counts and request context.
Implementation notes
- →A latest quote is the latest observation Marked holds, not a guarantee of an executable real-time price.
- →Check the response timestamp before using a quote in time-sensitive workflows.
Marked provides market data, not financial advice. Verify material decisions against the authoritative source.