Get Post-Earnings Movers
get_post_earnings_moversIdentify stocks with significant price movements after earnings reports on a specific date. Returns price changes and earnings surprise data in one call.
Instructions
Get stocks that moved significantly after earnings reports on a given date. Returns pre-computed price changes with earnings surprise data in a single call — no need to chain get_earnings_calendar + get_historical_prices + get_quote per ticker. Includes preEarningsClose, currentPrice, changePct, EPS/revenue actuals vs estimates, and surprise percentages. Filter by minimum absolute % change threshold.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes | Earnings date to check (YYYY-MM-DD) | |
| limit | No | Maximum results to return (default 25, max 100) | |
| minChangePct | No | Minimum absolute % price change to include (default 5). Set to 0 for all. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No |