Earnings Summaries API

Access AI-generated summaries of earnings press releases.

Quick Copy & Paste

Sign in to auto-include your API key in copied URLs.

https://api.earningsapi.com/v1/summaries?apikey=YOUR_API_KEY
https://api.earningsapi.com/v1/summaries?symbol=AAPL&apikey=YOUR_API_KEY
https://api.earningsapi.com/v1/summaries/aapl-q2-2025-press?apikey=YOUR_API_KEY

GET /v1/summaries

Retrieve the latest earnings press release summaries. Filter by symbol or paginate results.

curl "https://api.earningsapi.com/v1/summaries?apikey=YOUR_API_KEY"

GET /v1/summaries/{id}

Retrieve the full text of an earnings press release summary by ID.

curl "https://api.earningsapi.com/v1/summaries/aapl-q2-2025-press?apikey=YOUR_API_KEY"

Response Fields

FieldTypeDescription
idstringUnique identifier for the summary
symbolstringPrimary stock symbol (e.g., \"AAPL\")
typestringContent type (e.g., \"press\")
titlestringTitle of the summary
contentstringFull summary content
isoDatestringISO timestamp (e.g., \"2025-05-17T21:00:00Z\")
symbolsarrayRelated symbols (objects with exchange and symbol)

Rate Limits

  • • Free tier: 1,000 requests / month
  • • Usage resets monthly
  • • 429 returned when limit exceeded