earnings-calendar

Retrieve upcoming earnings dates for stocks.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "earnings-calendar" with this command: npx skills add staskh/trading_skills/staskh-trading-skills-earnings-calendar

Earnings Calendar

Retrieve upcoming earnings dates for stocks.

Instructions

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

Arguments

  • SYMBOLS
  • Ticker symbol or comma-separated list (e.g., AAPL or AAPL,MSFT,GOOGL,NVDA )

Output

Single symbol returns:

  • symbol

  • Ticker symbol

  • earnings_date

  • Next earnings date (YYYY-MM-DD)

  • timing

  • "BMO" (Before Market Open), "AMC" (After Market Close), or null

  • eps_estimate

  • Consensus EPS estimate, or null if unavailable

Multiple symbols returns:

  • results
  • Array of earnings info, sorted by date (soonest first)

Examples

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

Use Cases

  • Check when positions have upcoming earnings risk

  • Plan trades around earnings announcements

  • Build an earnings calendar for watchlist

Dependencies

  • pandas

  • yfinance

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

fundamentals

No summary provided by upstream source.

Repository SourceNeeds Review
General

risk-assessment

No summary provided by upstream source.

Repository SourceNeeds Review
General

ib-portfolio

No summary provided by upstream source.

Repository SourceNeeds Review
General

news-sentiment

No summary provided by upstream source.

Repository SourceNeeds Review