-
What is JIT conflation (RTO) and Time conflation (RTMDS WebSocket)
Our client is currently having an app based on Python that consumes RT data. They are currently using RTO which is maximum of 3 updates per second for quotes. Going forward they will use the same application to connect to RTMDS via WebSocket (300ms Conflated Service). Both RTO and RTMDS WebSocket are conflated service.…
-
TREP: Unexpected "Output threshold breached for <user>...."
Hi, I developed a JAVA application based on Refinitiv Realtime SDK, that is consuming RICs on TREP. Today, one of my customer reporting an issue that he was able to observe many time during the night: my application is disconnected from TREP ADS logs shows errors such as Output threshold breached for XXX" at position…
-
python dsws tool DS_Response.py pandas performance warning
dsws gets a performance warning from pandas …\python3.12\latest\Lib\site-packages\DatastreamDSWS\DS_Response.py:361: PerformanceWarning: DataFrame is highly fragmented. This is usually the result of calling frame.insert many times, which has poor performance. Consider joining all columns at once using pd.concat(axis=1)…
-
HistoricalReferenceExtractionRequest very slow (C# API)
Hello, I'm requesting static data on several options chain RIC on a range of 10 days. It takes at least 1 hour to have a result. I will need the static data on the whole history (many years), what is the most efficient way to request the data ? Example of the code on 10 days: var extractionRequestStatic = new…
-
Workspace Python API takes a long time to complete
When using Workspace Python API under Windows 10, some simple queries take a long time to complete. For example, the Python commands: import refinitiv.data as rd rd.open_session() df=rd.get_data('4296477482',…
-
Determine the ideal number of fields and assets to download in each query, to avoid null data or ...
...empty dataframes The purpose of this case is to determine the ideal number of fields and assets to download in each query, to avoid null data or empty dataframes. I have noticed that when I try to download various metrics and assets, sometimes the data returned is null or the dataframes are empty. However, this issue is…
-
Getting Mutual fund time series data
Hello, for my thesis I have to obtain times series return data for several mutual funds (at least monthly, but daily would be better) from 2000-today. However, the data is not available in Eikon (for example when I try it with the build formula tool in excel). Is it even possible to get return data for mutual funds in…
-
Seeking Performance Improvement Advice for High-Frequency Batch Requests
I'm currently conducting performance testing on batch requests with Refinitiv ADS server and encountering some issues with response times in high-frequency scenarios. I would appreciate any advice to improve performance. Scenario 1: * Frequency: 1 batch request every 20ms * Each request: contains 10 RIC codes * Totoal…
-
How can i download Tobins q ?
I want to do a esg performance analye and i want to measure the performance with tobins q, but i cant find it by refinitiv eikon
-
Article Discussion: Refinitiv Real-Time SDKs Performance Test Summary
I would like to introduce a new article: Refinitiv Real-Time SDKs Performance Test Summary. This article summarizes the Refinitiv Real-Time SDK performance test results of consumer, interactive provider, and non-interactive provider applications by focusing on throughput, steady state latency, and average CPU usages over…
-
[EMA/C++] FieldList/UpdateMsg performance with multithreading
Hi We're in the process of developing a C++ application that will utilize RTSDK to send a rather large amounts of messages (200k+) in periodic bursts. We're basing this on Cpp EMA, and we're running multiple threads each with its own InteractiveProvider to spread business logic and encoding load between different CPU…
-
Api performance seems to have decreased
Hi, We have been using permID for a while now and just this last weekend have found that the response time has massively increased. Testing today with calling the match api (https://api-eit.refinitiv.com/permid/match) with the following body: name google it took 55 seconds before we got a response, we used to be able to…
-
EMA performance not comparable to IDS rest interface.
We are moving to the cloud and it has been suggested to use Java EMA to connect to our ADS service. It works fine for a few rics but when sending 1000+ rics the performance is much slower than when we were doing the same thing against the IDS restful interface. We basically just want to replicate the functionality of the…
-
odata many to many performance
hi I found something very strange when I have 3 entities (entity1 is main entity) relation between entity1 to entity2 is many to many relation between entity1 to entity3 is many to single I'm using excel with odata v4 When expand of entity2 first - got performance issue since query is like:…
-
Eikon python API not responding?
I have a function that runs and pulls in Benchmark Yields (I.e. US1YT=RR, EU10YT=RR, etc) for a list of 100 currencies. Currently, the function is freezing randomly in the data pull request stage from ek.get_data() where no error message or data is returned. The code is just running with no response. This occurs randomly…