Skip to main content
GET
Get news articles

Overview

The News API lets you pull recent news articles for a given ticker, or broad market news when no ticker is provided. Our news articles are sourced from public RSS feeds. Market news covers AI, macro, rates, earnings, geopolitics, energy, crypto, and other market-moving topics. 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:
  1. Add your API key to the header of the request as X-API-KEY.
  2. Add the ticker query param to get company-specific news, or omit it for broad market news. Optionally add limit to control the number of results.
  3. Execute the API request.

Examples

Authorizations

X-API-KEY
string
header
required

API key for authentication.

Query Parameters

ticker
string

The ticker symbol of the company. Omit for broad market news.

limit
integer
default:5

The maximum number of news articles to return (default: 5, max: 10).

Required range: x <= 10

Response

News articles response

news
object[]