Upgrade from Eikon -> Workspace. Learn about programming differences.

For a deeper look into our Eikon Data API, look into:

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials |  Articles

question

Upvotes
Accepted
43 2 4 8

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 ?


eikon-data-apipython#technologypython apicodebook
1694008423697.png (68.1 KiB)
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

@yaokoffi.kouassi

Hi,

Thank you for your participation in the forum.

Is the reply below satisfactory in answering your question?

If yes please click the 'Accept' text next to the reply. This will guide all community members who have a similar question.

Otherwise please post again offering further insight into your question.

Thanks,

AHS

1 Answer

· Write an Answer
Upvote
Accepted
14.2k 30 5 10

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


1694153267356.png (106.6 KiB)
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.