I am hitting this request but all the instruments show last price as 0.
curl --location --request GET 'https://api.kite.trade/instruments' \
--header 'X-Kite-Version: 3' \
--header 'Authorization: token {{api_key}}:{{access_token}}
Thanks SriJan.. Tried both below url's as per video -
https://kite.trade/connect/login?api_key=xxxxxx
https://kite.zerodha.com/connect/login?v=3&api_key=xxxxx
But still getting below error -
This site can’t be reachedlocalhost refused to conne…
Hi All, I am getting below error for historical data.. do I need to get any specific access for historical data ?
- File "c:/Users/Tushar/Desktop/temp/python/test.py", line 30, in get_historical_data
return kite.historical_data(instrument_token…