-
how to migrate from EikonDataAPI_46 to LSEG Workspace ?
We have built Historical and Realtime code to extract prices from Refinitiv Eikon using EikonDataAPI_46. https://github.com/LSEG-API-Samples/Article.EikonDataAPI.DotNet.Library/tree/main/EikonDataAPI/EikonDataAPI_46 Can someone advise what is the best way to migrate this to LSEG Workspace?
-
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…
-
RDError: Error code -1
<refinitiv.data.session.Definition object at 0x7f4339b689d0 {name='codebook'}> Here we are using the LSEG Data Library version 1.6.1 'SCREEN(U(IN(Equity(primary,public,active))),TR.F.PriceToBookValuePerShr(Period=FY0)<1,IN(TR.ExchangeCountryCode,JP, US, FR, CA, GB, DE, IT, TW, CH),CURN=USD)' RDError: Error code -1 I've…
-
How I can download the following data for multiple companies (approximately 60,000) over a period o
I am reaching out to ask how I can download the following data for multiple companies (approximately 60,000) over a period of 20 years in an automated way using the Codebook. I want to download information on Institutional Ownership. More specifically the information marked in yellow in the screenshot bellow. Could you…
-
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…
-
Access broker reports available on the Company Research module through any of the Refinitiv APIs
Client wanted to check if it’s possible to access broker reports available on the Company Research module through any of the Refinitiv APIs—possibly via the Research API or a similar service. We’re exploring ways to automate the retrieval of such content and would appreciate any guidance on available options or relevant…
-
Excel VBA
Client like to use the command code "RtGet("IDN","LCOc1","LAST") in Excel VBA. Is that possible please?
-
How can we request the CommoditySearch API for the particular ric code?
The request body for the request is as in the code block below. Here, we are receiving the response with unwanted Identifier value such as 'D-NGMMH25' with prefix 'D'? How can we get only the valid Identifier assigned to our user. { "SearchRequest": { "KeywordQuery": "NGMM", "ExpirationDate": { "@odata.type":…
-
Not able to close the Price Feed from stream.close function
Hi , Im using the Lseg Data Library ( ld.content.pricing.Definition ) for fetching the Price feed . When closing the stream using stream.close() statement ….i even put a pause of 5 seconds before calling stream.close ….the feed is not getting closed ..and getting following error in console : Traceback (most recent call…
-
Please find the below question from client where client has all delayed permission.
I'm trying to pull data for the following tickers: FACTOR_LIST = ['<.NSEI>', '<.NISM250>', '<.NV20>', '<.NIFMOM>', '<OIL>'] But I only get results for the first 2. This is my code: def get_lseg_data(self, factor_or_model_or_bench: str): """ Pulls all portfolio market data from server. Use 'ticker' or 'factor' or…
-
Not able to close Lseg Price Feed ..getting error
Hi , Im using Lseg Library function ( ld.content.pricing.Definition ) for getting price feed …When closing the stream using stream.close() statement ….i even put a pause of 5 seconds before calling stream.close ….the feed is not getting closed ..and getting following error in console : Traceback (most recent call…
-
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…
-
你好,根据路透官网提供的方法:利用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个小时,这个问题能帮忙解决一下吗?
-
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 ?
-
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…