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

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials |  Articles

question

Upvotes
Accepted
1 0 0 3

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

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

eikoneikon-data-apiworkspaceworkspace-data-apirefinitiv-dataplatform-eikonapierror
icon clock
10 |1500

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

Upvotes
Accepted
6.7k 8 6 7

@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 5.0 MiB each and 10.0 MiB total.

Upvotes
6.7k 8 6 7

@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 5.0 MiB each and 10.0 MiB total.

Upvotes
1 0 0 3

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 5.0 MiB each and 10.0 MiB total.

Upvotes
1 0 0 3

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 5.0 MiB each and 10.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.
Click below to post an Idea Post Idea