-
Initial query: Can this function return RIC? ld.news.get_headlines(f'R:TSLA.O AND Language:LEN AND S
-
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…
-
Unable to access News Headlines API - Missing trapi.data.news.read scope
Hello LSEG Developer Community, I'm experiencing an issue with accessing the News Headlines API through the Refinitiv Data Library for Python. My authentication is successful and I have access to many other APIs, but I'm getting a scope error when trying to retrieve news data. Error Details: My Setup: Using: Refinitiv Data…
-
Real time news on whats app or Telegram
I am building the bridge to livestream the news from the Refinitiv and want the real time news though notifications on WhatsApp, can you help me with that?
-
News and news metadata
Dear Support, I’d like to ask your help with Refinitiv Codebook. There is a smaple Python code in the Workspace application that can exctract news but the code stoped working since a few days. This sample code was provided by Refinitiv and I didn’t make any modification in it but I’d like to use it. I attached screenshot…
-
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…