I am using the service of Kite connect. I need all the instrument list of nifty which contain the information of all the nifty stocks with open high low in just one request to server. Now I just get the only one quotas using below example, https://api.kite.trade/instruments/NSE/INFY?api_key=xxx&access_token=yay, kindly suggest
Market open at 9.15, during this time i have to place the nifty orders based on certain conditions. but i can get the data only for one stock at a time, i need entire list of nifty 50 stocks in json request with Open High Low. this list is available on nseindia after market open but there is lot of delay so can not catch the right price. kindly provide where can i find the all nse 50 stocks list in json format
Are you looking for live market data or historical data?
You get public token after you log in, with requestAccesstoken API call. You will get it with access token response.
You can get it using quotes API. You can check out documentation here https://kite.trade/docs/connect/v1/#retrieving-market-quotes