...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)
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…
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 =…
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))),…
...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…
... request failed: EikonError-Backend error. 500 Internal Server Error Good afternoon, how are you? I am writing because I am using the get_timeseries() function with the following parameters: df = ek.get_timeseries(["PAM"], start_date="2024-03-19", end_date="2024-03-20", interval = "tick") At certain times of the day it…
How can I run this API endpoint on CodeBook? I'm trying to run the following function, but the output is the following problem "error 0 {'id': '62dc1e15-2ef8-4d91-b0bb-83e4739233d2/6...",how could this be converted to get currency forward data? Full script: response = ipa.curve.Curves().get_curve(…
I am currently working on an application that uses chatGPT and Eikon's API to retrieve and summarize news. However, when I try to retrieve news from Eikon, I get an error and cannot retrieve the news. I have also heard that an API to retrieve news could solve the problem, as there are limitations to retrieving news,…
I want to retrieve data as Daily using get_data for the combination of target RIC and Field as follows. To do this, it seems I need to understand how to use parameters, but is there a separate guide for all the cases of parameters? I couldn't find information about parameters even in the official documentation provided at…
PGA2298 is an object of Quote. I need to use Eikon API get_data to get the PGA2298 content. But get_data can only be used like: ek.get_data(['PGA2298'],['TRDPRC_1', 'BID', 'ASK', 'ACTIV_DATE', 'TIMACT'] ) So my question is how can I get the content of PGA2298 . Is there a special Field for the content ? Thanks
It looks like you're new here. Sign in or register to get started.