Hi,
I need to retrieve market cap at specific points in time. The code below works, but only for the current value:
rdp.get_data(
universe=[ "AAPL.O"],
fields=['TR.TtlCmnSharesOut'])
Any chance to pull the historical values. Btw. Mac OSX user, so cannot make use of eikon API.
Thanks in advance!