I need to search by multiple CUSIPs at a time (about 1500 CUSIPs at a time). Followed the instructions below: The workaround is using template: https://github.com/LSEG-API-Samples/Example.DataLibrary.Python/blob/main/Examples/1-Access/EX-1.01.06.1-SearchTemplates-Equities.ipynb. The template is defined in…
...ia Python Script Hi everyone, I am trying to integrate some RIC information into Power BI through python scripts that have already been tested on Refinitiv Eikon API with CodeBook. All scripts worked just fine, both historical and real-time data, as shown below. Below are the codes used in the examples above. 1) "import…
Hello, can you please help us to update this code snippet we used to play with rdp but not working anymore with rd. if (response.status["http_status_code"] == 202): #getting the status of the calculation ('not started', 'running', 'succeeded') status_url = "https://api.refinitiv.com" + response.headers["location"]…
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…
It looks like you're new here. Sign in or register to get started.