How to get market quotes of multiple stocks?

Sowmay
We can get single stock market quotes by requesting the following url:

https://api.kite.trade/instruments/NSE/INFY?api_key=xxx&access_token=yyy

But how can we get quotes of multiple stocks in a single request? Or we need to make multiple requests (which is subject to 3 API calls per second)?
Tagged:
  • sujith
    Hi @Sowmay,
    We don't have API for fetching market quote for multiple scrips at a time.
    I would suggest using websockets for fetching live market data.
Sign In or Register to comment.