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_KEYhttps://api.earningsapi.com/v1/summaries?symbol=AAPL&apikey=YOUR_API_KEYhttps://api.earningsapi.com/v1/summaries/aapl-q2-2025-press?apikey=YOUR_API_KEYGET /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
| Field | Type | Description |
|---|---|---|
id | string | Unique identifier for the summary |
symbol | string | Primary stock symbol (e.g., \"AAPL\") |
type | string | Content type (e.g., \"press\") |
title | string | Title of the summary |
content | string | Full summary content |
isoDate | string | ISO timestamp (e.g., \"2025-05-17T21:00:00Z\") |
symbols | array | Related symbols (objects with exchange and symbol) |
Rate Limits
- • Free tier: 1,000 requests / month
- • Usage resets monthly
- • 429 returned when limit exceeded