-
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…
-
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?
-
News Sentiment via API
Hi Team, I have 2 questions on behalf of client. Sentiment analysis (positive/neutral/negative) from top headlines for gasoil for example - is it possible to pull this information via API and if so, what is the call to pull this data? If client is pulling the data via Workspace API via his own feed for news sentiment and…
-
How to retrieve news headlines with NewId or StoryID?
Hello, We have access only to the below URI: /data/news/v1/headlines With this URI, is it possible to retrieve news headlines by providing the NewsId or the storyID as input parameter?
-
Extract News Title and Story for the past year (E.g. AAPL.O/ 005930.KS)
Hi Team, noted there is some example under codebook for News and News Metadata. What if I want to extract the past one year record for all the news related to a stock including both title and story. May I know how can I conduct the api code? You may use AAPL.O or 005930.KS as an example.
-
Can I pull the stories from News Alerts in Codebook?
Hi, this question is regarding the Codebook (Python 3 console). Using the news.get_story function, is there a way to pull specific headlines from my News Alerts, without the need for manually inputting the topics, sources, and filters into the parameters of said code?