kite.quote returning empty

Ronit
I used a list of stock symbols for data using kite.quote().
It is returning an empty dict.

nifty_200 = ['ADANIENT', 'ABB', 'ACC']
dictt = kite.quote(nifty_200)

dictt is empty??
Thanks
  • sujith
    It seems like you are sending wrong params.
    You can check out the API documentation here.
Sign In or Register to comment.