-
RDP.FxSwpToSwp from third .NET application using Refinitiv for Office Add-In with refinitiv-shim.dll
Can I call the Refinitiv Workspace Excel function RDP.FxSwpToSwp from third .NET application using Refinitiv for Office Add-In with refinitiv-shim.dll? By Refinitiv Eikon it's possible with EikonDesktopDataAPI.dll and the simply one line call in code EikonDesktopDataAPI.CreateAdxForexModule().AdFxSwpToSwp().
-
Using workspace messenger how to extract some chains of characters from the chat with python.
Using workspace messenger how to extract some chains of characters directly from the chat with python.
-
How much RequestMsg per EMA Consumer C#
Using EMA C#, I wonder to know if there is a limit of the number of subscriptions/RequestMsg per OmmConsumer ? In fact I have 10000 rics that I need to monitor them, thus I create an OmmConsumer object and then using this consumer I create my subscritpions using : var ommConsumerConfig = new…
-
Historical Federal Funds Futures Data via Eikon API
Hey, I want to access historical Federal Funds Futures data for every month from 2025 to 2000 as tick data via the eikon API in Python. I don't know why, but every RICs Code I have tried does not seem to work. I also can't find historical data on Workspace itself which seems to be somewhat consistent in its RICs Codes and…
-
Missing Fields when there is no Quote on a RIC yet?
We have a new java application that accesses the Real-Time data as a Snapshot via the EMA java API. We came across a peculiar behavior, that our business department considers a showstopper for our acceptance test: When receiving an ema.access.RefreshMsg for requesting data for RICs and processing the field list that is…
-
Pull Subsidiary Data Accurately Using lseg-data (TR.RelatedOrg Fields Misaligned and Incomplete)
Hi all, I'm currently working with the lseg-data Python SDK (v2.1.1) in a local refinitv Anaconda environment using a Desktop Workspace session. My objective is to extract a full and accurate list of a company’s subsidiaries, along with relevant identifiers and relationship types. I attempted to retrieve related…
-
Can it happen that a record that has been removed appears again in the future?
I am aware that when an entity record is removed from World-Check the reference/records API returns "error": "ENTITY_REMOVED". Can we assume in our application that the particular entity will stay "removed"? Will it ever reappear again?
-
Problems connecting from C# test app
Trying to connect to the server using the test application "restapiexampleapplication" in C#. After entering the ID and password the following errors appear: HttpRequestException: An error occurred while sending the request. WebException: The underlying connection was closed: An unexpected error occurred on a receive.…
-
What is Refinitiv's DSS data and is tick size available in it
Hi Team, RFA API version 8.2 to consume market data and I want to check about the 2 things What is Refinitiv's DSS data? Is tick size available in Refinitiv's DSS data? Thank you in advance
-
SpeedGuid crashes unexpectedly
My jdk version: java version "24.0.1" 2025-04-15 Java(TM) SE Runtime Environment (build 24.0.1+9-30) Java HotSpot(TM) 64-Bit Server VM (build 24.0.1+9-30, mixed mode, sharing) when I input “java -jar SpeedGuide.jar” Error: Could not find or load main class com.lseg.ema.example.gui.SpeedGuide Caused by:…
-
database REFINITIV_QAC_DB table TRESumPer column PerType - how do i map to a type description
Hi, i am using Snowflake to select from the TRESumPer table, in the where clause there is a clause "where PerType = 4". I can't find any documentation that states what the foreign key would be for that item. I need to find a mapping from "4" to a description (Annual?), so that I can also select other periods (I don't know…
-
For futures ExtractRaw CSVs, what does this DELETE message mean?
I'm trying to use the ExtractRaw endpoint in datascope for the RawMarketByPrice view. I see messages like this for 0#TU (the price is around $103 currently). TUM25,Market By Price,2025-05-02T09:30:01.148170445Z,-5,Raw,UPDATE,UNSPECIFIED,,,,3153,,1056,,0 ,,,,Summary,,,,,,,,,,4 ,,,,FID,1021,,SEQNUM,74937256,…
-
HTTP request failed: Invalid port: 'None'
I recently migrated to Workspace from Eikon and am working to migrate our existing python-coded back office programs to a new laptop that is set up with Workspace. When trying to connect using an ek_get_data query in a python program run out of a linux shell (WSL) I received an error that says: HTTP request failed: Invalid…
-
I recently migrated to Workspace from Eikon and am working to migrate our existing python-coded back
-
Getting Error - rsslReactorGetBuffer(): Failed for ETA version - 3.8.3.G1
Hi, I am using ETA version - 3.8.3.G1. We have total 40k RICs to be registered. We are getting below error while registering RICs for almost 4934 times. rsslReactorGetBuffer(): Failed <<D:\Jenkins\workspace\RTSDK_Core_DX1\OS\VS140-64\rcdev\source\rtsdk\Cpp-C\Eta\Impl\Transport\rsslSocketTransportImpl.c:1481> Error: 1009…
-
Error retrieving historical data from Refinitiv Workspace: timed out
This is question about the historical_pricing endpoint using Refinitiv Workspace. I am making this call through the Python library refinitiv.data.content and using the historical_pricing object. response = historical_pricing.events.Definition(universe=tickers,start=start_datetime,end=end_datetime).get_data() When I pass…
-
Getting Errors - 'Data': 'Suspect', 'Stream': 'Open', 'Code': 'NoResources', 'Text': 'Not connected
Hi All , Im running Eikon Api codes in which I'm continuously streaming prices ….i have been running these codes for a very long time ..but for past few days im repeatedly getting below errors: Received status message: {'Data': 'Suspect', 'Stream': 'Open', 'Code': 'NoResources', 'Text': 'Not connected.'} now i run long…
-
Data Limitation
I am Facing a data Limitation Problem in Refinitive in Excel. Plus If you can Provide me code for the data of the given variables for the US and Europe. Scope1_Emissions Scope2_Emissions Scope3_Emissions Total_Emissions ESG_Score Environmental_Score Decarbonization_Target Renewable_Energy_Use Total_Assets…
-
EMA - exceeded initialization timeout
I've currently read the `emaj_dev_guide`, `api_concepts_guide` and the installation guide for the Java SDK Side note, I tried git cloning the Java SDK https://github.com/Refinitiv/Real-Time-SDK/tree/master/Java, and attempted to run one of the examples (runconsumer100 for EMA). I've edited the consumer appropriately to be…
-
你好,根据路透官网提供的方法:利用refinitiv.data 获取的数据比利用excel插件获取数据慢2个小时~3个小时,有解决办法吗?
你好,根据路透官网提供的方法:https://developers.lseg.com/en/api-catalog/refinitiv-data-platform/refinitiv-data-library-for-python/quick-start#getting-started-with-python 利用refinitiv.data 获取的数据比利用excel插件获取数据慢2个小时~3个小时,这个问题能帮忙解决一下吗?