Data API's

fetch OHLC for daily candle

Retrieve OHLC & Volume of daily candle for desired instrument. The data for any scrip is available back upto the date of its inception.

post/charts/historical

Headers

access-tokenstring required

Request body

securityIdstring

Exchange standard identification for each scrip

exchangeSegment'NSE_EQ' | 'NSE_FNO' | 'BSE_EQ' | 'BSE_FNO' | 'MCX_COMM' | 'IDX_I'
EnumsExchangeSegment
NSE_EQNSEEquity Cash
NSE_FNONSEFutures & Options
BSE_EQBSEEquity Cash
BSE_FNOBSEFutures & Options
MCX_COMMMCXCommodity
IDX_IINDEXIndices
instrument'INDEX' | 'FUTIDX' | 'OPTIDX' | 'EQUITY' | 'FUTSTK' | 'OPTSTK' | 'FUTCOM' | 'OPTFUT'

Represents the security instrument type, refer charts annexure for possible values.

expiryCodeinteger

Represents the expiry code value, refer charts annexure for possible values.

oiboolean

Open Interest Data

fromDatestring date

Chart data request start date in format YYYY-MM-DD

toDatestring date

Chart data request end date in format YYYY-MM-DD

Response

Successful operation

opennumber[]

Array of values representing OHLC open value

highnumber[]

Array of values representing OHLC high value

lownumber[]

Array of values representing OHLC low value

closenumber[]

Array of values representing OHLC close value

volumenumber[]

Array of values representing volume

timestampnumber[]

Array of values representing date times in seconds since January 01, 1980

open_interestnumber[]

Array of values representing open interest

Changes

No recorded changes to this endpoint across all 1 revision of this API.