Dynamic token generation for Bank nifty options
-
I want to generate Banknifty options token dynamically based on spot price. How can I find the respective token for specific spot price?
-
Hi @sudhakar you need to round off your instrument value to the multiples of strike prices and search it in JSON file to get the token.
-
You can download the instruments.json locally and search in there.. or did I understand your question wrong ?