staskh/earnings-calendar
Get upcoming earnings dates with timing (before/after market) and EPS estimates. Use when user asks about earnings dates, earnings calendar, when a company reports, or upcoming earnings.
npx skills add https://github.com/staskh/trading_skills --skill earnings-calendar
Retrieve upcoming earnings dates for stocks.
> Note: If uv is not installed or pyproject.toml is not found, replace uv run python with python in all commands below.
uv run python scripts/earnings.py SYMBOLS
SYMBOLS - Ticker symbol or comma-separated list (e.g., AAPL or AAPL,MSFT,GOOGL,NVDA)Single symbol returns:
symbol - Ticker symbolearnings_date - Next earnings date (YYYY-MM-DD)timing - "BMO" (Before Market Open), "AMC" (After Market Close), or nulleps_estimate - Consensus EPS estimate, or null if unavailableMultiple symbols returns:
results - Array of earnings info, sorted by date (soonest first)# Single symbol
uv run python scripts/earnings.py NVDA
# Multiple symbols (sorted by date)
uv run python scripts/earnings.py AAPL,MSFT,GOOGL,NVDA,META
# Portfolio earnings calendar
uv run python scripts/earnings.py CAT,GOOG,HOOD,IWM,NVDA,PLTR,QQQ,UNH
pandasyfinanceAll timestamps and time-based calculations must use the America/New_York timezone. All JSON output must include generated_at (NY time string) and data_delay fields.
Take staskh/earnings-calendar from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.