Install
$ agentstack add skill-eodhistoricaldata-eodhd-claude-skills-earnings-monitor ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
About
Skill: earnings-monitor
Purpose
Track and analyze earnings events using EODHD data — upcoming earnings calendar, historical earnings trends (EPS estimates vs actuals), related news, and intraday price action around earnings dates.
Trigger
Activate when the user asks for:
- Upcoming earnings calendar or "who reports this week"
- Earnings history, surprises, or beat/miss analysis
- Pre-earnings or post-earnings price movement
- Earnings trends and estimate revisions
- Event-driven analysis around earnings dates
Workflow
- Determine scope — specific ticker(s) or date range for calendar view
- Fetch earnings calendar —
calendar/earningswith date range or symbols - Fetch earnings trends —
calendar/trendsfor EPS estimates, revisions, growth - Fetch related news —
newsendpoint filtered around earnings dates - Fetch price action —
intradayoreodaround earnings date for reaction analysis - Compile earnings report
Output Structure
Earnings Monitor — [Ticker or Date Range]
Upcoming Earnings | Date | Company | Ticker | EPS Estimate | Revenue Estimate | Time | |------|---------|--------|-------------|-----------------|------|
Earnings Trends (for specific tickers)
- EPS trend (last 4 quarters): actual vs estimate
- Revenue trend (last 4 quarters)
- Surprise history (% beat/miss)
- Analyst revision direction (up/down/flat)
Price Reaction Analysis
- Pre-earnings drift (5 days before)
- Post-earnings move (day of + next day)
- Historical earnings-day volatility
Related News
- Headlines around earnings date with sentiment
Key Insights
- Notable surprises or misses
- Sectors with heavy reporting
- Estimate revision trends
> This is not financial advice. Data is for informational purposes only.
Endpoints Used
| Endpoint | Purpose | Cost | |----------|---------|------| | calendar/earnings | Earnings dates and estimates | 1 call | | calendar/trends | EPS/revenue trends and revisions | 1 call | | news | Earnings-related news | 5 + 5/ticker | | eod | Price around earnings | 1 call | | intraday | Intraday reaction | 5 calls |
References
../eodhd-api/references/endpoints/upcoming-earnings.md../eodhd-api/references/endpoints/earnings-trends.md../eodhd-api/references/endpoints/company-news.md../eodhd-api/references/endpoints/intraday-historical-data.md
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: EodHistoricalData
- Source: EodHistoricalData/eodhd-claude-skills
- License: MIT
- Homepage: https://eodhd.com
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.