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

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

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

eikoneikon-data-apiworkspacerefinitiv-dataplatform-eikonworkspace-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.

Upvotes
Accepted
10.6k 20 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.6k 20 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 3 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 3 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.