-
How to get news streaming from WebSocket connection mode?
Could you please confirm if there’s any streaming price feed available for news content in Refinitiv? Would appreciate any details on that if available. like there is a rest API to fetch news, i am asking if i can get it using web socket connection How to get news from web socket connection mode? could you please check…
-
Issue with Retrieving Latest News
I’m encountering an issue while using the get_headlines() function. Specifically, I’m not receiving the latest news as expected, even when I specify the endpoint as "now." There seems to be a lag of a few hours between when the news is available on the Workspace application and when it appears in the API results.
-
News story summary
Hi, I am trying to download country specific news data using codebook and have gotten to the stage of storing the news story in either dictionary or dataframe format. My question is, is there a function that allows for summaries of news to be downloaded? Or do I have to perform manual filtering for each news story and…
-
How can I download bulk companies news using Python for sentiment analysis methods?
I use Desktop API news to read livestreaming news for companies, but for research and academia purposes, I want to download the livestreaming news for companies (e.g., S&P 500 USA companies for 10 years) analysis directly as raw data into Excel when log into Excel-add in Refinitiv Workspace environment/or using Python.…
-
How to get the body of the news articles on Codebook?
I want to get the body of the news articles as well. How can I do that? Can you provide underlying documentation as well? Website below don't show how to extract an article body:…
-
What is the API code to extract news topic/code?
the reports that i want to get through API is. - CBOT Grains[WHE/C] - CBOT CORN[COR/] - CBOT SOYBEANS[SOY/C]
-
Sources selection
I would like to retrieve news only from a selection of 100 sources. Is there a way to query the sources using an analytics metric (e.g. popularity)?
-
"Number of user subscription exceed the limit" error: news-stories-subscriptions endpoint
Hi, I am attempting to connect to the https://api.refinitiv.com/alerts/v1/news-stories-subscriptions via a Python script on my local machine. When doing a POST request to this, I keep hitting the following error: {"error":{"id":"3aa593ff-7498-4dbc-8aca-b3882f556d0a","code":"30016","status":"422","message":"Number of user…
-
Sentiment analysis on historical news for a portfolio
Dear all, I am an early-stage user of the API environment, please excuse me for apparently redundant questions. My aim is to gather management pay-related news from the last 365 days for every company in my portfolio (fewer than 550 RICs) at each fiscal year-end over the past 20 years, and perform sentiment analysis on…
-
How To Connect to News With Python
Hello, I am trying to connect to RDP news directly in python without having the terminal in the same machine. import lseg.data as ld import os os.environ["LD_LIB_CONFIG_PATH"] = r"C:\\Users\\padadmin\\PycharmProjects\\pythonProject\\Repos\\pwm-pad\\APIs\\Configuration" ld.open_session() Where I have the json file like…
-
Assistance filtering only Breaking News and Web News in Python with Refinitiv Workspace
Hi everyone, I'm currently downloading ESG-related news using Refinitiv Workspace via Jupyter Notebook (GPU / Workspace Helper connection). Is there a way to filter only Breaking News and Web News within the Python refinitiv.datapackage? Or maybe a different query syntax that ensures the exclusion of filings, research,…
-
I was trying to retrieve some news with the lseg-data python api, which worked fine yesterday, but t
-
Error code 429 with LSEG-data Python API
I am getting this error when calling ld.news.get_headline lseg.data._errors.LDError: Error code 429 | Too many requests, please try again later. although this was working fine up until yesterday. I have already been waiting for about a day. Could you kindly help me understand what's going on?
-
How to Download ESG News from All S&P 500 Companies Using API
Hello, I am looking for a way to download ESG news for all S&P 500 companies using the Refinitiv Data Platform (RDP) API or the Eikon API. My goal is to retrieve articles, headlines, and any relevant information related to sustainability, governance, and ESG criteria for the companies in the index. Specific Questions:…
-
Filtering news articles by subject qcode
I am trying to filter news articles received via Refinitiv News Archive service based on presence of subject qcodes. For example, I have a news article with a headline of "INFINEON TECHNOLOGIES AG <IFXGn.DE> SHARES DOWN 4.5% IN EARLY FRANKFURT TRADE AFTER RESULTS", which I do NOT need to see. This article has a total of 34…