Full Market quotes , latest 1 minute OHLCV data

In Full Market Qutes, the ohlc is for the whole day. Can the latest 1 minute candle be also included in this. This will help in processing data at our end and we will also have to send lesser no of requests.

@premjit You can utilise the OHLC quotes API which provides support for different interval options

Thanks @Anand_Sajankar , I am now able to get 1 minute candle data for multiple stocks using ohlc quotes v3. But I am not able to fetch 1 minute index data for multiple indices. I am getting empty data - {ā€˜data’: {}, ā€˜status’: ā€˜success’}

@premjit Could you please share the instrument keys for which you are getting empty data?

The instrument list string I am passing is - NSE_INDEX|Nifty50,NSE_INDEX|Nifty100,NSE_INDEX|Nifty200,NSE_INDEX|Nifty500,NSE_INDEX|IndiaVIX,NSE_INDEX|NiftyAuto,NSE_INDEX|NiftyBank,NSE_INDEX|NIFTYCONSRDURBL,NSE_INDEX|FINNIFTY,NSE_INDEX|NIFTYFINSEREXBNK,NSE_INDEX|NiftyFMCG,NSE_INDEX|NIFTYHEALTHCARE,NSE_INDEX|NiftyIT,NSE_INDEX|NiftyMedia,NSE_INDEX|NiftyMetal,NSE_INDEX|NIFTYOILANDGAS,NSE_INDEX|NiftyPharma,NSE_INDEX|NiftyPSUBank,NSE_INDEX|NiftyPvtBank,NSE_INDEX|NiftyRealty,NSE_INDEX|NiftyMSFinServ,NSE_INDEX|NiftyMSITTelcm,NSE_INDEX|NIFTYMIDSMLHLTH,NSE_INDEX|NIFTYCAPITALMKT,NSE_INDEX|NIFTYCOMMODITIES,NSE_INDEX|NIFTYENERGY,NSE_INDEX|NIFTYINFRA,NSE_INDEX|NIFTYINDDEFENCE

I observed that in Upstox instruments page, the link for instruments - https://assets.upstox.com/market-quote/instruments/exchange/NSE.json.gz does not contain the ISIN codes for indices. Could this be the problem?

@premjit Yes, the instrument keys are incorrect. Please try using the instrument_key from the instrument JSON files you shared.

Thanks @Anand_Sajankar , for pointing out the issue. Yes I am able to download multiple indices data through a single request now. The issue can be closed and appreciate your support.

1 Like