-
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…
-
You can see there is an empty dataframe when I try to run this script in Codebook
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()…
-
Can you help me confirm if this is possible using the lseg-data library in python?
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…
-
Top News from Workspace Platform
Could you help me with code that can return me the top news on workspace API?
-
Getting News headlines using python
I am using workspace, is there way i can query the news headline using python ?
-
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?