Eikon Data API Usage Limits

kelvin_
kelvin_ Newcomer

Hi Team,

I am new to the API and currently using the Eikon Data API to fetch news data through a Python script that runs every minute.

However, at some point, the program crashed. To identify the issue, I ran the sample code from the codebook, but it returned an empty dataframe:

image.png

I have a few questions regarding this:

  1. Did I hit my API call limit?
  2. Since I request data every minute (often receiving an empty dataframe due to no available news), why might I still be exceeding the usage limit in terms of request count or data volume?
  3. Is there a way to check my API usage status to monitor how close I am to hitting the back-end throttling limit?

I appreciate your guidance on this matter.

Answers