-
After the workspace update, our app has been fetching news only sporadically.
After the application update, our app has been fetching news only sporadically. Is there an issue with the news API service? Previously, several items were fetched every hour on weekends, but now they are only being fetched every 4 to 5 hours.
-
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":…
-
Initial query: Can this function return RIC? ld.news.get_headlines(f'R:TSLA.O AND Language:LEN AND S
-
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…
-
Workspace desktop to API news timestamps out of sync
In the Workspace desktop front-end we see that the Reuters article on Qualcomm’s earnings yesterday came out at CET 22:02:26 (that makes sense, post market US market close in CET), but the same article gets a Timestamp of 21:02:26 in API, exactly one hour earlier It is as if the Timestamps don’t take into account the fact…
-
Retrieving news stories through API
I use the Codebook app in Workspace and utilize an API program that retrieves news stories. I have a couple of questions about that: The news stories before 2025 do not seem to be retrievable in the Codebook through the API. I am wondering if there is a limitation to what can be retrieved with the API, such as news stories…
-
Technical questions Regarding News API Integration
I would appreciate your confirmation and clarification on the following technical points regarding the News API integration. Question 1: Handling Deleted News Articles via API When previously distributed news articles are later deleted or withdrawn, how is this reflected in the API? According to the News user guide,…
-
Obtain news headlines and news stories through Eikon API
Hello! I am looking to replicate the search of Topic:AAA AND "S&P". Is it possible to do this using the eikon package?
-
News Headline URL Endpoint
Hi - please provide the list of all API URL endpoints that can be used for a python API. Or the link to a webpage containing all these URLs.
-
ld.news.get_headlines
I was using python library to fetch news by ld.news.get_headlines(query='"Elon Musk" AND Language:LEN AND Source:"X"', count=10). However it returned LDError: Error code 400 | Query cannot return any result. Since I was trying to retrieve social media posts (explicitly X posts), is there a function to do it?
-
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
-
do you guys have any flag/indicator marking it as "breaking news"? if we were to use api to grab the
Query- api news f9, breaking news, red colour header, does it has any flagging? just want to check for the news under f9 do you guys have any flag/indicator marking it as "breaking news"? if we were to use api to grab the news
-
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…