-
Accessing Upcoming Sovereign Rating Review Calendar via Eikon API
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,
-
Difference in Intraday Timestamp between rd.get_history vs ek.get_timeseries
Hi team, Hanna here from the Specialist team - helpdesk. A question in difference in timestamp for intraday interval between rdp, ek and lseg. There is a one hour difference. Now we know and see this difference in our Charts due to the difference in logic, as discussed in our Knowledge Article: Why are the timestamps for…
-
Is it possible to get field description or definition?
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…
-
Eikon API guidance summary data gets mixed up
Hello, I am trying to pull guidance summary data using eikon api. My issue is that when I include new data field (for example TR.GuidanceUnitType), the data gets mixed up and some items like revenues show up as tax rates. I have seen this happen as I include and exclude different data fields. Please let me know why this is…
-
Unable to fetch storyID and news article using eikon api via python
Hi all, Till last week (16th May 2025), we were able to fetch storyID and news article using the eikon api via python. But since today (20th May 2025), we are not even able to fetch storyID, let alone news article. :( Is there any migration of data that took place over the weekend ? or is there any change in the API…
-
Error retrieving historical data from Refinitiv Workspace: timed out
This is question about the historical_pricing endpoint using Refinitiv Workspace. I am making this call through the Python library refinitiv.data.content and using the historical_pricing object. response = historical_pricing.events.Definition(universe=tickers,start=start_datetime,end=end_datetime).get_data() When I pass…
-
Hi Team, Unusual Volatility surface data: I am using the python API to retrieve some volatility surf
Unusual Volatility surface data: I am using the python API to retrieve some volatility surface data for some stocks, and there are some unusual values exceed 1000. For example, the volatility surface for AAPL.O on 2017-02-17 was 44379.8042005109 across all moneyness. This occurs for several other tickers, such as ZTS on…
-
Accessing Mutual Fund / ETF Data (e.g. NAV) via LSEG Data Library
Hi, I previously used the Eikon Data API in Python to retrieve historical data for mutual funds and ETFs, including NAV prices. Since this API is being deprecated, I have started working with the LSEG Data Library and successfully opened a session. However, I have not been able to retrieve NAV or similar data for mutual…
-
Calculation of FX Forward start date and Maturity date
Hello friend, I'm using Workspace Codebook to calculate FX forward start date and maturity date. I remembered that we have adfin function is something like FxCalcPeriod() to get the Maturity Date of FX forward if I provide the currency pairs, Start Date, and Tenor as input. Do we have a similar script for Codebook? Thanks…
-
Volume data in Eikon API in Python
Client is trying to pull close price and volume every 1 minute for the past 3 months using the Eikon API in Python and he cannot seem to get volume data. Please advise on how to achieve this.
-
Downloading Analyst Reports using Eikon Data API in Python
Hi everyone, I am trying to download analyst reports using the Eikon Data API in Python, but I am running into issues with both approaches I have tried. Hoping someone here can help! Issue 1: 500 Internal Server Error for Document Download The first method I tried was getting the document ID and then using the…
-
Error: no proxy address
I have an issue with the Eikon API, could you please direct me to someone who can helpwhen I input it I receive the following error [MainThread 140144172755840] Error: no proxy address identified.2025-02-17 16:57:51,113 P[16237] [MainThread 140144172755840] Error on handshake url http://127.0.0.1:None/api/handshake :…
-
Does Eikon API library work via Fabric notebooks?
I wonder if there is a way to be using eikon library via Fabric notebooks ? like so: # Connect to Refinitiv and get datadf_holdings, FundHoldings = ek.get_data([fund_isin],['TR.FundHoldingName', 'TR.FundHoldingRIC','TR.FundPercentageOfFundAssets', 'TR.FundLatestFilingDate'],{'Endnum':'5000'}) would you have a code sample…
-
Phyton API - ScopeError: Insufficient scope for key
I am doing PhD at ESCP Paris. I want to retrieve ownership data for one of my research. I am using the LSEG data library for Python, following the tutorial on GitHub () However, when running the get_data() method, I got the error message: ScopeError: Insufficient scope for…
-
RDError in RDP API
Hi team, I am from the Customer Support - Specialist and I am assisting a client in getting historical curve 0#NOKZ=R for a specific date. Initially I provided this code: import refinitiv.data as rd session = rd.session.desktop.Definition(app_key=('DEFAULT_CODE_BOOK_APP_KEY')).get_session() session.open()…