I am trying to retrieve yearly LIBOR rates via API. But I am unable to find the right RIC to do so. Is there any document which provided the needed RIC information that I can look into?
After launch EIKON API PROXY we just see this 2024-05-14T20:41:22.574Z - info: Starting process 5328 with command line: C:\Eikon API Proxy\EikonAPIProxy.exe 2024-05-14T20:41:22.652Z - info: Starting... 2024-05-14T20:41:22.652Z - info: Reading product manifest 2024-05-14T20:41:22.652Z - info: Async loading of component…
"I have a list of ISINs for some corporate bonds in an Excel table and I want to get the time series data for these bonds, for the variable yield to redemption. I am currently using the DSGRID function in Excel, which looks like this:…
Hi Team, Can you help me to use eikon api and use the command ‘import eikon as ek’ to import the code below? import refinitiv.data as rd rd.open_session() rd.get_history( universe='CBF24^2', fields=["SETTLE"], count=1, ) Could you please provide the code that can be used through eikon package? For some reason, seems…
How to get all target price of S&P500 listed firm in from 2000 to 2022?
How to retrieve the constituent bonds of a certain CDS through python API?
Hello, I am trying to download hystorical data by using python Eikon API but I got this error message: 2024-05-13 08:24:22,509 P[5976] [MainThread 23728] Error code 429 | Client Error: {"message":"Too many requests, please try again later."} Wait for 56138 seconds. 2024-05-13 08:24:22,509 P[5976] [MainThread 23728] HTTP…
I am getting an error using the ek.get_news_headlines function. Kindly see screenshots attached for error message and the news headline page that I am trying to replicate via the Python API. Thanks.
I am using Eikon API in codebook. I have a code: ek.get_data(['NO0010923717', 'NO0011151797', 'DE000VX7EZY9', 'NO0012838921', 'NO0510152205', 'NO0010307135'], ['TR.PriceClose', 'TR.FundNAV', 'TR.BIDYIELD', 'YIELD'], {'SDate': '2023-12-01', 'EDate': '2024-01-01'}) list of rics: NO0011151797 - LP68702547 DE000VX7EZY9 -…
Hi everyone, I'm reaching out for some assistance regarding an eikon API query I've been working on. I want to retrieve some data on the institutional ownership of 300 companies from 2002 until 2023 and I've encountered a timeout error (Error code 408 | Request timeout occurred) while executing the following code: import…
It looks like you're new here. Sign in or register to get started.