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:
I have a few questions regarding this:
- Did I hit my API call limit?
- 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?
- 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.