this is the example codes
last_price=kite.quote("NFO:BANKNIFTY18APRFUT")["NFO:BANKNIFTY18APRFUT"]["last_price"]
print(last_price)
last_price_2=kite.quote("NFO:BANKNIFTY18MAYFUT")["NFO:BANKNIFTY18MAYFUT"]["last_price"]
print(last_price_2)
last_pric…
Thank you @sujith... I've active API subscription.... do i need to subscribe another one to access historical data.. i mean to say 5 - 10 days old data..
Thank you @zartimus ... my actual question was to access the .py files (modules) that comes after installing kiteconnect. these files should be accessible from the installed directory (Lib/site-packages)..
thank you Vivek.... I need to get access to Kite modules... which can be done if the Kite folder is visible... can u pls tell me how to access all the modules in kiteconnect..