The most recent content from our members.
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.
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?
What is the code to extract the maximum number of news from news monitor for Nasdaq 100 companies with date? Also what is the maximum limit we need to specify to execute the codes at a time.
How to extract the date of each news article for Nasdaq 100 companies via Eikon Data API?
Dear customer support team, I want to use the Refinitiv Eikon News Monitor to download most recent news for a list of companies (Input: Company Tickers), e.g. to Excel. However, I’m having problems to: * Adjust the search such that I see News that is specific to only the company I searched for. I don’t want to see News…
Hello, I am receiving an error when using the below code: The error we're receiving is a timeout error shown below. Grateful for advice on what we may be doing incorrectly which is contributing to the error? To note, I have a working SFTP connection via Filezilla for this. Programmatically connecting via Python is proving…
Hello, Is there an endpoint to get a list of news sources? I would like to have an overview for querying news and filtering by source among those that I choose to select. For illustration here's a Python snippet: from typing import List, Iterable import refinitiv.data as rd import pandas as pd def get_news_sources() ->…
Hi @wasin.w , As pointed out by you in https://community.developers.refinitiv.com/questions/118346/sqs-endpoint-subscription.html?childToView=121032#answer-121032 it is possible to choose streaming region for SQS subscription - how can we achieve that with .NET Refinitiv Data library? Specifically using Refinitiv.Data…
Hi, we use /alerts/v1/news-stories-subscriptions to create subscription and pull messages from SQS. We have noticed that our sqs endpoint always ends up being https://sqs.us-east-1.amazonaws.com. Is this something that we can control? I mean can we configure what endpoint we pull messages from?
am currently using your API key through Python code for my application and have a few questions regarding its usage. * How can I access news through Python? For example (shown below), in your guide, you use the code “MSFT.0”. How can I find the corresponding codes for all my suppliers (manually searching is difficult since…
It looks like you're new here. Sign in or register to get started.