Yahoo Finance Earnings Calendar Scraper
Under maintenancePricing
Pay per usage
Yahoo Finance Earnings Calendar Scraper
Under maintenanceScrapes Yahoo Finance earnings calendar for upcoming and past earnings reports including EPS estimates, reported EPS, surprise percentage, and market cap.
Pricing
Pay per usage
Rating
0.0
(0)
Developer
Search API
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
Scrapes Yahoo Finance earnings calendar for upcoming and past earnings reports including EPS estimates, reported EPS, surprise percentage, and market cap.
What this Actor collects
The Actor creates one record for each company event in the requested Yahoo Finance earnings-calendar date range.
- Uses the input limits and filters below to control the crawl.
- Stores source-backed fields defined by the 10-field dataset schema.
- Preserves Yahoo's displayed values, including
-when an estimate or reported figure is not yet available.
Use cases
- Market and company research
- Price, fundamentals, earnings, or derivatives monitoring
- Structured inputs for financial analysis
Input
Provide input in JSON. Fields marked required must be supplied; source-specific alternatives and constraints are described in the field text.
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
fromDate | string | No | "" | Start date for earnings calendar (YYYY-MM-DD). Defaults to today. |
toDate | string | No | "" | End date for earnings calendar (YYYY-MM-DD). Defaults to 7 days after fromDate. |
proxyConfiguration | object | No | — | Proxy settings. |
Example input
{"proxyConfiguration": {"useApifyProxy": false}}
Output
The default dataset contains one item per earnings-calendar entry. Numeric financial values are source-formatted strings, so suffixes such as T and Yahoo's - marker are preserved.
| Field | Type | Description |
|---|---|---|
scrapedAt | string | Scraped At |
symbol | string | Ticker Symbol |
companyName | string | Company Name |
eventName | string | Event Name |
earningsCallTime | string | Earnings Call Time |
epsEstimate | string | EPS Estimate |
reportedEps | string | Reported EPS |
surprisePercent | string | Surprise % |
marketCap | string | Market Cap |
earningsDate | string | Earnings Date |
Example dataset item
This compact example is a subset of one item in local Actor storage; every displayed value is unmodified.
{"scrapedAt": "2026-07-23T12:29:28.069Z","symbol": "MSFT","companyName": "Microsoft Corporation","eventName": "Q4 2026 Earnings Announcement","earningsCallTime": "AMC","epsEstimate": "4.24","reportedEps": "-","surprisePercent": "-","marketCap": "2.9T","earningsDate": "2026-07-23"}