Welcome to the LSEG Developer Community
Hello, What is the syntax I have to use to get the constituents PIT (Point In Time, we have a license for this) for the following indices using Datastream API ? I am not able to find a working solution. While this works for Dax index for example it does not with MSCI Indices: ds.get_data(tickers='LMSUSAMD0121|L',…
My client seems he is already registered in the portal, but can not sign in as he doesnt remember the username and passowrd. He needs access ASAP, to get help setting up API in workspace. How can he get the log in details?
I am currently using the following DSGRID formula to extract data for the FTSE 100 index using its Datastream code: Any suggestion in extracting data through Python also helps. =@DSGRID("LFTSE100","WSCD,SECD,NAME,TIME,WC05661","Latest Value","","","RowHeader=true;ColHeader=true;Heading=true;DispSeriesDescription=true
Hello, I am try to implement the following Datastream excel formula in python, if you have any ideas on how to implement it, would be happy to recieve them. =@DSGRID(A2;"MNEM";"Latest Value";"";"";"Sym=RIC") Thanks already.
I wanted to get the latest UK Policy Rate prior to a certain date so I did this ds.get_data(tickers="UKPRATE.", start="-1M", end="20260528", freq="M") But you get an error response $$ER: 0628,UKPRATE. NO ECONOMIC DATA However if you do this ds.get_data(tickers="UKPRATE.", start="-1M", end="20260528", freq="M") the response…
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…
When we attempted to retrieve data using the Python API (DatastreamDSWS), we encountered the error shown below and were unable to obtain the data. Would you happen to know the possible cause of this issue? We apologize for the inconvenience, but if you have any idea what might be causing this error, we would greatly…
Hi there, I am working on creating a process that relies on data returned via DSGRID formulas. I am trying to build a macro that I can run using a python script that refreshes the formulas and returns/confirms when the data has actually been retrieved. Looking at other posts, I've been able to find that the below line will…
Initially client was asking for How can I preserve the values while "erasing" the formula in Cell BB7 in DataStream? So I have provided the below steps: To preserve the values while removing the formula, use the "Save as Values" feature: 1. Open your file (ensure data is updated) 2. Right-click on cell BB7 (or select the…
I’m trying to retrieve multiple mapped DS mnemonic codes using multiple ISIN codes, but I’m getting an error as shown below. What is the correct code?
It looks like you're new here. Sign in or register to get started.