Hello,
Can someone help with this question coming from one prospect ?
Thanks
Hi,
As mentioned in our conversation, so far I’ve been unable to get a balance sheet item (i.e Total Assets) with its associated actual report date. For some strange reason the data does come through but is not aligned properly. In the example below I get TSLA.O total assets (TR.F.TotAssets) and its report date (TR.TotalAssetsActualReportDate). However, the latest report date is associated to the total assets value of 5 quarters ago. Also in some cases the report date seems limited to the last 10 years? In the below example I’ve color coded the value with the correct actual report date. Sharing the python request code and link to TESLA’s investor relation website to check the source of truth of information.
Could you please advise?
Best,
Pedro
Here is the request the client runs
df = rd.get_data(universe='TSLA.O', fields=["TR.F.TotAssets", "TR.F.TotAssets.date", "TR.F.TotAssets.calcdate", "TR.F.TotAssets.periodenddate","TR.TotalAssetsActualReportDate], parameters={"SDate":"1999-01-01", "EDate":"2023-07-31", "Period":"FQ0", "Frq":"FQ"})
and here is the expected data result
Thanks