what’s the difference between get_historical_candle_data1 and get_historical_candle_data in upstox api i just want which one to use for algo trading i am developing my own platform for algo trading.
Here is the reference link : Historical Candle Data | Upstox Developer API
Hi @Eric
In get_historical_candle_data
function only excepts to_date
and get_historical_candle_data1
accepts both to_date
and from_date
.
Thanks!