-
I am trying to extract a time series of historical ratings of a company via the Python API access, b
I am trying to extract a time series of historical ratings of a company via the Python API access, but I cannot find the suitable input or function to make it work. With the attached code, I only get one row of a rating, but not all historical ratings.
-
Workspace API news retrieval by free text
I am trying to pull news headline by fee text, but it does not return relevant headlines. Example code is: df = ld.news.get_headlines("Private Credit" and "LEN", start="22.06.2026", end=timedelta(days=-1),count=10) display(df) Please advise if free text is possible?
-
Inconsistencies found while using the Enterprise Value fields via the Eikon/LSEG Python API (rd libr
Hello, I am reporting inconsistencies found while using the Enterprise Value fields via the Eikon/LSEG Python API (rd library). Below are three issues, each with reproduction steps, code and output. Screenshots and code snippets are attached. --- ISSUE 1: TR.F.EV does not return quarterly point-in-time data via…
-
Identifiers while retrieving issuer curve information using Python
I am interested in retrieving issuer curve information using Python. Currently I have the following working example: df = ld.discovery.search( view = search.Views.FIXED_INCOME_QUOTES, query = "BASF SE", select =…
-
I want python API code to pull Put and Call option data for RIC 0700.HK
I want python API code to pull Put and Call option data for RIC 0700.HK I am looking for Strikes corresponding with their Call prices and Put prices for some HK stocks, for example underlying RIC 0700.HK. I need Bid, Ask, last, Implied Volatility and strike price of Call and Put options.…
-
How to get brokers' metadata for other regions?
Checked the endpoint "https://api.refinitiv.com/data/analytics/benchmark/v1/metadata/brokers", response is including only Canada. Could you kindly let me know how to get for other regions?
-
How can I extract daily data for all Datastream indices in Excel using a formula similar to DSGRID?
I am currently using the following DSGRID formula to extract data for the FTSE 100 index using its Datastream code: Any suggestion in extracting data through Python also helps. =@DSGRID("LFTSE100","WSCD,SECD,NAME,TIME,WC05661","Latest Value","","","RowHeader=true;ColHeader=true;Heading=true;DispSeriesDescription=true
-
API Session is not opened
My workspace is up and running, but the configured lseg_data_config.json seems to have suddenly stopped working — the API calls keep throwing the error "Session is not opened. Can't send any request".
-
Test Question for checking <> Ignore TesT Post
Hello, I am try to implement the following Datastream excel formula in python, if you have any ideas on how to implement it, would be happy to recieve them. =@DSGRID(A2;"MNEM";"Latest Value";"";"";"Sym=RIC") Thanks already.
-
Error when trying to install refinitiv.data locally
Hi I hope that you are fine. I am trying to run / access Refinitiv data locally via Python. I am using Visual Code and Jupyter notebook (IPYNB file). I have created a virtual environment. When I try to install the refinitiv-data library locally via python -m pip install refinitiv-data I receive the error below (I have…
-
How do SDate/EDate work for TR.Guidance fields
Hi Developer Community, I am using Refinitiv workspace codebook to retrieve company guidance data using TR.Guidance* fields. I would like to confirm the official definition/rules of SDate and EDate when they are used with TR.Guidance fields. Based on a recent response from the support team, I was told that for TR.Guidance…
-
Officer and Director data
Am I able to pull the 5-year history of Officers and Directors (more specifically CEOs/CFOs) of a company (e.g. Rogers Communications, RCIb.TO) via API? Specifically, I would like to retrieve all the CEOs/CFOs that's been at a company within the last five years. I am currently use the following code to retrieve the…
-
Adding labels or categories for news
I usually use this python code in the attached photo to extract news data for Egypt so that I can make my own analysis on financial news. However, this gives me tons of irrelevant news (e.g. FIFA World Cup news). I need to modify it by including columns giving me RICs, categories or labels associated with these news (e.g.…
-
Lipper Fund Distribution/Dividend Data
Hi, my client is using WS API through the codebook. they have advised that they are unable to extract funds distributions data using the sample RICS and datatypes below. Is Lipper Data available in Codebook? LP68378190 LP68037657 VAS.AX IOZ.AX…
-
Historical Chain Constituents for =DLV basket
Hi Team, Can you please advise how to retrieve historical chain constituents specifically for Delivery Baskets (i.e. DLV). from lseg.data.discovery import Chain fchi = Chain(name="0#TYc1=DLV") print(fchi.constituents)