MarkedDocs Stock prices

API reference / Stock prices

Stock prices

Retrieve the latest known quote or historical OHLCV candles.

GET/v1/pricesOpenAPI ↗

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

RecordsSourcesUpdated
NSE and BSE equitiesExchange and licensed market feedsLatest available observation

Parameters

ParameterTypeDescription
tickerrequiredstringListed symbol
exchangestringNSE by default
intervalstring1m, 5m, 15m, 30m, 1h or 1d
startdatetimeInclusive start timestamp
enddatetimeInclusive end timestamp
latestbooleanReturn the latest quote
limitinteger1–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.