earnings-monitor

earnings-monitor is a skill for Claude Code from EodHistoricalData/eodhd-claude-skills. It costs 47 tokens per session (639 once invoked), scanned A, original, MIT.

A skill for tracking company earnings, the scheduled reports in which public companies publish financial results. It covers upcoming and recent dates, historical estimates versus actual results, related news, and price activity around the reports.

In plain words
What is it for?
Use it to find who reports during a date range, review earnings surprises and estimate changes, and examine stock moves before or after a report.
Why use it?
It gathers the main information needed for earnings analysis into one workflow instead of requiring separate calendar, financial, news, and market-data checks.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the eodhd-api plugin — 13 skills, 1 agent shipped together

Good fit Use it to find who reports during a date range, review earnings surprises and estimate changes, and examine stock moves before or after a report.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/eodhistoricaldata/eodhd-claude-skills/earnings-monitor
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add EodHistoricalData/eodhd-claude-skills --skill earnings-monitor
Clone the repo
git clone --depth 1 https://github.com/EodHistoricalData/eodhd-claude-skills

Made for: Claude Code.

Or install eodhd-api, the plugin that ships this one along with the rest of its 13 skills, 1 agent.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for earnings-monitor

README.md
[![agentmods](https://agentmods.dev/badge/skills/eodhistoricaldata/eodhd-claude-skills/earnings-monitor/github.svg)](https://agentmods.dev/skills/eodhistoricaldata/eodhd-claude-skills/earnings-monitor)
Your own site
<a href="https://agentmods.dev/skills/eodhistoricaldata/eodhd-claude-skills/earnings-monitor"><img src="https://agentmods.dev/badge/skills/eodhistoricaldata/eodhd-claude-skills/earnings-monitor/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for earnings-monitor

Your own site · 80×15
<a href="https://agentmods.dev/skills/eodhistoricaldata/eodhd-claude-skills/earnings-monitor"><img src="https://agentmods.dev/badge/skills/eodhistoricaldata/eodhd-claude-skills/earnings-monitor.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 47 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 639 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00047 $0.00639
Opus 5 $0.00023 $0.00319
Sonnet 5 $0.00009 $0.00128
Haiku 4.5 $0.00005 $0.00064

Measured 12d ago against content hash 6047fea8aea6, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

earnings-monitor scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/earnings-monitor/SKILL.md · 79 lines

How it starts

The opening of the file, as written. The whole thing — 79 lines — stays where its author put it; the contents beside it link to each section on GitHub.

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 calendarcalendar/earnings with date range or symbols
  3. Fetch earnings trendscalendar/trends for EPS estimates, revisions, growth
  4. Fetch related newsnews endpoint filtered around earnings dates
  5. Fetch price actionintraday 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

Read the full file on GitHub · 79 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 79 lines · 47 tokens per session scan A 6047fea8aea6

Subscribe to this mod's changes

earnings-monitor is a skill published in the GitHub repository EodHistoricalData/eodhd-claude-skills (37 stars, last pushed 16d ago), licensed MIT. It adds 47 tokens to every session and 639 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

hithink-finance-futures

A command-line data source for public futures-market information, including contracts, positions, warehouse receipts, basis, trading schedules, and price charts. Futures are agreements to buy or sell an asset at a set future date.

HiThink-Tech/Financial-API · 78 tokens

hithink-finance-symbol

A command-line tool entry for matching stock or index names, short codes, and tickers to their official identifiers. An identifier is the code needed by later market-data commands.

HiThink-Tech/Financial-API · 71 tokens

hithink-finance-valuation

A workflow for querying current valuation figures for Chinese mainland stocks, known as A-shares. It returns price-based measures such as price-to-earnings, price-to-book, price-to-sales, and price-to-cash-flow ratios.

HiThink-Tech/Financial-API · 58 tokens

hithink-finance-options

A command-line data source for public options-market information, including option varieties, contract details, and intraday or daily prices. An option is a contract that gives its holder a choice to buy or sell an asset under set terms.

HiThink-Tech/Financial-API · 50 tokens

chief-financial-officer

Owns the financial position: planning, budgeting, forecasting, unit economics, cash, and the numbers the business is run and reported on. Use this to build or challenge a budget, model a decision's financial consequence, assess unit economics or runway, evaluate an investment or spend request, set financial controls…

cbrock84/headcount · 88 tokens

financial-statement-analysis

Reads a set of financial statements and establishes what changed and why — fluctuation analysis against prior period and against budget, profitability, liquidity, solvency and efficiency ratios, benchmarking, and the non-GAAP measures presented alongside them. Use this to interpret results, review a counterparty's or…

cbrock84/headcount · 93 tokens