All What is the API to get data for NIFTY future like NIFTY22JUNFUT. I am able to get for normal stocks data, but not for NIFTY future. Can you let me know API to geet NIFTY future data?
I want live data for Nifty Futures. I see your API getQuoteForSymbol is not written data for Nifty futures. Can you help me get that data? I am not looking for historical data. Hope my ask is clear? With getQuoteForSymbol I am able to get data for Reliance,etc but not for futures?
@naveen278, We don't provide coding support on this forum. We are not support folks here. We are all developers who take out some time while working on our projects to help out fellow community members. You can read about the APIs here.
PLEASE NOTE getQuote API is providing only for normal Stocks like Reliance,etc but not for Index. My question is which API to use for this? HOPE I AM LOUD AND CLEAR. Please clarify if any queries. since I dont think you understand the question in the first place. I am a programmer for last 23 years I dont need programming help.
As a benefit of doubt I tried NFO:NIFTY_AUTO along with getQuote API but it failed, can some one let me know which API to use to get Index Latest data like Auto Index, bank nifty index,etc.
Everything is working fine, above line in Python is working perfectly fine every single day across all my client accounts. Not sure what are you doing incorrectly.
https://kite.trade/docs/connect/v3/
NFO is the exchange for all equity derivatives.
We don't provide coding support on this forum. We are not support folks here. We are all developers who take out some time while working on our projects to help out fellow community members. You can read about the APIs here.
Can someone help me with this on priority?
Fine,I will tell you what I understood after reading the documentation for 23 SECONDS.
To get indices data,pass 'NSE:(NIFTY 50'/'NIFTY BANK'/NIFTY AUTO') in the quote function and you will get what you want.
For equity derivatives,like this:
'NFO:NIFTY22JULFUT'
Now,stop spamming the same thing again and again .
Cannot read field "lastPrice" because the return value of "java.util.Map.get(Object)" is null
Paste your code where you fetch quote ,the debug log, and the exception message.
Don't forget to mask your app credentials.
Everything is working fine, above line in Python is working perfectly fine every single day across all my client accounts. Not sure what are you doing incorrectly.
Watch this playlist of Zerodha API Implementation in python -