-
How can I download the equity data of a constituent with country residence or other country infor...
...mation via Eikon? Hi, I was downloading the constituent equity data using Python with Eikon as ek.get_data(instruments=constituent, fields=required_fields), with certain fields contain country information of the constituent: required_fields = ['TR.ExchangeCountry', 'TR.CoRPrimaryCountry', 'TR.CoRPrimaryCountryCode'] I…
-
Expired Equity RICS download
Hi i am trying to download the OHLCV data of the following expired RICS TWTR.N^J22 (expired) NLSN.N^J22 (expired) Right now it is all just NA, can you help me please. I am using the ek.get_data function. Is there a problem with the RICs
-
Is it possible to pull up a capital change event (Buyback, Stock Split, etc) in Python with the E...
...vent ID used as a search criteria? We have a user who is trying to pull all the Buyback and Stock Split events for RIC 7203.T but it appears that the script is just outright pulling the data from 2000-latest for each field. For instance, a Buyback event with event ID <73016304666 > is returning values for…
-
How to download delivery basket data for a certain bond future?
Hi, Let's take as an example: 0#FGBLc1=DLV How do I extract the following data from the following page in python for each of the bonds in the delivery basket? * Gross basis * Implied repo * carry cost * bond isin * bond ric * clean price * maturity * isin ? Thank you, GR
-
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)