I am building an algo trading android app for my personal use in java Android Studio. I have build websocket connection with upstox api to get live market data. Now please tell me how can can i get live data of different strike price in nifty. I am only able to fetch live data in nifty.
Here you can see I have enter NSE_INDEX|NIFTY 50 to fetch live data of nifty. Now help me how can I get data from nifty different strike price of nearest weekly expiry, for example:- i want 21 nov expiry nifty 23500 call data. Help me out in this. Also tell me how can i fetch day open price of 23500
Thank you for your reply @Ketan , I have used the key as you suggested but I also want open price for the strike price. And it is not available in the response I am getting. How can I fetch day open price for 23500 ce. I think upstox has forget to add the open price in the response we get from server. Can you check it for me. Weather they have or not.