Screen post-earnings gap-up stocks for PEAD (Post-Earnings Announcement Drift) patterns.
Analyzes weekly candle formation to detect red candle pullbacks and breakout signals.
Supports two input modes - FMP earnings calendar (Mode A) or earnings-trade-analyzer JSON output (Mode B).
Use when user asks about PEAD screening, post-earnings drift, earnings gap follow-through, red candle breakout patterns, or weekly earnings momentum setups.
Similar popular skills
Related neighbors and high-traction skills in the same topics — useful to compare before installing.
Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.
Claude CodeNot declared
CursorNot declared
CodexNot declared
GitHub CopilotNot declared
WindsurfNot declared
Gemini CLINot declared
ClineNot declared
OpenCodeNot declared
Repository health
Stars2.8K
LicenseLICENSE
Default branchmain
Open issues31
Status
Active
Package contents
Files included with this skill beyond the listing page.
skill mdSKILL.md3,936 B
docsSUMMARY.md459 B
History
First seen on skills.sh
First recorded snapshot · 1,904 installs
SKILL.md
PEAD Screener - Post-Earnings Announcement Drift
Screen post-earnings gap-up stocks for PEAD (Post-Earnings Announcement Drift) patterns using weekly candle analysis to detect red candle pullbacks and breakout signals.
When to Use
User asks for PEAD screening or post-earnings drift analysis
User wants to find earnings gap-up stocks with follow-through potential
User requests red candle breakout patterns after earnings
User asks for weekly earnings momentum setups
User provides earnings-trade-analyzer JSON output for further screening
Prerequisites
FMP API key (set FMPAPIKEY environment variable or pass --api-key)
``bash export FMPAPIKEY=yourapikey_here ``
Free tier (250 calls/day) is sufficient for default screening
For Mode B: earnings-trade-analyzer JSON output file with schema_version "1.0"
# From earnings-trade-analyzer output
python3 skills/pead-screener/scripts/screen_pead.py \
--candidates-json reports/earnings_trade_analyzer_YYYY-MM-DD_HHMMSS.json \
--min-grade B \
--output-dir reports/
Scheduled US-equity routine pitfall: Prefer Mode B for pre-market / US-equity cron briefs after running earnings-trade-analyzer. Mode A can pull the global FMP earnings calendar, spend the API budget on non-US symbols, and return weak/non-actionable foreign listings before reaching the intended US watchlist. If Mode A is used anyway and the script reports budget trimming or non-US symbols, mark PEAD output as degraded and treat it as manual-review only rather than a clean candidate source.
Step 2: Review Results
Read the generated JSON and Markdown reports
Load references/pead_strategy.md for PEAD theory and pattern context
Load references/entryexitrules.md for trade management rules