i want to fetch real time data for 250 stocks, can i do it without instrument key, because i am unable to find any instrument key for required stock, even in the json file there is no instrument key for stocks on for future and options the key is available there
he instrument key is mandatory for fetching data.
You can find the available instrument keys here: Upstox API Documentation - Instruments.
We recommend reviewing the Sample JSON Object: Sample JSON Object.
Hey @Pradeep_Jaiswar ,
I’m not able to access the websocket market feed for nifty 50 stocks. Below is the instrument_keys list,
[‘NSE_FO|36615’,‘NSE_FO|101181’, ‘NSE_FO|133583’, ‘NSE_FO|77914’, ‘NSE_FO|116770’, ‘NSE_FO|108470’, ‘NSE_FO|131342’, ‘NSE_FO|112285’, ‘NSE_FO|135818’, ‘NSE_FO|84297’, ‘NSE_FO|70389’]
In these list, only one is giving the latest market feed.
Any issue on Upstox side?
I’m using upstox react-websocket repo from github. I just cloned it and running locally on my machine.