-
Historical CDS Data for a certain time range
Hey I used the __Examples__/03. Quantitative Analytics/03.05. Credit Derivatives/CDS.ipynb codebook in the Workspace for some information's on CDS Data. What I need is the historical CDS Spreads from Single Name CDS that were traded by non-sovereign from the time range 01.01.2006 until 31.12.2010. How do I get this data…
-
Loop rics 400 bank end error
HI i need to pull the closing price date, closing proce, volume and price to book, price to earnings of the following rics. ['MSFT.O', 'AAPL.O', 'NVDA.O', 'GOOGL.O', 'GOOG.O', 'AMZN.O', 'META.O', 'BRKb', 'LLY', 'AVGO.O', 'JPM', 'V', 'TSLA.O', 'WMT', 'XOM', 'UNH', 'MA', 'PG', 'JNJ', 'HD', 'ORCL.K', 'MRK', 'COST.O',…
-
python refinitiv.dataplatform module - configuration issue
I am trying to upgrade the refinitiv-dataplatform from 1.0.0a0 to 1.0.0a21. I have encountered a KeyError on config-change-notifications-enabled which is similar with one(https://community.developers.refinitiv.com/questions/96904/refinitivdata-module-python.html) I see there is a file named rdplibconfig.default.json under…
-
Eikon API: Retrieving filing date for annual reports
Question on behalf of a client. Is it possible to retrieve the filing date of quarterly/annual reports? Maybe the same logic can be used as the 'calcdate' or 'periodenddate'. Is there a field for 'filing date' and/or 'receipt date'? Thank you so much in advance for your help! df, err = eikon.get_data('AAPL.O',…
-
earnings call from ADVEV
Follow this thread, Anyone can introduce how get the detail content of earnings call by python? Appreciate in advance
-
I am using the following query and the output does not makes sense? ek.get_data("CNE100001YQ9",["...
...TR.HistEnterpriseValue(Period=FY0,Curn=CAD)"])[0].astype(str) I am using the following query and the output does not makes sense? ek.get_data("CNE100001YQ9",["TR.HistEnterpriseValue(Period=FY0,Curn=CAD)"])[0].astype(str)
-
(429, Too many requests, please try again later)
getting error : (429, Too many requests, please try again later).....not using any other process with Refinitiv ...not any excel or any other API program but continuously getting this error ....need to know if these situations occur how to find the source of requests ...since currently ran only one program and there also…
-
Error code 403 | RD-PYTHON-LIB is invalid
Hi everybody, I am trying to get some Green Bond Data & yesterday everything worked fine. My approach looks as follows: green_bonds = rd.discovery.search( view = rd.discovery.Views.GOV_CORP_INSTRUMENTS, top = 10000, filter = "(DbType eq 'CORP' and IsActive eq true and (IsGreenBond eq true))", select =…
-
Python Eikon API - Return local EURO currency data
In my request it appears that I get USD data returned, even though I specifically request EUR in the parameters. Expected behavior: Get EURO data Actual behavior: Receive USD data Example code: import eikon as ek ek.set_app_key('<REMOVED FOR PRIVACY>') screener = 'SCREEN(U(IN(Equity(active,public,primary))),…
-
Is there any way that I can retrieve the list of analyst names and their respective IBES rating/s...
...core (from Estimates tab on Workspace) via Python API? I've checked with the helpdesk, and there is currently no way of retrieving the full list of top analysts covering the stocks and their respective IBES rating/scores, other than accessing TOPA on the desktop app. I am trying to find ways that can extract this…