@sujith and about this:-
The nseindia.com shows only 1 value for buy/ask order whereas the API above shows around 4 entries, what should be considered here?
@sujith The nseindia.com shows only 1 value for buy/ask order whereas the API above shows around 4 entries, what should be considered here?
Plus, for ACC19AUG14400PE strike price- 14400, gives a volume of 10800, where as- nseindia shows puts volume …
@sujith I tried the above api: https://api.kite.trade/session/token
I Have generated the checksum of api_key + request_token + api_secret and then I've called the above with the respective parameters, still it gives error:
sometimes:
{
"status": "…
@sujith I have tried this like:
kite = KiteConnect(api_key=KITE_API_KEY)
data = kite.renew_access_token(KITE_REFRESH_TOKEN, KITE_API_SECRET)
print(data)
But it gives error: Token is invalid or has expired.
(Value of KITE_REFRESH_TOKEN is the to…