How to retrieve future OHLC data

ZW2914
Hi, As per the documentation, I am able to retrieve the value of a stock. Lets say "Infy" with the code LTP = kite.ltp("NFO:INFY DEC FUT")
print(LTP) after setting the access token. Now, If I want to retrieve the complete data of a future "INFY DEC FUT". what is the code for it?
Sign In or Register to comment.