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.
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…
What are the ColumnNames in the backend for the following variables in workspace: - Price Date - Has Warrants - China Securities Regulatory Commission - ASEAN Capital Markets Forum - National Association of Financial Market Institutional Investors - Amount Issued (USD) - Next Coupon Payment Date - Amount Issued - Amount…
I need granular NAICS codes for MnA deals. However, I only seem to get industry labels and descriptions. Merging these back to codes would be extremely painful. How can I pull these with TR.MnA through the API? If this isn't possible, does Eikon provide a match table?
Hello, I would like to retrieve bid/ask spread for a list of stocks on a specific date historically. But I found it is not possible to directly retrieve in the desktop. Therefore I am considering using Python. Could anyone help me with this? Thanks a lot in advance!
The following code returns bid/ask price data at daily frequency despite mentioning 'minute' in the interval option. Could anyone please help in resolving this? Code: import refinitiv.data as rd import datetime start_date = datetime.datetime(2005, 1, 1) end_date = datetime.datetime(2005, 3, 2) rd.open_session() df =…
I have two questions Is there any endpoint I can hit to get me metadata for a given RIC? I have tried searching the lseg.data api or eikon api and could not find anything, 2. No data coming out of: Or more specifically, the entire timeseries comes out as NaNs ek.get_timeseries( rics = ['SYB-2YNOLAF-F'],…
text
I have very simple Python code that looks like the below. It has worked for a very long time but today started hanging regardless of what ticker is sent into it. Is this a known issue? Note: I asked on Refinitiv Live Chat and the person tried it using Codebook on their side, and got a "400 bad request error" after a long…
Currently, I am encountering an error when using either rd, or ld while making data requests through the API gateway. The error is: "LDError: 'dict' object has no attribute 'url'". Please assist me with this issue.
It looks like you're new here. Sign in or register to get started.