Exchange for Nifty 50 candle data

anupama
Kindly let me know what should I write for "Exchange" in GetQuote command to fetch Nifty Index data?

Dictionary quotes = kite.GetQuote(InstrumentId: new string[] {Exchange ":" + ScriptName });

I want to pick Candle Data for Nifty 50 (Index) instead of Nifty FUT to trade in Nifty Options (Exchange - NFO).

Thanks






  • rakeshr
    what should I write for "Exchange" in GetQuote command to fetch Nifty Index data?
    The exchange would be NSE for Nifty 50 indices. You can go through the complete instrument dump to know, more about the required contract.
Sign In or Register to comment.