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
3 0 0 3

Few Queries Regarding API

I have following few queries :

1.) what is the limit of getting data through the code given below like the eikon data api has 10000/day!

rd.open_session()

rd.news.get_headlines()

2.) why i am getting this error refinitiv.data._errors.RDError: Error code 503 | Backend error. 503 Service Unavailable

3.) What are the other possible errors i need to handle in python while using ek.get_news_headlines?

4.) when i am using ek.get_news_headlines this , before this step i am setting out api key and is there need that account associated with that api has to be logged in ?

5.) what is the difference between retrieving data from

rd.open_session()

rd.news.get_headlines()

OR

using key

ek.get_news_headlines()

eikon-data-apipythonrefinitiv-dataplatform-eikon#productapi
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.

Hello @rishav.jindal

Thank you for your participation in the forum. Is the reply below satisfactory in resolving your query?


If so please can you click the 'Accept' text next to the appropriate reply? This will guide all community members who have a similar question.

Thanks,


AHS

Please be informed that a reply has been verified as correct in answering the question, and has been marked as such.

Thanks,
AHS

1 Answer

· Write an Answer
Upvotes
Accepted
22.2k 59 14 21

Hi @rishav.jindal,

The data and request limits when using Eikon/Workspace are provided in the API documents here. In the case of news response volume limit would apply.

When using the rd module, the code is using RD Library which is a wrapper around the Eikon Data API which uses the ek module. In both the cases the use has to have the workspace or Eikon running on the local machine and be logged in.

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.