Hi, I treid to get the data for these RICs with 2 different functions. However, when i get them with get_data() function it says 2021-06-21 So, I just wanted to check if it is correct and if it is not, which function do i need to use to get correct data? RICs : MPB-DEBRE-TOT , MZN-DEBRE-TOT Functions : get_data(),…
Python code: data, err = ek.get_data(instruments=code, fields=[ "TR.RICCode", "CF_NAME", "DSPLY_NMLL", "TR.TRBCIndustry" ]) Now we get the TR.TRBCIndustry field value in English. and is it possible to get the value in Chinese, Japanese, Korean and traditional Chinese language?
Hi everyone I need to retrieve the Fitch and Moody's long term issuer credit ratings for all (or substantially all) US firms, as at the end of each month for the period from 2003-01-31 to 2023-12-31. I'm completely new to APIs and Python, but from what I understand an API will be the best approach to retrieve such a large…
Hi, is it possible to get all the bonds from one issuer please? I found out that for getting Issuer name from ISIN this code is working `ek.get_data(['XS2552369469'],['TR.FIIssuerName'])` but I cannot manage to make it other way around. Any help will be appreciated! Thanks!
Hi, For certain constituent, the value of the fields, such as the country of primary risk, keeps being updated. Is it possible to have the historical value of these fields so that we could track the changes of the field values in history?
...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…
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
...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…
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
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…
It looks like you're new here. Sign in or register to get started.