Skip to main content
GET
Get news articles
Recent news headlines for one stock: title, source, date, url and the echoed ticker, in a news array. ticker and limit are the only parameters — there is no full-text search and no date filter, so narrow by raising or lowering limit rather than by query. Use it for recent coverage of a company you have already identified. Headlines only: the article body is not returned, follow url for that. For the company’s own filings rather than press coverage use get_financial_filings.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

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[]