-
I am being throttled by the usage limits for the Eikon Data API when I have played fairly
I am using the Eikon API with Python on Windows (with a desktop session). I am instantiating a historic_pricing.Definition class and calling .get_data() to retrieve a time series of hourly prices per RIC. query_definition = historical_pricing.summaries.Definition( universe=refined_rics, interval=interval,…
-
WebSocket contribution api limits
Is there a rate limit for websocket contribution API? We send about 500 messages per second but only some updates are visible in the terminal. In login response we receive {"TRCE:MaxMessagesPerSecond":1000} . Is it the api rate limit? Does it matter if messages equally distributed or we can send all messages (up to the…
-
Questions to the limit of Refinitiv Foundation API (RFA) C++ regarding the number of symbols we c...
...an subscribe concurrently Hi, we are using the RFA C++ Foundation API to subscribe to real time trade data. We have questions regarding the limit to the number of concurrent subscriptions: 1. What is the limit to the number of concurrent subscriptions per account? 2. What if we have two instances running calling API to…
-
Using Multiple eikon Api key
I am using multiple API key (which were generated by API key Generator in the refinitv eikon Desktop) . I have Suppose four API keys each API key associated with different account and each account logged on different PC. I am trying to use all the four API keys to get the data from eikon data API but on single PC . So as…
-
Experiencing Rate Limit Errors with Eikon Data API
Hello, I have been using the Eikon Data API to fetch news headlines using a Python script that runs every 10 seconds. The script is as follows: * q = 'Topic:NEWS1 AND All Alert AND (Language:LEN OR Language:LZH)' result = ek.get_news_headlines(query=q, date_from=from_ts, count=100) headlinelist = ## extracted from result…
-
`[Error 429 - 429] Request rate too high.` On 1st line `rd.open_session`
Hi, I use to run my Python code lines fie for weeks and it started to break in early Aug.2023, from which point I kept seeing the error `[Error 429 - 429] Request rate too high.`; which is not very sensical since this message appears whern I run the 1st cell (of the whole week) to simply just open my platform session.…
-
Mapping data through the API
Hi all, I try to map the some features to each bond in my file. My file contains 50,000 individual bonds and I use loop and "rd.get_data(universe = ['US010609FF77'], fields = ['TR.FiBankQualified', 'TR.FiInsuredCusipFlag'])" to map the Data. However, after mapping around 4,000 bonds successfully, the codebook fails to…
-
Data limits for streaming
Hi all, In the CodeBook examples within workspace, there is an example of code to retrieve steaming level 1 pricing data by using Refinitiv Data Library. I want to know what are the data limits or how the data limits are calculated for the streaming use case. Thanks,
-
Hardcoded limits in ETA consumer example application
The ETA consumer example application has fixed limits for many of the items coming back in the RSSL messages. If for instance there are more services in the directory service response than the application can handle it simply errors. Or if a particular string length is larger than it is expecting it simply errors Are there…
-
Error code 429 client error, want to know why this error occur and how to reset the time
Hi. Now, with the phrase error 429, the get_data function is not working and the get_history function is not working. I saw other people's questions and they said it's because they sent too many requests I don't know what the criteria for many requests are. Currently, I am only working on inserting data through get_history…
-
ERROR: the extraction exceeds the system limit for THT extractions
I am attempting to run some TickHistoryTimeAndSales extraction jobs. The first one fails with the following in the notes file: ERROR: the extraction exceeds the system limit for THT extractions Immediately before starting this job there were no extractions running, so I do not believe I am exceeding the concurrent…
-
reaching the limit
I am trying to run #There are 131 companies screen = SCREEN.express.universe(Equity(active=True, public=True, primary=True)) \ .conditions(FORMULA('TR.AvgDailyValTraded3M', '>5000000'), IN('TR.CoRTradingCountryCode', 'BR'), NOT_IN('TR.TRBCEconomicSector', 'Financials'), NOT_IN('TR.TRBCEconomicSector', 'Real Estate')) \…
-
In Refinitiv Data Platform, is collected allocations endpoint limited to top 10 elements? Can I c...
...hange that? This endpoint for example https://api.refinitiv.com/data/funds/v1/assets/ISIN:IE00B03HD209?properties=CollectedAllocations retrieves top 10 results for each allocation. My client needs more than 10. Are we limited for some reason? Is there a way to change that?
-
A20: Aggregate item limit exceeded from RTO
Hi, I am using EMA API Java to connect to RTO end point ap-northeast-1-aws-3-sm.optimized-pricing-api.refinitiv.net via tcp/14002/rwf protocol. When sending a batch request of more than 2000 rics, we are receiving many status message saying state="Closed / Suspect / Too many items / 'A20: Aggregate item limit exceeded.'"…
-
what's the eikon api message limit
I got the following error just after download a few MB data: 2022-07-18 16:13:21,327 P[9152] [MainThread 140060987492160] Error code 429 | Client Error: {"message":"Too many requests, please try again later."} Wait for 27999 seconds. 2022-07-18 16:13:21,330 P[9152] [MainThread 140060987492160] HTTP request failed:…