VOOZH about

URL: https://apify.com/nexgendata/earnings-estimate-revisions/input-schema

⇱ Input Β· Earnings Estimate Revisions API β€” EPS Revisions & Surprise Β· Apify


πŸ‘ πŸ“ˆ Earnings Estimate Revisions Tracker avatar

πŸ“ˆ Earnings Estimate Revisions Tracker

Pricing

from $150.00 / 1,000 eps revision records

Go to Apify Store

πŸ“ˆ Earnings Estimate Revisions Tracker

Track sell-side analyst EPS estimate revisions (30/60/90d) for US-listed stocks ahead of earnings. Identifies positive revision clusters β€” the #1 quant signal for earnings-momentum strategies. Bloomberg / FactSet / Refinitiv I/B/E/S alternative. Pay-per-symbol. PRIVATE.

Pricing

from $150.00 / 1,000 eps revision records

Rating

0.0

(0)

Developer

πŸ‘ NexGenData

NexGenData

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

16 days ago

Last modified

Categories

Share

You might also like

Earnings Scraper Pro

xtech/earnings-scraper-pro

Bulk earnings calendar scraper for stock symbols. Get upcoming earnings dates, EPS estimates, earnings history, UTC‑normalized events, and alerts for earnings week and recent beat/miss trends.

Stock Earnings

pintostudio/stock-earnings

The Stock Earnings (investing.com) actor is a specialized web scraper designed to fetch comprehensive earnings data for publicly traded stocks from Investing.com.

18

Earnings Call Transcript Scraper

junipr/earnings-call-scraper

Scrape earnings call transcripts for any publicly traded company. Get structured Q&A, management remarks, and financial commentary from earnings calls.

CNN Business Stock Earnings Per Share

pintostudio/cnn-business-stock-earnings-per-share

The CNN Business Stock Earnings Per Share Actor is an Apify actor that retrieves comprehensive earnings per share (EPS) data for US stock tickers from CNN Business.

Stock Market Earnings Calendar

scraped/stock-market-earnings-calendar

Stock Earnings Transcript

pintostudio/stock-earnings-transcript

The Stock Earnings Transcript Data Actor is a powerful tool that fetches comprehensive earnings transcript data and fundamental financial information from Investing.com for specified stock symbols.

26

Stock symbols to track

symbols

Optional

List of US-listed stock ticker symbols to fetch analyst EPS estimate revisions for. Use the canonical Yahoo Finance ticker β€” e.g. AAPL, NVDA, TSLA, MSFT, AMZN, GOOGL, META, BRK-B (note the dash for class B), BABA (US ADR). Each symbol produces one record. Best signal: liquid mid/large-caps with 8+ covering analysts where revisions actually move estimates β€” small-caps with 2-3 analysts have noisy revision data. Hedge-fund earnings-momentum strategies typically scan 200-500 symbols per refresh.

Type:array
Default:
[
"AAPL",
"NVDA",
"TSLA",
"MSFT",
"AMZN"
]

Revision direction filter

revision_direction

Optional

Filter records by the direction of the trailing-30-day current-quarter EPS estimate revision. UP = estimate revised higher in the last 30 days (positive momentum β€” bullish into earnings, the highest-alpha signal in earnings-momentum strategies). DOWN = estimate revised lower (negative momentum β€” earnings miss risk). STABLE = revision under +/- 1% (analysts at consensus, low conviction either way). ALL = no filter, return every symbol.

Type:string
Default:ALL
Options:
ALLUPDOWNSTABLE

Minimum absolute revision % (30-day)

min_revision_pct

Optional

Skip symbols whose absolute current-quarter revision over the trailing 30 days is below this percent. 0 = include every symbol regardless of revision magnitude. 1 = filter out noise (typical default for institutional dashboards). 3 = material revision threshold (most quant earnings-revision factor models use 3-5%). 10 = high-conviction revision cluster (rare β€” usually signals a guidance pre-announcement). Applied on the absolute value, so direction-filter is independent.

Type:integer
Minimum:0
Maximum:100
Default:0

Primary revision time window

time_window

Optional

Which trailing window to use as the primary revision_pct + revision_direction signal. 30d = most recent 30 days (default β€” what earnings-momentum strategies trade). 60d = trailing 60 days (smoother, used by fundamental funds). 90d = trailing 90 days (full quarter β€” used in SUE-style factor research). All three windows are always emitted in the output; this only controls which one drives the revision_direction classification.

Type:string
Default:30d
Options:
30d60d90d

Max symbols to return

limit

Optional

Maximum number of symbol records to push to the dataset. Each record is one symbol-level revision snapshot and counts as one pay-per-result charge ($0.15). Hedge-fund screens typically pull 50-200 names per refresh (top revision-momentum names from the S&P 500). Backtesting workflows pull 500-1500 (Russell 1000 universe). Leave at 0 to return every input symbol that resolves with data.

Type:integer
Minimum:0
Maximum:2000
Default:0

Proxy configuration

proxyConfiguration

Optional

Apify proxy configuration. Yahoo Finance rate-limits requests from Apify's default datacenter egress hard β€” back-to-back runs from a single Apify IP often see a flood of HTTP 429s on the quoteSummary endpoint. This actor defaults to the Apify RESIDENTIAL proxy group, which rotates residential IPs and reliably stays under Yahoo's anti-bot threshold. Free-tier Apify accounts can downgrade to auto (datacenter) but expect partial fills and missing symbols on bursts above ~5 names. Leave as default unless you know you need to change it.

Type:object
Default:
{
"useApifyProxy":true,
"apifyProxyGroups":[
"RESIDENTIAL"
]
}