Earnings report date limited to 10 years

Hi team,

One prospect wants to know if the earnings report date is limited to 10 years.

Currently, he uses the following request:

rd.get_data("TSLA.O", fields=["TR.TotalAssetsActual","TR.TotalAssetsActualReportDate"], parameters={"SDate":"1999-01-01", "EDate":"2023-07-31", "Period":"FQ0", "Frq":"FQ"})


The result look like this

1694008423697.png


- can someone confirm this limit ?

- why the results contains several N/A values ?


Best Answer

  • raksina.samasiri
    Answer ✓

    Hi @yaokoffi.kouassi ,

    I tried replicate this issue with RDP API - Datagrid, which is the source of this function with the same request as yours (see below for the request and response) The response return the earliest date on 2013-08-07 as well. Hence this is more on a content question. However, this forum is dedicated to an API usage question hence,the moderators on this forum do not have deep expertise in every type of content available through Refinitiv products. Such expertise is availablethrough Refinitiv Helpdesk, which can be reached via MyRefinitiv. To be of help, ticket number 12879524 was raised on yourbehalf and the support team is going to contact you directly to assist withthis.

    POST https://api.refinitiv.com/data/datagrid/beta1/

    {
    "universe": [
    "TSLA.O"
    ],
    "fields": [
    "TR.TotalAssetsActual",
    "TR.TotalAssetsActualReportDate"
    ],
    "parameters": {
    "SDate": "1999-01-01",
    "EDate": "2023-07-31",
    "Period": "FQ0",
    "Frq": "FQ"
    }
    }

    1694153267356.png

    Hope this helps and please let me
    know in case you have any further question