-
can I get the same result by using the python function:
I tried clicked any result in News topic guide, and it will redirect me to searching those industries. For example, I clicked `Auto & Truck Manufacturers (TRBC level 4) [CARM]`, it just search by keyword `Auto & Truck Manufacturers (TRBC level 4) [CARM]` in the news monitor page. Is that mean I can get the same result by…
-
Getting News headlines using python
I am using workspace, is there way i can query the news headline using python ?
-
is it possible for one news article to include both {"_qcode": "R:AMD.O"} and {"_qcode": "R:INTC.O"}
for a news item(news.headlines.Definition("R:AMD.O AND Language:LEN AND Source:RTRS").get_data()), does {"_qcode": "R:AMD.O"} appear only once, or can a single news item contain multiple {"_qcode": "R:..."} values? For example, is it possible for one news article to include both {"_qcode": "R:AMD.O"} and {"_qcode":…
-
Can I ask the get_headlines for news suppose muti-tickers?
The query ask for searching the tickers: INTC, AMD. And the result only show the field versionCreated, headline, storyID, and sourceCode. There are 4 results, I can't know which news data is about INTC, which one is about AMD. Can the result of "ld.news.get_headlines('(R:INTC.O OR R:AMD.O) AND Language:LEN AND…
-
Querying in pyhton using RICs filter
this is en example of what I use now news = ld.news.get_headlines(query="L'Agence AND Tresor",start='2022-08-26T00:00:00', end='2025-12-06T23:59:59',count=1000) ut instead I would like to get all news for some RICS like AUCTBTF
-
How to pull news data and stream on Excel/Google Sheets?
Hi, I am trying to create a News Monitor experience in Excel. Is it poosible to pull news from News Monitor and put them into Excel, which cascades throughout the day like how News Monitor behaves?
-
How to extract topics of news headline using API?
I managed to retrieve topic codes (e.g. "A:2", "G:1F"). How to convert them to their corresponding topic names in the Workspace app (e.g. TOPNWS, GFIN)?
-
ld.news.get_headlines
Hi DevPortal, good afternoon. May I ask for your help. I use python library to fetch news by ld.news.get_headlines('Elon musk', count=10), while it return error: LDError: Error code 400 | Query cannot return any result. Is there any format for query in this function? Kindly pls provide me a sample script on how to do this…
-
Content Types for NEWS API
Hi, i'm trying to pull news headlines via the workspace API. rd.news.get_headlines("LSEG, MSFT.O AND Language:LEN", count=50) this code works for pulling headlines, but how do i add another filter for "content type" like in the APP NEWS 2.0? i.e. web news, research, transcripts, filings etc. I'd like to filter my query. I…
-
I'm using the lseg-data Python library to fetch news data with get_headlines(). However, I get the f
-
Codebook Workspace API - News help!
Hi, i'm trying to pull news headlines via the workspace API. rd.news.get_headlines("LSEG, MSFT.O AND Language:LEN", count=50) this code works for pulling headlines, but how do i add another filter for "content type" like in the APP NEWS 2.0? i.e. web news, research, transcripts, filings etc. I'd like to filter my query. I…
-
How to get READCOUNTS of NEWS
Hi folks, is there anyway that I can see the readcounts of a specific news anywhere in LSEG?
-
Issue with Retrieving Latest News
I’m encountering an issue while using the get_headlines() function. Specifically, I’m not receiving the latest news as expected, even when I specify the endpoint as "now." There seems to be a lag of a few hours between when the news is available on the Workspace application and when it appears in the API results.
-
Unable to query multiple sources when obtaining news headlines
The following query caused an HTTP 500 error, but if I select only one source as per the second query, the result works correctly. DisplayHeadlines(Headlines.Definition().Query("Topic:COM AND daterange:2025-06-13T10:11:54.000Z,2025-06-17T23:59:59.999Z AND ( Source:RTRS OR Source:FT )") .Count(0) .GetData());…
-
News story summary
Hi, I am trying to download country specific news data using codebook and have gotten to the stage of storing the news story in either dictionary or dataframe format. My question is, is there a function that allows for summaries of news to be downloaded? Or do I have to perform manual filtering for each news story and…