Company News
Get real-time and historical news for a ticker.
👋 Overview
The News API lets you pull recent and historical news articles for a given ticker.
The data is great for understanding the latest news for a given ticker and how the sentiment for a ticker has changed over time.
Our news articles are sourced directly from publishers like The Motley Fool, Investing.com, Reuters, and more. The articles are sourced from RSS feeds.
We are actively adding more publishers to our network. If you have a publisher that you would like us to add, please reach out to us here.
To get started, please create an account and grab your API key at financialdatasets.ai.
You will use the API key to authenticate your API requests.
🚀 Getting Started
There are only 3 steps for making a successful API call:
- Add your API key to the header of the request as
X-API-KEY
. - Add query params like
ticker
to filter the data. - Execute the API request.
💻 Example
Authorizations
API key for authentication.
Query Parameters
The ticker symbol.
The start date for the news data (format: YYYY-MM-DD).
The end date for the news data (format: YYYY-MM-DD).
The maximum number of news articles to return (default: 100, max: 100).
1 < x < 100