Am looking to use my eikon Python scripts with Workspace now active, and am aware the Eikon API proxy will no longer be working from July onwards. Is there a way to ensure my scripts remain compatible after July? Related question - does just opening an ld.open_session() accomplish the same thing in Workspace as…
I use Desktop API news to read livestreaming news for companies, but for research and academia purposes, I want to download the livestreaming news for companies (e.g., S&P 500 USA companies for 10 years) analysis directly as raw data into Excel when log into Excel-add in Refinitiv Workspace environment/or using Python.…
I have previously pulled Screener data in R using the API (see code snippet #1), but for some reason I am retrieving zero observations when I do the same using formulas from the Private Companies universe (code snippet #2). Can someone help me get this query working properly? Code snippet #1: screener_formula <- 'SCREEN(…
I have set my proxies and gone through the troubleshooting article: https://developers.lseg.com/en/article-catalog/article/eikon-data-api-python-troubleshooting-refinitiv?secureweb=RefinitivWorkspace I still can't figure out what is the issue here and I'm already on my second app key Here are some further logs: 2025-06-09…
We are currently migrating our users from Eikon to Workspace, and they are trying to run their Python scripts using the same scripts and api key that they used with the Eikon API (that as I understand should work fine for Workspace?). However they are getting the following error, which they don't get when the Eikon API is…
PhD student - cannot download Eikon API - client is trying to download at least 13000 data points - user is receiving error code 429: too many request - user wanted to know if user already reached her limit
Hi, i need some help please re: the below query for returning the assets held in a particular fund, but i would like some additional fields… data, err = ek.get_data('LP65070066', ['TR.FundHoldingRIC', 'TR.FundHoldingName', 'TR.FundNumberOfShares', 'TR.FundNumberOfSharesChanged'], {'Endnum': '1000'}) if err: print(f"Error:…
We use a service to pull historical data and would like to get clarification regarding the pricing fields. The service we use is: https://api.refinitiv.com/data/historical-pricing/v1/views/interday-summaries/{symbol} We typically retrieve the fields: "TRDPRC_1", "OFF_CLOSE" for closing price and determine the appropriate…
This is a question from a trial user who is testing out the WS API. for the specific ticker (like 9988.HK), I can find the DR under the ‘Price & Chart’, but it's different from the results I got from the API. May I check the reason? here is the code and result…
I was using '.description' at the end of Data Item Code but it looks like only some fields works. When I tried to get data 'TR.PriceClose.description' , it works. I need description at below so I tried same as before but it does not works. Is there any other function to find field description or do we have document on…
It looks like you're new here. Sign in or register to get started.