The most recent content from our members.
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…
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…
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.
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…
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 :…
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…
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…
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()…
Client has a list of companies and one of which is 2382.HK. He wants to get the quarterly data but this specific RIC has no quarterly data. Now, client wants to know how he can write it to get the quarterly and semi annual data in 1 request? Product is API/Codebook. Thank you!
Please fix this
It looks like you're new here. Sign in or register to get started.