The Quotes API retrieves live and last traded market data for one or more instruments (including stocks, ETFs, and indices) from supported exchanges. It allows the use of advanced filters to fetch specific, detailed market values including depth, OHLC, circuit limits, and more.
GET <Base URL>/script-details/1.0/quotes/neosymbol/<query>[,<query>][/<filter_name>]
Replace <Base URL>
with the relevant Kotak environment base URL provided in response from the /tradeApiValidate
API.
Key points about endpoint structure:
<query>
is formatted as <exchange_segment>|<instrument>
.nse_cm|Nifty 50,bse_cm|SENSEX
.pSymbol
from the instrument/scrip master file.Nifty 50
, BANKEX
).exchange_segment
are (string):
nse_cm
(NSE Cash)bse_cm
(BSE Cash)nse_fo
(NSE F&O)bse_fo
(BSE F&O)cde_fo
(CDS F&O)Name | Type | Description |
---|---|---|
Authorization | string | Token provided in your NEO API dashboard - use plain token |
Content-Type | string | application/json |
Example Request:
curl --location --request GET '<Base URL>/script-details/1.0/quotes/neosymbol/nse_cm|Nifty 50,nse_cm|Nifty Bank/all' \\
--header 'Content-Type: application/json' \\
--header 'Authorization: xxxxx-your-api-token-xxxx'
After all queries, you may append a filter with /filter_name
.
Allowed filter values (total 8 including default 'all'):
all
(default, returns all fields)