rics = 'ABB.ST'
start = '2020-01-01'
end = '2024-02-15'
rd.get_history(universe = rics, fields = "TR.CompanyMarketCap", start = start, end = end)'
I am running the code above and the returned data is as below:
as start is 2020-01-01 why do I get data for 2019-12-30?