-
C++ NIProvider publishing to ADH service does not work
I am testing according to lseg C++ NIProvider tutorial.I am testing on internal service “DTS_KL” of internal ric “USDFON=MBBGM”, the codes are like the following.OmmProvider. provider(OmmNiProviderConfig("c:\\temp\\process\\x64\\EMAConfig.xml").username("drdwhw")); UInt64 serviceId = 1000; UInt64 sourceDirectoryHandle = 1;…
-
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().
-
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,…
-
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…
-
EMA application received refresh message which is blank but not Zero price before the market opens
I am using EMA as an alternative to JSFC to stream market prices. as below capture 1-0 , JSFC can get the Zero price when connected to TREP at HTC 6:00 AM 1-0: but Ema capture the blank data at the same time. See 2-0 2-0 I want to know if this blank data is normal, why is it not zero price ?
-
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…
-
你好,根据路透官网提供的方法:利用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个小时,这个问题能帮忙解决一下吗?
-
I recently migrated to Workspace from Eikon and am working to migrate our existing python-coded back
-
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.
-
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…
-
Why I try to get 1 minute data by using get_history, but returned data is missing ?
Hi, I am trying to get 1 minute ice brent oil price from workspace python api. I am using get_history function like this: (I live in EAST-8) df = ld.get_history(universe='LCOcv1',start="2025-04-23",end="2025-04-24",interval="1min",count=2000000) What I get is: Latest data is 2024-04-23 21:59:00, seems to be UTC time, so it…
-
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…
-
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…
-
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…
-
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.…