Get company news
News
Company News
Get the latest news articles and press coverage for any US public company by stock ticker.
GET
Get company news
Overview
The Company News API lets you pull recent news articles for a given company byticker.
Our news articles are sourced from public RSS feeds.
Looking for broad market news instead? Use the Market News endpoint, which takes no ticker.
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.
Coverage
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 the
tickerquery param for the company you want news about. Optionally addlimitto control the number of results. - Execute the API request.
Example
Company News
Authorizations
API key for authentication.
Query Parameters
The ticker symbol of the company, e.g. AAPL.
Example:
"AAPL"
The maximum number of news articles to return (default: 5, max: 10).
Required range:
x <= 10Opaque pagination cursor from a previous response's next_page_url. When provided, all other query parameters are ignored: the cursor carries the original request's filters. Treat it as opaque; do not construct or modify it.