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
1 2 2 4

refinitiv.dataplatform.errors.RDPError: Error code 1503| Backend request failed

22cc0f2a-00fc-426b-9544-66072a104eebpng.jpg

eikoneikon-data-apirefinitiv-dataplatform-eikonworkspaceworkspace-data-apiapierror
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.

Hi @tanish.girotra01 ,

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

Upvotes
Accepted
10.2k 18 6 9

@tanish.girotra01 what is the value of n+3?

if I try :

df = ek.get_timeseries('CLX1', interval='hour',count=2000)
df

1629902396354.png

I get 1645 rows which is abut 3 months of data give or take which is the intraday price limit for Eikon.


1629902396354.png (155.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.

Upvotes
10.2k 18 6 9

@tanish.girotra01 Could you please paste the actual API call that is failing with the parameters etc. thanks.

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.

Upvotes
1 2 2 4

ek.get_timeseries('CLX1', interval='hour',count=n+3)

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.

Upvotes
1 2 2 4

the max n I am using is 30, I am running the code on an hourly loop. Around 5 similar instance running at the same time

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.

@tanish.girotra01 So with the Eikon Data API we do not recommend using parallel instances. Please revert to single thread sequential and also consider coding defensively in try-catch blocks so if there is some error you can re-present the API call. I hope this can help.

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.