-
Disable Refinitiv Contribution Channel (RCC) for an EMA API user
Hi team Is there any option to disable an EMA API user to contribute to RCC , but allowing to get RICs as a consumer ? Mant thanks Odon
-
Export Query in advanced Search
To add Return on Investment (ROI) or Earnings Before Interest and Taxes (EBIT) in Advanced Search, follow these steps: 1. Open Advanced Search. 2. Select a universe (e.g., Equities). 3. In the Results panel, click "Add Additional Fields". 4. In the Data Item Library, select a category (e.g., Financials) and choose the…
-
( JSFC migration) The EMA FieldEntry blank data corresponding to the JSFC blank data
For example, when the RTField type is NUM, the RTField.string() is "+0" when the data is empty/blank, so I know that the EMA FieldEntry blank can use "0" as a replacement how about other data type ? Is there a table/doc for document these information ?
-
rate limit when requesting history via the LSEG Data Library
I gather that when requesting historical pricing, every stock is being requested individually, even when requesting one date, is that correct? E.g. if I just ask for Russell 3000 stocks since the start of June, I'm making 3,000 separate requests? That at least seems to be what is happening from debug logs. I ask partly…
-
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…
-
Corrupted data retrieved from TR.TotalReturn
Hi, I have retrieved total return data with this script, and there are some rics that has wrong daili returns. For example BLNK.O almost the whole 2020 is wrong, theres a lot of consecutive days that the return is more than 6k, and other several consecutive days as -98 or 500. Could you check this please? Thanks for your…
-
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".…
-
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…
-
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…
-
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 =…
-
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.