-
Eikon messenger API
I am currently working on a project that requires extracting discussions from different group chats in Eikon Messenger using Python. To proceed, I need the following information and credentials: Eikon Data API AppKey Messenger Bot API credentials (bot_username, bot_password, messenger_appkey) Additionally, I would…
-
Daily extraction large scale
I have a script that extracts daily time series data and static data for the individual constituents of the ETF IEAC.L over a 10-year period. Currently, I’m fetching the data day by day for each of roughly 3500 constituents, which makes the process very slow — a test for a single day already took about 1 hour. So I'm…
-
How to get news streaming from WebSocket connection mode?
Could you please confirm if there’s any streaming price feed available for news content in Refinitiv? Would appreciate any details on that if available. like there is a rest API to fetch news, i am asking if i can get it using web socket connection How to get news from web socket connection mode? could you please check…
-
How to get all the Rics of a sector (ex. consumer discretionary) and then calculate with its numbers
import pandas as pd # Example test data for 5 stocks in the Consumer Discretionary sector df = pd.DataFrame({ "Instrument": ["A", "B", "C", "D", "E"], "TR.TotalNetIncome": [100, 200, 150, -50, 300], # Net income "TR.AverageTotalEquity": [1000, 2000, 1200, 500, 2500] # Equity }) # Calculate ROE (Return on Equity = Net…
-
What is rfa::rdm::MMT_MAX_VALUE and how it's different from other MMT
Hi Team, We are using RFA8.2 C++ API to consume marketdata and we came across the Message Model Type MMT_MAX_VALUE. What exactly this message model type means and how it's different from MMT_MARKET_PRICE, MMT_MARKET_BY_ORDER and MMT_MARKET_BY_PRICE? Thank you in advance!
-
Usage of Screener in Python
I need to know how to properly work with the API so I can use all data and be able to filter through it as in the Screener. Therefor I use python. I need help with binding the API and accessing the necessary Data. Example: average ROE of the consumer Discretionary Sector
-
Dictionary usage in IProvider
we are writing Interactive Provider in java. We have questions about dictionary: Is ChannelDictionary applicable to the provider or only to the consumer? if it is applicable to the provider, how the config should work so that the dictionary will be downloaded by the provider from ADS? <DictionaryType…
-
How to Optimize Large-Scale Daily Time Series Extraction
I have a script that extracts daily time series data and static data for the individual constituents of the ETF IEAC.L over a 10-year period. Currently, I’m fetching the data day by day for each of roughly 4000 constituents, which makes the process very slow — a test for a single day already took about 1 hour. My current…
-
Connectivity Problem using LSEG.Data from C# to LSEG Workspace Desktop
We have a C# application that is using the LSEG.Data and LSED.DataContent (version 2.0.0.0, image version v4.0.30319) libraries. We have two problems at the moment: 1. Cannot connect to the LSEG Workspace Desktop, and 2. Error starting the LSEG Workspace Desktop if it is not running. LSEG.Data.Core.ISession session =…
-
Historical Pricing with more than one underlying in excel vba
Hi, We used excel vba code with the old "RHistoryAPI.dll" to query the prices for several stock underlyings. In the new "LSEG COM Library for Workspace" I also looked at the example file for historical pricing from the website "https://developers.lseg.com/en/api-catalog/workspace-sdk/lseg-com-library-for-workspace".…
-
Does Refinitiv plan to migrate from TLS 1.2 to TLS 1.3 or support TLS 1.3?
Deutsche Börse is currently preparing the B7 application (Buy In Agent) for TLS 1.3. During our connectivity test to https://selectapi.datascope.refinitiv.com, we discovered that Refinitiv doesn't seem to support this TLS version yet. Therefore, our question is: Does Refinitiv plan to migrate from TLS 1.2 to TLS 1.3 or…
-
Enums and ms timestamp fields in Workspace Realtime API
Hi— we had been debugging the new lseg.data library realtime APIs on a system that had been running Eikon. When running eikon Eikon, fields with enums (like IMB_TYPE) and fields with timestamps (like IMB_TIM_MS and QUOTIM_MS) were all coming back as integers using the lseg.data streaming APIs, for example using the…
-
I would like to use the refinitiv-data library in python to return the long text description of a fi
I would like to use the refinitiv-data library in python to return the long text description of a field. Is there a function that does that. for example, i would like to search for AUAO2X6_ZY and get 'zero yield.....'. I am not finding any documentation on this.
-
Get the history changes of RIC
Hello! I am using python library lseg-data. My question is how can I get the history changes of RICs and its previous names, so that my prices are correct? For example Facebook was FB.O but after rebranding it became META.O, I used symbology but did not get the expected result.
-
How to get AppInstanceId
I'm attempting to set up the Workspace SDK in container mode, but that requires an AppInstanceId, how do I obtain this? I have Refinitiv Workspace up and running, and can navigate to my webpage that has the app running the WorkspaceSDK, and I have the Loader.init set up with everything it needs, except I'm not sure where…