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

eikon.eikonError.EikonError: Error code 400 | Backend error. 400 Bad Request second day in a row

Hello team,

I'm using the eikon Python API library to get some economic data from the terminal. For the second day in a row and throughout the day, the error “eikon.eikonError.EikonError: Error code 400 | Backend error. 400 Bad Request.” I've read previous topics about the system being full, but I barely use the eicon terminal, I can't flood the system. Could you please check if everything is ok with the servers or if there is an error on my side.

import eikon as ek

ek.set_app_key("my token")
data, e = ek.get_data(["AUBCAP=ECI", "AUBLD=ECI", and another 100 elements], ["Relevance", "ECI_ACT_DT", "VALUE_TS1", "Country", "DSPLY_NMLL", "TR.IndicatorType", "RTR_POLL", "SEC_ACT_1", "ECON_ACT", "TR.IndicatorUnit", "FCAST_ACRY", "ECON_PRIOR"])

version of python library 1.1.18

version of eicon tm 4.0.56.


1704976983169.png

logs not telling me much. for example at the time when error happened logs on screenshot.

1704977116737.png

I can give more detailed logs if you give me a clue how to switch on debug level, info on website seems to be taken from the old versions.

eikoneikon-data-apiworkspace#technologypython apierror-400
1704976983169.png (90.4 KiB)
1704977116737.png (63.3 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.

and it happened again today morning.

Hello @alexander.melnikov

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
24.7k 54 17 14

Hello @alexander.melnikov

I have checked your code. The code is valid.

The "Error code 400 | Backend error. 400 Bad Request.” is mentioned in the Eikon Data API Usage and Limits Guideline that a request fails because the platform is overwhelmed. You may try the following points with you code:

  • Catch this exception and try to get the data after waiting for few minutes.
  • Reduce a number of requests RICs by splitting the initial request into smaller requests and resending them.

If the problem still occurs after you have waited for few minutes and reduce a number of requests, you may submit a support ticket to the Workspace/Eikon team to verify the issue on the Eikon side. You can submit a support ticket via https://my.refinitiv.com/content/mytr/en/helpandsupport.html link.

contact-eikon-support.png


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.

Actually, it is happening three days in a row at different times. I divided the requests into small pieces, but it also only worked at the time when the initial request had passed. I also spoke with the support team in the eicon terminal chat, and they told me the issue is on the API side. Is it worth asking them the second time, or are you talking about another support team? Because if these are the same guys, there is no point in asking them the same question, at least from my side.
anyway I created the ticket, let's see.

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.