-
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…
-
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?
-
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…
-
CASE 15195576/ WORKSPACE KIOSK Application id LD-PYTHON-LIB is invalid
HI, I get the following error when I try to pull data from lseg using pyhton "LDError: Error code 403 | {"ErrorCode":1401,"ErrorMessage":"Application id LD-PYTHON-LIB is invalid"}. Contact LSEG to check your permissions." My code is as follows "news = ld.news.get_headlines(query='P:[Bundesrepublik DeutschlandFinanzagentur…
-
Request for Macro News Excel File in LSEG Workspace
I am currently using LSEG Workspace and would like to set up an Excel file that automatically updates with macroeconomic news data. Specifically, I’m looking for a file that includes the following columns: Type of release Date of the release Time of the release Actual value Expected value (when available) The data should…
-
Error while attempting to download bulk news data
I have a python script to down load news data using this function response = news.headlines.Definition(ric, date_from=start, date_to=end, count=999999).get_data() I am attempting to down load bulk data for a list of 600 RICs by passing one RIC at a time into the function above. About 20 RICS in I get the following error.…
-
Python News Data API
I am interested in U.S. news data at a large scale. I've already got an API key, but my first attempt in python is not working and gives me the following error code: ScopeError: Insufficient scope for key=/data/news/v1/headlines, method=GET. Missing scopes: {'trapi.data.news.read'}
-
Replicating the related rics column in the news view using python
I'm looking to get the data from the related rics column as seen in the news monitor through python. I can download news articles similar to the news monitor however this is missing the related rics column. I am using this code, response = news.headlines.Definition("7974.T", count=150).get_data() how would I add the column…
-
How do i use the api to extract market overnight best and worst performers ?
I am coding in python with your desktop eikon api to try and extract the latest leaders and laggers across different asset classes inc fx, stocks, bonds, etf and crypto assets but failed I also trying to extract based on news but theres only broad economy news which i cannot zoom into asset specific .. how do i screen for…
-
Why does my requests.get() call ignore filters when querying the headlines endpoint?
I’m trying to fetch all English news related to RCS code (LEN AND (U:C)) within a specific timeframe using the headlines endpoint. Here’s an example of the request I send with requests.get():…
-
SFTP Error When Connecting to Refinitiv Archive News
Hello. I encountered an SFTP error when trying to connect to the Refinitiv archive news server. The Machine ID works fine for fetching API news on RDP. I ran the Python code below in my local PC environment using PowerShell. Is any setup required before downloading Archive News for the first time? The sample code attached…