The most recent content from our members.
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…
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…
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.
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: 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…
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…
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…
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…
There is a blank box when I try to retrive data out of codebook import refinitiv.data as rd from refinitiv.data.content import news from IPython.display import HTML import pandas as pd import numpy as np from datetime import datetime,timedelta import time import warnings warnings.filterwarnings("ignore") rd.open_session()…
Hi team. Im posting this on behalf of a UBS client. Can you help me confirm if this is possible using the lseg-data library in python? I'm looking for a way to do the following:- Obtain a fairly recent list of 1000 earnings (results) news headlines/items for EMEA from before market close, each for a different ISIN- For…
Could you help me with code that can return me the top news on workspace API?
I am using workspace, is there way i can query the news headline using python ?
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.
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":…
It looks like you're new here. Sign in or register to get started.