Get market news
News
Market News
Get the latest broad market-moving news.
GET
Get market news
Overview
The Market News API lets you pull recent broad market news. Articles cover AI, macro, rates, earnings, geopolitics, war, energy, crypto, and other market-moving topics. Looking for news about a single company? Use the Company News endpoint, which takes aticker query param.
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. - Omit the
tickerquery param to get broad market news. Optionally addlimitto control the number of results. - Execute the API request.
Example
Market News
Authorizations
API key for authentication.
Query Parameters
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.