Skip to main content

Full Market Quotes

Get full market quote

curl --location 'https://api.upstox.com/v2/market-quote/quotes?instrument_key=NSE_EQ%7CINE848E01016' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {your_access_token}'

Get full market quote for multiple instrument keys

curl --location 'https://api.upstox.com/v2/market-quote/quotes?instrument_key=NSE_EQ%7CINE848E01016,NSE_EQ|INE669E01016' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {your_access_token}'