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?
You need to pass a valid instrument token or exchange:tradingsymbol. You can get it from the instrument master dump. You can check out the documentation here.
curl "https://api.kite.trade/instruments" \
- H "X-Kite-Version: 3" \
- H "Authorization: token api_key:access_token"
curl "https://api.kite.trade/instruments" \
^
SyntaxError: invalid syntax
We don't provide direct APIs to fetch values for any technical indicator.
You can refer this thread for 3rd party technical indicator library.