-
Skipping values lseg data platform
Hello, I am using the lseg data library for async data dumping for 60,000 RICs and I have encountered a problem that sometimes the response for some RICs does not return data. I checked the availability of dumped indicators for specific RICs using workspace. These indicators are present, but when I request them to the API,…
-
Where can I check how much data I have extracted using API calls for the day so as to prevent myself
Where can I check how much data I have extracted using API calls for the day so as to prevent myself from hitting the daily limit? I have been checking the Logs from the Configuration Manager and in the log text file I get the information of my usage. Can you please let me know how frequent do the logs get updated in the…
-
429 - Too Many Requests, is this mean I reach the date request limit? I just want to confirm how yo
429 - Too Many Requests, is this mean I reach the date request limit? I just want to confirm how you define one request. For example, if I run ld.get_history(universe="AAPL.O=", interval="1min", start="2025-09-15", end="2025-09-16"), does that count as a single request?
-
Performance Concern When Fetching News Stories
I am currently using the Refinitiv Data Platform (RDP) to fetch news data by executing Python code. I’m trying to retrieve individual stories using their story IDs, with the sample code below: def fetch_single_story(story_id, access_token): story_url = f"https://api.refinitiv.com/data/news/v1/stories/{story_id}"…
-
Rate Limit Trigger in get_hist
caling get_hist for historical data. the flow is getting the consititute of Index like IDX and SPX, knowing the constitute then enquiry history data of 500 company for 20 days data , for example SP500. Then, for top 100 most traded company, find option chain for each of them, getting the option ticker RIC. get history data…
-
My client exceeded DSWS 10million limit. He wants a breakdown of the usage. Is it possible?
Client occasionally exceeds the 10million DSWS limit and wants to understand the detailed breakdown of data download size by tickers. Is this possible? Are we allowed to share this info? username = xxxxx
-
API Rate Limit Issues
We're noticing weird behaviour on the response headers when calling PermID API using our token. Before we were receiving the following headers X-RateLimit-Limit-day X-RateLimit-Remaining-day which we use in order to manage our requests, but now the response seems to have changed, and we're not getting those headers…
-
rate limit when requesting history via the LSEG Data Library
I gather that when requesting historical pricing, every stock is being requested individually, even when requesting one date, is that correct? E.g. if I just ask for Russell 3000 stocks since the start of June, I'm making 3,000 separate requests? That at least seems to be what is happening from debug logs. I ask partly…
-
Perm ID matching limit
For the Perm ID matching, it states that we can do up to 1000 records. Is that a limit of 1000 records total or just per request?
-
Download Limits using Workspace Excel Add-In
Hello, I use the Excel Add-In from Workspace to download data. I know that there is a monthly limit of 10 million data points. However, I have also heard that there is a limit per request. How high is this limit? I compared the number of data points before and after downloading some data using the command…
-
Client is using VScode and trying to use the Python API.
PhD student - cannot download Eikon API - client is trying to download at least 13000 data points - user is receiving error code 429: too many request - user wanted to know if user already reached her limit
-
How to reset API limit request counter for the day?
How to reset API limit request counter for the day for LSEG Workspace API? I see conflicting information. Which ome below is correct? 1. Reset time - 24 hours from the first request. That is, if the first request was made at 9 AM, the reset will be made the next day at 9 a.m. 2. The daily requests and volume limits reset…
-
Query About DSS API
I'm working to query RICs using the DSS HistoricalCriteriaSearch API. I see that the responses are limited to 30k records max. Is there a way to paginate the query? also, could you provide an example of a regular expression that is supported by the RicPattern field in HistoricalCriteriaSearch? I've been experiencing a high…
-
Reset the data limits?
I got the following message while working with the Python based APIs DSUserObjectFault: User ZFXE026-AAA:SL1-DQ6O0UF access temporarily suspended. ZFXE026-AAA:SL1-DQ6O0UF has reached its download limit for the month, and will be reset at the start of next month. How can I reset these?
-
Eikon Data API Usage Limits
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…