👋 Overview
The Earnings Press Releases API allows you to fetch a list of earnings-related press releases for a given company. This data is powered by RSS feeds and is updated instantly when new press releases are published. The endpoint returns all of the earnings-related press releases that the company has filed with the SEC. The data returned from the API includes the URL, publish date, and full text of the press release. 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.📊 Available Tickers
You can fetch a list of available tickers with aGET
request to:
https://api.financialdatasets.ai/earnings/press-releases/tickers/
🚀 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.
ticker
in your query params.
💻 Example
Press Releases
Authorizations
API key for authentication.
Query Parameters
The ticker symbol.
Response
Earnings press releases response