@rakeshr - I understand how to use Instrument dump as a ref table and get the symbol. But what I'm actually trying to achieve is to get the instrument id of expired options using the symbol in the GetQuote call (you may see from my other posts as w…
Hi - BankNifty Options are 100 pts wide. You can simply determine the nearest hundred from the underlying price and calculate the strike that is 1000 (10 * 100) pts from the U/L.
BankNifty Index @ 35,291.65
int nearest100 = Math.Round(35291.65d /10…