Hi team, when I tried to access, it shows as bellow: May I ask what product we have to include in our subscription to access news about agriculture product as well as general equities. Many thanks,
Attached is the script with two parts of my code. The first part is the download portion, and the second part structures that download into blocks. I also attach an image showing the point in the code where the "fund_features_son" matrix exhibits the 3 scenarios I mentioned: It downloads all the information on the assets…
Hi team, raising the case on behalf of client. ** REMOVED ** Query : I was wondering if you could help me find a data item to use with CODEBK? From our Dashboard we have a chart which shows for a portfolio the "% Change - Top/Bottom 10 Securities" which shows the current daily % change or as of last close I believe. I was…
Hello everyone, I am a PhD student and I've been using Refinitiv to download firm-level data for my research. I'm currently facing a problem. I downloaded my main dataset around September 2024. In March 2025, I needed to add another variable, so I re-run the same script to download the data through the Python API. The…
I am attempting to do that I hope you can provide guidance on. This will all be done using Python, which it is good to go. As an example, we can focus on the S&P E-mini (ES). 1) Is there a way to get all contracts for a future instrument? For example, expired, active, and future contracts. 2) Once we get the contracts, is…
What time does IBES estimates data update in GUI or API? We have already checked with Content and Product helpdesk, but have been routed to you since its API. Kindly help.
I'am currently running a trial of Workspace. For historical_pricing.summaries.Definition, is it only possible to retrieve data from the most recent year?
Client query from *** REMOVED *** The below example is only giving me data from 22/07/2024, where XXXXXXXXXX is an appkey set up from APPKEY in eikon. import eikon as ekif __name__ == "__main__":ek.set_app_key(XXXXXXXXXXXXXXXXXXXXX)data = ek.get_timeseries('NOKOIS1YZ=R', start_date='2020-12-31', end_date='2025-04-01',…
Client is using the script intraday_data = ld.get_data(universe=etf_tickers, fields=["TRADE_DATE", "SALTIM","TRDPRC_1", "HST_CLOSE"]) intraday_data.rename(columns={"SALTIM":"TRADE_TIME", "Instrument": "ETF Ticker", "TRDPRC_1": "Intraday", "HST_CLOSE": "Prior_day"}, inplace=True) However, it the time was stuck and did not…
I need time-series data of news sentiment scores for a particular industry. How can I use Refinitiv Data Platform API to get it?
It looks like you're new here. Sign in or register to get started.