Nifty 50 instruments derail

Raja
Hello,

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
  • Raja
    If I am sending the request for individuals instrument there are certain limitation. Receiving too many requests error
  • Raja
    Instruments list
  • sujith
    Hi @Raja,
    Are you looking for live market data or historical data?
  • sujith
    You can check out API documentation here.
  • Raja
    I am looking for live data. i didnt able to fine in API documentation.
  • Raja
    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
  • haribabu
    You have to use websockets for streaming quotes. Subscribe to those stocks before market opens. You will get data for all stocks simultaneously.
  • Raja
    Raja edited June 2017
    how can i get the public token for accessing the web socket
  • sujith
    sujith edited June 2017
    Hi @Raja,
    You get public token after you log in, with requestAccesstoken API call. You will get it with access token response.
  • Raja
    How to get nse list from api calls instead of websocket.
  • sujith
    Hi @Raja,
    You can get it using quotes API. You can check out documentation here https://kite.trade/docs/connect/v1/#retrieving-market-quotes
Sign In or Register to comment.