-
Can you help in creating the api code?
Client wanted to get the api code for the excel file he provided.(Sheets Historical Data- Cotton Sales and Historical Data- Cotton Purchases) He also wanted to see the contract name like Dec26 etc import lseg.data as ld ld.open_session() df = ld.get_history( universe=[ "CFTCOTUSAMHY1", "CFTCOTUSAMKY1", "CFTCOTUSAMNY1",…
-
End of Life (EOL) and End of Support (EOS) dates for LSEG Workspace for FX Trading and LSEG WS
We are currently reviewing our internal IT Software Asset Inventory. Could you please provide the official End of Life (EOL) and End of Support (EOS) dates for LSEG Workspace for FX Trading and LSEG Workspace. In addition, please help verify whether any built-in open source components, libraries, or extensions are included…
-
LSEG api is constantly failing
Recently data retrieved from the lseg python api is constantly failing. I have been getting various errors: 1. ld.open_session() : is not connecting (happens sometimes) 2. ld.get_data(): data retrieval is SLOW. tasks that took less that 1 second is now taking >1 min. sometimes does not retrieve all the requested fields or…
-
API for Workspace AI App?
Is there an API available to send queries to the Workspace AI App?
-
Workspace C# Newstream no longer working - Please help
Things were functional as of Friday. Now, as of this morning, no newsfeed updates are coming in. try { if (refinitivSession != null) { refinitivSession.Close(); } // Create a session into the desktop application refinitivSession = DesktopSession.Definition().AppKey(Credentials.AppKey) .GetSession().OnState((state, msg, s)…
-
Number of Analysts for an Index
Hi, I have a question for clarification on the following data point in the Workspace. As shown in the screenshot, the Workspace tells me that the number of analysts covering the Hang Seng index is 17. How should I understand that number? Is this the number of analysts that directly provide some estimates on the index…
-
why did workspace codebook kernel suddenly disconnect in the Private Network?
in the internet network, workspace codebook can run the code. But in the private Network,workspace codebook suddenly can't run the code and it Prompts kernel is disconnecting. Although I try to restart the kernel, it keeps prompting me that it is reconnecting. How can i reconnect the kernel ?
-
Prices Data Quality Issue
Hello, We have identified what appears to be incorrect historical price data for several RICs. For example, we are retrieving historical data using the following code: current_rics = ['AAL.L'] start_period = datetime(2000, 5, 20) end_period = datetime(2026, 7, 30) with ld.open_session(config_name=LSEG_CONFIG_PATH): df =…
-
I would like to retrieve, through an API, a yield curve that is identical to the curve currently gen
I would like to retrieve, through an API, a yield curve that is identical to the curve currently generated in Refinitiv Workspace using the Curve Builder functionality. I have attached an Excel export of the curve as an example. The objective is to automate the retrieval of this same curve, including the same methodology,…
-
Workspace Excel Add In: How to get the number of holdings in an ETF?
I am trying to get the exact number of holdings of an ETF. I have tried "TR.FundHoldingName.holdingname" but this gives me a list of all the ETF Holdings. We only need the number not the list.
-
How to get ISIN codes from Chain RIC
We try to get ISIN codes from ChainRIC in Python.When we run following code but returned error. Does Python support get data by ChainRIC ? ----------------------------------------------------------------------- data,err = ek.get_data('0#GBBMK','TR.ISIN') data.head()…
-
How can we validate RTDS/ADS UI display behavior in Refinitiv Workspace against a non-production env
I am looking for guidance on how to validate RTDS/ADS-published data in Refinitiv Workspace, specifically for UI/display-related behavior. We need to confirm that data from our non-production environment is rendered correctly in Workspace, including items such as: display template behavior
/chained RIC handling
/any other…
-
Reuters API question
I understand that the fields parameter can return historical data fields such as TIMESTAMP, VALUE, VOLUME, HIGH, LOW, OPEN, CLOSE, and COUNT. Currently, I am using the following parameters: start_date: Previous day end_date: Current day interval: daily fields: CLOSE I have two questions: If I would like to retrieve the…
-
DEALSMOV extraction via API?
Is it possible to extract data from the Deals Market Overview (ric: DEALSMOV) Workspace app with the API?
-
Commodity Index
I am trying to extract the futures contracts that compose commodity indices such as BCOM using the Refinitiv/LSEG Python API. My goal is to retrieve, for each index component: the current futures contract used by the index; the next futures contract used for the roll; the settlement or close price for both contracts; I…