When requesting the data for Market Cap of some assets, I am seeing some differences between the two fields (date and Calc date). What exactly means each of the fields?
The code I used is shown bellow:
data = ek.get_data(assets,
['TR.CompanyMarketCap',
'TR.CompanyMarketCap.date',
'TR.CompanyMarketCap.calcdate'],
{'SDate':startDate.strftime("%Y%m%d"),
'EDate':endDate.strftime("%Y%m%d")})