GetHistoryAfterMarket

GetHistoryAfterMarket : Returns historical data (Tick / Minute / EOD) till previous working day.

What is GetHistoryAfterMarket?
This function returns historical data (Tick / Minute / EOD) till previous working day. This function is useful for the users / service providers who want to provide services like backtesting – as they do not need live / current day’s data. This should also save their API costs. To receive current day’s historical data via this function, you will need to send request after market is closed. You can find details of the function request here.

Was this helpful?