A request token can only be used once. If you run the code again, the request token will expire.
For example, this is how you login:
api_key = 'your_api_key'
api_secret = 'your_api_secret'
kite = KiteConnect(api_key = api_key)
print(kite.login_url…
The exchange symbol for bank nifty is NIFTY BANK .
For example, in Python, to get the last traded price, the following works for me:
kite.ltp('NSE:NIFTY BANK')
In Python, the instrument dump has all the associated trading symbols. To get the inst…
Hello, someone please respond.
i.) It looks like the NAV we get from kite.mf_holdings() is older than the last traded NAV. How do I get the same NAV that it shows on Coin (which is more recent)?
ii.) If I want the last traded price of a particula…
Thanks! I wish the documentation was easier to read and it simply said what you've written.
Now, two things:
i.) From the code, the last_price it shows is 60.569. But on coin, for the same fund, 'Current NAV' is listed as 59.521. Which is the most…