Yahoo Finance Earnings Calendar Scraper avatar

Yahoo Finance Earnings Calendar Scraper

Under maintenance

Pricing

Pay per usage

Go to Apify Store
Yahoo Finance Earnings Calendar Scraper

Yahoo Finance Earnings Calendar Scraper

Under maintenance

Scrapes 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

Search API

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

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.

FieldTypeRequiredDefaultDescription
fromDatestringNo""Start date for earnings calendar (YYYY-MM-DD). Defaults to today.
toDatestringNo""End date for earnings calendar (YYYY-MM-DD). Defaults to 7 days after fromDate.
proxyConfigurationobjectNoProxy 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.

FieldTypeDescription
scrapedAtstringScraped At
symbolstringTicker Symbol
companyNamestringCompany Name
eventNamestringEvent Name
earningsCallTimestringEarnings Call Time
epsEstimatestringEPS Estimate
reportedEpsstringReported EPS
surprisePercentstringSurprise %
marketCapstringMarket Cap
earningsDatestringEarnings 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"
}