-
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…
-
RIC <MRN_STORY> We are getting streamed articles for the Swedish language, but not for English
Hi team, RIC <MRN_STORY> We are getting streamed articles for the Swedish language, but not for English We have verified that both the TREP servers and the application are receiving the same articles, all in Swedish (SV) as the language. Additionally, there is only one client subscription code configured on the application…
-
Sample code for rto getting economic events
Hi team, do we have any sample code using RTO to fetch economic events data? Say US cpi. Thank you!
-
Analysts Reports & New via API
Hi, Could you tell me which APIs I would use to get Reuetrs News and Analysts reports. And how I would get historical data for these. Best Gordon
-
Retrieving MRN News
Hello, I was going through this article on retrieving MRN news using Python. If the program is behind our organization Firewall and Proxy, is there any other additional pre-requisite that we need to take note of? EG: Opening firewall and etc.…
-
Regarding NEWS URLs via Python API
Hi, I am trying to retrieve the news regarding companies (based on RIC inputs) but I have the following concerns, I need help in order to get them sorted. 1) I am getting same news items (headlines) from multiple source codes. How do I ensure I get only unique news headline and not the repeated ones. (IMG1 attached) 2) I…
-
Are Dow Jones news feeds available via the student LSEG workspace?
If not available currently, are there any plans to make them available in the future?
-
Error on Getting News Story: Error while calling the NEP backend: Story not found
Code session = rd.session.platform.Definition( app_key='.....', grant=rd.session.platform.GrantPassword( username='....', password='....' ), signon_control=True ).get_session() rd.session.set_default(session) session.open() #Get sample news storyresponse =…
-
Cannot get news and headlines via Codebook using platform session.
This question is related to Workspace (Codebook) permission to access news data. I tested one of the Codebook examples provided by LSEG. It’s “EX-1.01.05-News.ipynb”. When I ran the command to get news, I got an insufficient permission (scope) error. Isn’t the access to news included in Workspace and Codebook?