I have following few queries : 1.) what is the limit of getting data through the code given below like the eikon data api has 10000/day! rd.open_session() rd.news.get_headlines() 2.) why i am getting this error refinitiv.data._errors.RDError: Error code 503 | Backend error. 503 Service Unavailable 3.) What are the other…
I'm able to pull the index constituents as of a particular date, using: df = ek.get_data('.RUT', ['TR.IndexConstituentRIC', 'TR.IndexConstituentWeightPercent'], parameters={'sdate':'2022-04-30','edate':'2022-04-30'})[0] holdings_list = df['Constituent RIC'].str.cat(sep = ', ') How can I use the API to pull operating…
...but not available using the Screener, does that mean can't download information regarding that variable? Hello, I am trying to download time-series data regarding company geographic revenues and assets. Using the Data Item Browser, I can see a "Geographic Total Assets" variable. However, when I use the Screener…
Hi, I'm trying to use eikon.get_data() in python for downloading historical data of curve points. RICs examples: "AAAUSDD10Y=", "BBBUSDD5Y=","MEXICOUSDG4Y". I have tried different field names but can't get historical data. Which ones should I use? Or even if there is a way to download the hole curve using python with the…
Hi, I want to fetch the merge and acquisition data for a RIC where the RIC is as target not acquiror. Like I want to find that the RIC WTB.L (Whitbread PLC) is acquired by any another company. Is there a way where we can specify the RIC as target and find its acquiror company or is there any field for it. Please help me…
Hi, currently I'm using this formula df, err = ek.get_data("WTB.L",fields=["TR.OrganizationID"]) OrgPermId = df["Organization PermID"].values[0] screener_exp = 'SCREEN(U(IN(DEALS)), IN(TR.MnATargetPermId,"'+str(OrgPermId)+'"))' deals, err = ek.get_data( instruments=[screener_exp],…
https://developers.lseg.com/en/api-catalog/eikon/eikon-data-api/quick-start Are the steps same for workspace as in Eikon explained in this link?
What is the name of the field that provides the website of a company? I tried web, website, webpage ... in Add Filter, but I could not find it.
We are downloading the timeseries of an economic indicator (for instance USCPI=ECI). We would be interested in having the date of the release (ideally the datetime). Is it possible via API? (currently using Eikon's Python API)
Is there a way to pull the last-to-last quote data through Eikon api in Python. I am able to pull the last quote data of BBSY (ASX Benchmark BBSW Average page), but I also want to pull the quote before it. So I need the quote for today as well as yesterday. Is there a way to do it?
It looks like you're new here. Sign in or register to get started.