As per the documentation get-market-quote-ohlc
with specific interval we can able to fetch OHLC but I need Volume as well.
Is there any way to fetch Volume details for 1m ?
If you want historical 1 minute OHLC with volume then you need to follow this Historical Candle Data | Upstox Developer API. For only Intraday candles with volume then this page Intraday Candle Data | Upstox Developer API link. Also you can fetch using websocket but it will only provide you live data feed OR you can use Request function to fetch each tick under FULL MARKET QUOTE. In this case, you need to Use Full market quote rather then OHLC requests.
2 Likes