Hello I have properly opened a session with rd.open_session (desktop session) but my code is not returning anything. import refinitiv.data as rd rd.open_session(app_key = MY_APP_KEY) data = rd.get_data(universe = ['0#SPXW*.U'], fields = ['PUTCALLIND']) On the other hand, the eikon api returns me data…
Hello everyone, Currently I have PERM ID's as firm identifiers in my dataset. I want to gather their corresponding ISIN numbers. Is it possible to do that here ? If so how can I do that ?
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 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?
Through the CODEBOOK, we were able to download the FILING REPORT of the companies using Python. However, CODEBOOK no longer works now. It appears the following error AAA ID: GEDTC-904487 What can we do?
I'm needing to extract time series data to update our correlations, and I have got the invalid printing digits 500 error, can you please assist? I'm basically pulling time series data for the last 3 years - I understand that it might be a lot of data, so I will pull it less frequently, I need my API to be unblocked though.…
Hello, I would like to access upcoming sovereign credit rating review dates for certain countries (e.g., "Germany – Fitch – Review scheduled for July 11, 2025") via the Eikon Data API (refinitiv.dataplatform.eikon), if possible. Could you help me with it? Thank you for your support. Best regards,
It looks like you're new here. Sign in or register to get started.