The most recent content from our members.
Hello, I would like to pull IV timeseries as a function of moneyness using some Python API package like eikon or RDP.
Posting this on behalf of Workspace user from case 15982026. Could you please advise how we should update the code to make it more efficient and compliant with the LSEG Data Library limits? In particular, we would appreciate your guidance on the following: How to restructure the code so that multiple RICs are passed in a…
hi, Team A client of mine is using Eikon API, and no he wants to update to Refinitiv API or LSEG Data API, but by pip install command, the error shows as attachment. the user is Private line user, and he said he install Eikon API by downloading lots of packages from our website (which of them works he cannot tell), but he…
Where can I get Python support within LSEG? After laptop upgrade, an old Python script is not working.
Would it be possible to have a python formula/code to extract all this information available in the ECOP application in Workspace.
I would also be interested to know if it is possible to pull TAS data this using the python api Ideally the flow curve directly with bid/ask relative applied. If not, I would like to pull the fields that are used to calculate it and construct it myself. I want a daily flow curve.Let's start with LCOc1.I will want a number…
Where can I get Python support within LSEG?
This is the ode I’m trying to run: import refinitiv.data as rd rd.open_session() df = rd.get_history(universe =['aUSCPIAR','pUSCPI=M'], start='2025-06-01', end='2026-05-01') df.sort_index(ascending=False)
I’m using the API to retrieve private equity firm information, but I’m now getting a “The access denied” error. I was able to use this service a few days ago, so could you please check whether my permissions have changed? Thank you. I’m using LSEG Workspace with the account. I’m trying to retrieve private equity firm…
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…
LSEG Support: EikonGetSymbology Fails to Resolve Bare-Ticker RICs Reproducible notebook for the LSEG Data Quality team. Uses the LSEG Data Library for Python (lseg-data). Each issue section is preceded by a code cell that reproduces it. Date: March 2026 Products affected: Eikon Data API — EikonGetSymbology endpoint…
I created an EDP API with applib. Im now testing the connection in python What is the correct username i should use and where i find it ? I have LSEG workspace running on my machine but i run python in a cloud environment and want to use the API endpoint I created
I would like to download a bond's price (let's take PL117024=) from today, but at 4:30PM CEST. Can you please show me some code/documentation on how to do that? I only see specifying days. If possible, I'd rather have a single response at exactly 16:30 rather than the entire time series. We have created Workspace excel…
.As per client, he can see the data in Workspace desktop but when trying to pull it in API, he is getting the error (screenshot)| Client has relayed access for RIC AAPL.O Client is using the below script: events = rd.get_history( universe=['AAPL.O'], start=dt.date(2024, 1, 1).strftime('%Y-%m-%d'), end=dt.date(2025, 12,…
It looks like you're new here. Sign in or register to get started.