Skip to content
Data
Skill

/earnings-monitor

Monitor upcoming and recent earnings — calendar, trends, news context, and options activity around earnings dates. Use when the user asks about earnings season, upcoming reports, earnings surprises, or pre/post-earnings analysis.

From plugin
eodhd-api
3813 skills1 agent1 MCP
Install
$ npx -y skills add EodHistoricalData/eodhd-claude-skills --skill earnings-monitor --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/earnings-monitor

Context preview

The summary Claude sees to decide when to auto-load this skill.

Monitor upcoming and recent earnings — calendar, trends, news context, and options activity around earnings dates. Use when the user asks about earnings season, upcoming reports, earnings surprises, or pre/post-earnings analysis.

SKILL.md

earnings-monitor.SKILL.md
name: earnings-monitor
description: >-
  Monitor upcoming and recent earnings — calendar, trends, news context, and
  options activity around earnings dates. Use when the user asks about earnings
  season, upcoming reports, earnings surprises, or pre/post-earnings analysis.
version: 0.4.0

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

1. **Determine scope** — specific ticker(s) or date range for calendar view 2. **Fetch earnings calendar** — `calendar/earnings` with date range or symbols 3. **Fetch earnings trends** — `calendar/trends` for EPS estimates, revisions, growth 4. **Fetch related news** — `news` endpoint filtered around earnings dates 5. **Fetch price action** — `intraday` or `eod` around earnings date for reaction analysis 6. **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`
Read more
Ships witheodhd-api

Developer-first financial data for Claude — 150,000+ tickers across 70+ exchanges, powered by EODHD API and an OAuth-secured MCP Server. ⚠ Not financial advice. This plugin delivers AI-generated analysis on top of EODHD market data.

Get the whole plugin
Stats
39
Stars
10
Forks
Active
Maintenance
Python
Language
MIT
License
19d ago
Last commit
6mo ago
Created

Repo: EodHistoricalData/eodhd-claude-skills

Other skills on eodhd-api.