-
Can a user have the ability to pull tagged news headlines by ticker, sector, or topic code?
A user of a LSEG Data Library have the ability to pull tagged news headlines by ticker, sector, or topic code with the correct time indexing? In addition, can we reference a Portfolio or Watchlist to retrieve Headlines? Regards, Dan
-
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?
-
getting news topic name
Hello, I want to get the topic name(such as TECH) through the news storyid (I retrieved this by get_news_headlines ). Should I using the topic_code field? Is there any way for me to get the topic list for a certain category of news? And is there a full list of topic for all news? Thank you!
-
lseg-data : news metadata & authentication cache
hello, three questions : is it possible to access /data/news/v1/metadata/{QCODE} API with python lseg-data library ? is it possible to cache authentication token (in a file ?) in order to avoid extra authentications is symbology available in lseg-data ? I can not find it regards
-
LSEG Data SDK news.get_headlines() returns ScopeError: Insufficient scope for /data/news/v1/headline
I am using the LSEG Data SDK in Python and can query other endpoints successfully, but the news headlines endpoint fails with a scope error. Minimal example: import lseg.data as ld ld.open_session() # using configured credentials df = ld.news.get_headlines( query=["LSEG.L"], count=10 ) print(df.head()) ld.close_session()…
-
Do I have News API included in my subscription? if so where can I get the API key from?
Do I have News API included in my subscription? if so, where can I get the API key from?
-
how to get web link of a news article of I have its URN?
Hello Team, I would like to check if there is any programmatic method or API capability that allows us to retrieve the public web link for a Reuters news article directly from the NewsML URN returned by the API. For example, for the following URN: urn:newsml:reuters.com:20260312:nL1N40006E I was able to manually search…
-
Can Workspace API get story for news sources outside Reuters?
Hi, Can we call the story of a news in Workspace API where the news source is not from Reuters? For example, a user has a subscription to a News source for example FT. In Workspace News application, the FT news headline will be available and to view the full story, you need to click on a link, and it will redirect you to a…
-
Requesting an API to monitor news for a defined list of companies
We are building an internal workflow tool for our consulting team to improve how we monitor and analyse developments in a defined set of companies within the Energy & Natural Resources sector. Using our existing Refinitiv licence, we intend to programmatically retrieve news and company updates relating to a small watchlist…
-
Can you please help me to download Newsmonitor regularly through an API via R program and also need
Hello Team, hope you're all okay today. Could you please advise if this supported in API (as client is requesting to download News Monitor through API via R program)? Thanks in advance.
-
How can I use the API or datastream to retrieve news headline data for 2000 unique companies?
https://us.v-cdn.net/6038239/uploads/EMGUTBVEJLSB/news-headlines.xlsx How can I use the API or datastream to retrieve news headline data for 2000 unique companies?
-
Incident inquiry: unhandled exceptions from Refinitiv Data Delivery (StartPollingAsync)
Incident inquiry: spike in delivered news volume + exceptions from Refinitiv Data Delivery (StartPollingAsync) + application restart. Problem description (what we observed) Around 2026-02-09 23:00–23:30 CET (2026-02-09 22:00–22:30 UTC) we observed an unusual and very large spike in the number of delivered/published news…
-
News - filtering by country
I have the following code to get News using keywords from the API. response = news.headlines.Definition( query="data center", date_from="01-01-1990", count=1000000 ).get_data() data_center_news = response.data.df data_center_news = data_center_news.reset_index() print(len(data_center_news)) # number of rows in the…
-
there is a gap of approx 6-8 hours from the live data if we try to pull story id using application
hie, we usually pull the news story id using python via the refinitive API. but recently we have noticed that, we are not able to pull the latest news. for example, if we try to pull data from 12/01/2026 09:00:00 till 12/01/2026 21:00:00, and run the code at 12/01/2026 21:00:00, the latest data we get is only till…
-
Would you be able to reset my daily workspace download limit for codebook?
Client said "there is a blank box when I try to retrive data out of codebook. there is no error message per se. you can see there is an empty dataframe when I try to run this script import refinitiv.data as rd from refinitiv.data.content import news from IPython.display import HTML import pandas as pd import numpy as np…