-
How to retrieve bond rating and sector credit curve data - using Python API
Hello, I have a datasheet with a list of bond ISINs for which I have a start date, end date, the sector classification, currency and rating information. For each bons in the dataset I would like to retrieve the currency-sector-rating specific credit yield curve starting at its specific start and end date. I am facing the…
-
Need a python script to pull cargoes as imports into all PADDs and exports out of all PADDs. I need
Need a python script to pull cargoes as imports into all PADDs and exports out of all PADDs. I need one script that will aggregate the total number of imports per region by load zone/region and another script with all fields returned
-
Im having trouble with missingquarter data for several American companies, including AAPL.
data retrieved with: df_standard, err = ek.get_data( instruments = ['AAPL.O'], fields = ['TR.F.IncomeStatement.fieldname','TR.F.IncomeStatement','TR.F.IncomeStatement.date','TR.F.IncomeStatement.FCC'], parameters = {'Scale': 6, 'SDate': 0, 'EDate': -30,'Period':'FQ0', 'FRQ':…
-
Duplicate Timestamps for historical_pricing results
Hello Friends, I got an issue which needs your kind help to address. To Keep in line the difference in timestamp from ld and ek library, I'm trying to summaryTimestampLabel parameter to retrieve FX hourly data, as referenced in this discussion. However, when I'm using summaryTimestampLabel in historical_pricing , the…
-
I am greeting errors while getting data via API
error 1: 2025-03-17 19:43:36,704 P[22516] [MainThread 11120] Error code 429 | Client Error: Too many requests, please try again later. 2025-03-17 19:43:36,704 P[22516] [MainThread 11120] HTTP request failed: EikonError-Client Error: Too many requests, please try again later. error 2: Error fetching news: Error code 2504 |…
-
How Long After a Company is Listed Does It Appear in the System?
Hi everyone, I am trying to determine how long it takes for a newly listed company to appear in the LSEG system. Specifically, after a company is officially listed on an exchange, how much time typically passes before its identifiers (e.g., ISIN, RIC, PermID, etc.) are available through LSEG APIs? Is there a standard…
-
Wrong Financial Data for AMD from Python API
I use python eikon api to get financial data, the data is accurate for most of the companies, but for AMD, the data is terribly wrong.
-
Date Field contains indexed numbers
Hi, I am using the following script to download tresury yields. TESOROS = ['US2YT=RR','US3YT=RR','US5YT=RR','US7YT=RR','US10YT=RR','US30YT=RR'] start_date = "2000-12-12" end_date = "2024-12-31" ts_tesoros,e1 = ek.get_data(TESOROS, ["TR.MIDYIELD.date","TR.MIDYIELD"], {'SDate':start_date,'EDate':end_date,'Frq':'D'}) UST10Y =…
-
How to run a SCREENER formula in Excel to CODEBOOK?
What is wrong with this screening code? df, err = ek.get_data('SCREEN(U(IN(Equity(active,public))/UNV:Public/), IN(TR.InstrumentTypeCode,"ADR","BDR"), IN(TR.ExchangeMarketIdCode,"BVMF","XBSP")',['…
-
TEXTUAL ANALYSIS PYTHON
Hello everyone! I would like to understand how to obtain the headlines of all companies, for example, U.S. companies, on Python by inserting keywords, from 2020 to today. The code I used only works with 100 rows. Thank you!