The most recent content from our members.
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,…
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…
...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…
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…
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…
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.…
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…
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,
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…
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…
It looks like you're new here. Sign in or register to get started.