1. Introduction

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.

2. API Endpoint

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:

3. Headers

Name Type Description
Authorization string Token provided in your NEO API dashboard - use plain token
Content-Type string application/json

4. Request

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'

Filter Options

After all queries, you may append a filter with /filter_name.

Allowed filter values (total 8 including default 'all'):