... 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
Hi, I want to extract daily spot and forward FX data at the exact same time of the day. It seems that ek.get_timeseries is not using standardized time and I want to enforce that. I am using the code: ek.get_timeseries(RICs, fields, start_date, end_date, interval = "daily") However, for a simple example of "EUR=" and "JPY="…
I use eikon api to get dxy data, such as TR.CLOSEPRICE TR.CLOSEPRICE.date but data I got is not the same as I found on some fin websites. I think the problem is due to TR.CLOSEPRICE.date is not the same as I saw on other sites. For example, the following are I get from eikon api, Instrument Close Price Date High Price Low…
portfolio_holdings CUSIP.pdf Attached are the portfolio holdings I have retrieved from the 13F holdings from Refinitiv. The column name "CUSIP" provides the company 8-digit CUSIP. My next step is to obtain the Scope 1 and Scope 2 emissions from each company listed here. This is only a small part of my dataset; therefore, I…
...be header Date. This causes an issue when you pull the data with a python script to Power BI as the col is ignored.
How do i remove the extra row from my data set. df = ek.get_timeseries (["CAD=;CAD1M=;CAD2M=;CAD3M=;CAD4M=;CAD5M=;CAD6M=;CAD7M=;CAD8M=;CAD9M=;CAD10M=;CAD11M=;CAD1Y="], start_date="2024-01-01", end_date="2024-03-31", fields="CLOSE") df Thank you.
It looks like you're new here. Sign in or register to get started.