-
RIC related questions for Codebook
I have a few questions regarding how Workspace handles historical data: 1. RIC History: If an instrument's current RIC is "Z" but it was previously "Y", does retrieving historical prices for RIC "Z" automatically include the data from the period when it was "Y" without indicating the change? Could you confirm this…
-
ETF constituent data
Is there a way to retrieve constituents of ETFs,e.g. VAS, IOZ, directly using DSWS or any other desktop APIs (Workspace/Eikon Data API, LSEG Data Library, etc) from Codebook?
-
S&P500 constituents RDP
Which RDP endpoint can I use for either: get the s&p500 index constituents tell if a RIC is an s&p500 constituent get the list of indexes of which a RIC is constituent?
-
Excel Formula to RDL
The client wants to know if it is possible to retrieve the data being retrieved by this excel formula =@RDP.HistoricalPricing("PLN3YOIS=TTKL","BID;ASK","START:30-Apr-2026 END:30-Apr-2026 INTERVAL:P1D SOURCE:RFV",,"CH:Fd RH:Timestamp") This formula pulls the BID and ASK price of PLN3YOIS=TTKL for April 30, 2026 Moreover, if…
-
speed up the data refresh within Excel, or use the LSEG Python API to replicate the data pull
We have an Excel file called the Macro Weekly Calendar which is used weekly by our team at Frais Capital. The file pulls live data directly through Refinitiv Workspace Lite via the Excel add-in. The file contains four types of live data: Economic indicators for Australia, United States and China — including macro data such…
-
What is the reason for this and how I can I get the correct values using the API?
I want to extract aggregated ownership data for companies using the Python API. Therefore, I request the variabe TR.CategoryOwnershipPct in combination with the Parameter 'StatType': '7'. This approach works for non-UK companies as Apple or Volkswagen. When applying it to companies in the UK as LSEG.L (see screenshots) or…
-
Needs to understand the article he saw regarding Account authorization V1 to V2 , checking where he
Needs to understand the article he saw regarding Account authorization V1 to V2 , checking where he can get th Account authorization V1 to V2 migration cheat sheet https://developers.lseg.com/en/article-catalog/article/account-authorization-v1-to-v2-migration-cheat-sheet our client wanted to understand the requirements in…
-
Can Workspace provide an API to load FX rates into Pronto Software ERP system?
Client is in the process of implementing a new ERP system, Pronto Software. https://www.pronto.net She would like to use an API they can use to load the FX rate to their system. Kindly advise if this can be done through Workspace.
-
LSEG Messenger Bot SDK
Can you please reply to the users via e-mail ? He is considering "LSEG Messenger Bot SDK" API and he's asking if Messenger BOT is working with Advanced Dealing, i.e. can this BOT read and reply on TRADE messages from Advanced Dealing (which are also part of Messenger)? Thank you Nenad Jevremovic CSM
-
How to get Bond Calculator-Cash Flows Data from LSEG Oracle database
Hi team, this is Changzheng, from CITICS. The attachments are screenshots of Bond Calculator-Cash Flows on Workspace. My question concerns how to achieve the Bond Cash Flows Data from LSEG Oracle database? Thanks
-
Discrepancy in News Metadata Retrieval Between RDP API and Workspace News Cloud Endpoint
When using RDP, I can request for news metadata using the following URL: https://api.refinitiv.com/data/news/v1/metadata?group=Geography and successfully pull down data. However, on the desktop using Workspace, if I request for the same data, I need to request it through the News Cloud endpoint using this…
-
DSS - How can I get a full list of equities in selected stock exchanges?
Hi, I hope this is the right place to raise this question. We have been unable to get a satisfactory answer from Customer Support, so I wanted to reach out here directly. We are trying to retrieve all instruments (both active and inactive) per stock exchange (e.g., XOSL - Oslo Stock Exchange) in DSS (Datascope Select).…
-
EMA (OnInvalidUsage callback function) - Error text: login failed (timed out after waiting 45000 mil
Our client developer is working on EMA adapter to subscribe to streaming data via RTMDS. They have shared the configuration details below. Their adapter is based on C#.Net using EMA sdk library. However, they are unable to connect and are getting following message: EMA (OnInvalidUsage callback function) - Error text: login…
-
Search result discrepancies
There seem to be two discrepancies I've found These two different searches yield different results for quotes: Search 1 (single search): https://api-eit.refinitiv.com/permid/search?q=aapl&num=100&start=1 Search 2 (combine results from multiple searches): https://api-eit.refinitiv.com/permid/search?q=aapl&num=10&start=1…
-
Moving V2 to V3 API LSEG World-Check One API
Hi, I have some questions as I'm using LSEG World-Check One API. I was verifying that in V2 we have the endpoint /cases/summaries, and it's flagged to deprecate, and in V3, it it already doesn't exist. Then I have two questions: At least in V2, will this endpoint still exist forever, right? In V3, what's the equivalent…
-
how Client expand a Chain RIC and then use only interested RICs in their Websocket Payload
Hi Team, Appreciate to help with explain how client can define their RICs after expanding the Chain RIC? Is this possible? appreciate to help with which all API scripts need to be used. Example Chain RIC <0#DEBM:>
-
How do I extract data fields from a RIC using the correct TR field names in
I want to extract the following Fields from a RIC via Python / API: DESIRED_FIELDS = { "TR.PriceClose": "Price", "TR.Price52WeekHigh": "52W_High", "TR.Price52WeekLow": "52W_Low", "TR.Volume": "Volume", "TR.PE": "PE_TTM", "TR.EVToEBITDA": "EV_EBITDA", } TECHNICAL_FIELDS = { "TR.PriceTo52WkHigh": "Pct_vs_52W_High",…
-
Unable to pull research reports via RDP API
Hi Team, I have a client who has been facing issues with pulling research reports via RDP API. Is he pulling the data incorrectly or does he not have access to it? He is able to retrieve the data via Workspace: Appreciate your time and help!
-
Error when trying to run DC Index file (LSEG) which is run by closed-box macro "BeginTableProcessing
(I had a month long conversation with LSEG Dev. Team about a Cache folder issue which occurred when updating via DC Index files after several thousand charts failed. This issue was finally solved by the LSEG Dev. Team allowing in settings_ “''Draw at server”.) I am of the firm opinion that MY DC INDEX FILES ARE NOT AT…
-
How to link Report Template from DSS Web GUI to API Body
Hi Team, I require your assistance in how to link a Report template from DSS Web GUI to my API Body. My DSS ID is 9030150, and for example I want to link the Report that is saved as EOD Pricing in my Report Templates. How do I build my API? Also, can I build this API by only selecting Report template from Web GUI and not…