The QuantQuote Earnings Release API provides a comprehensive record of historical and upcoming earnings dates for US-listed equities. Each entry includes the earnings date, the consensus EPS estimate prior to the release, the actual reported EPS (where available), and whether the earnings were released before market open, after market close, or during trading hours. This data is essential for event-driven strategies, volatility forecasting around earnings, and fundamental research workflows.
The API covers the full available history of earnings events for each ticker. Future dates include analyst EPS estimates with the reported figure populated after the release. Data is returned in JSON or CSV format via a simple REST endpoint.
Fetch earnings release data for AAPL.
Click Generate JSON to fetch AAPL earnings release history.
Each record in the earnings_data array contains the following fields.
| Field | Name | Description |
|---|---|---|
| date | Date | The date on which the company reported or is scheduled to report its quarterly earnings. |
| eps_estimate | EPS Estimate | The consensus analyst estimate for earnings per share prior to the earnings release. |
| eps_reported | EPS Reported | The actual earnings per share reported by the company. Null for future dates where earnings have not yet been released. |
| release_time | Release Time | Indicates whether the earnings were released before market open (BMO), after market close (AMC), or during market hours. |