How to determine the remaining response daily volume limit for certain workspace?

Hi,

Is there a way to determine the remaining volume daily limit for refinitiv data library for Python? I checked the Usage and Limits Guideline and determined the allowable response volume limit of 5GB. I wanted to see how much volume left can we still query from python API calls so as to gauge whether I need to limit the data I wanted to retrieve.

Best Answer

  • Hello @julius.mendez ,

    There is no provision to query the remaining limit via Eikon Data API.

    We would suggest to take the proactive approach- to prevent reaching the limit, by planning your application's requests total volume at design time.

    Additionally, daily limit will automatically be reset at midnight, please see this previous discussion thread of this topic.

    Hope that this suggestion helps