Hi all, I am attempting to retrieve bond data from the TRACE provider, but I’ve encountered issues with the current code. Some fields return empty cells, even though the data exists when checked manually. For instance, volume data is one such example. Additionally, the code is not outputting dates. Best
I have a list of over 800 bond ISIN and I am using ld.get_data() in a loop to download historical pricing data in chunks (see attached txt file). I need a solution to handle cases where no data is available, so that no errors are returned. First isin chunk: ['ES0200002022', 'IT0005057770', 'US00289WAA99', 'USE00020AA01',…
https://developers.lseg.com/en/article-catalog/article/understanding-a-portfolios-country-risk-exposure It seems to complain that the url wasn’t set, see below… RDError Traceback (most recent call last) Cell In[39], line 6 2 fields = ['TR.PortfolioConstituentName','TR.PortfolioWeight', 'TR.CoRFractionByCountry', 3…
Hi, I'm trying to get news headlines for a specific topic on python using eikon library, however, the news I get through the API are not the same as in the sreen of the desktop version. Im using the following function: ek.get_news_headlines('Topic:CBDC',date_from = start_date, date_to = end_date) but I only get a small…
User running below script and she would like to add average of these 3 companies as output. We did try CODECR group analytics average but nothing really helped, import eikon as ek import pandas as pd # Set up your Eikon API key # List of company RICs (Reuters Instrument Codes) companies = ['AAPL.O', 'MSFT.O', 'GOOGL.O'] #…
Hi! I am trying to develop a Python script to get the GPS position of ships from Eikon. I already have an API key, and the problem I am facing when running it is the following: Check if Eikon Desktop or Eikon API Proxy is running. 2024-12-26 08:51:57,091 P[21284] [MainThread 27348] Error on handshake url…
Very curious to learn if there is a better (faster) way to pull API data on an existing df when the 'SDate' varies by row. I'm new to programming, so I've only figured out how to do this using a for loop. Is there a better (faster) way to do this? Example code below: [1] import refinitiv.data as rd [2] import pandas as pd…
When trying to install LSEG Data library by "pip install lseg-data", the following error message shows up. Please advise how to proceed. ERROR: Could not find a version that satisfies the requirement lseg-data (from versions: none) ERROR: No matching distribution found for lseg-data. Screenshot attached.
Hello, I have downloaded LSEG and tried to install it. However, I saw a message saying, "Could not connect to the server. Please contact your administrator." Could you please help me resolve this issue? Thank you.
It looks like you're new here. Sign in or register to get started.