eikon api, error code 400 | Backend error 400 Bad Request

When I get data with loop,

there is an error, "error code 400 | Backend error 400 Bad Request"


It was working properly some times,

but iterating, at last encounter this error.eikon-에러-400.png

Best Answer

  • Jirapongse
    Jirapongse ✭✭✭✭✭
    Answer ✓

    @dw.jung

    Thank you for reaching out to us.

    This error was mentioned in the Eikon Data API Usage and Limits Guideline.

    When a request fails because the platform is overwhelmed, an HTTP response with status code 400 and the message "Backend error. 400 Bad Request" is returned. Then the Python library raises an EikonError exception with the following message:


    The application can catch this exception and try to get the data after waiting for few minutes.

Answers