Hi ,
Could you please provide the code to fetch Full Market quotes for Nifty 50 Index or Bank Nifty. The purpose is to fetch the Timestamp, Buy quantity size and Sell Quantity size from full market quote.
Since an index itself is not a tradable security, its quantity is not displayed in market quotes. However, you can determine the total quantity by aggregating the individual quantities of the NIFTY 50 stocks.
HI @Ushnota , Hope you are doing good.
To get real time executed trades. It is better to use Websocket data to fetch the timestamp,quantity(buy & Sell). Could you please provide an example code for websocket connection in python language. (wss://api.upstox.com/v3 - The Live URL is not working ). Kindly provide an example code. Thank you in advance.