Claude-skill-registry alphavantage-earnings

Consensus estimates and earnings data from Alpha Vantage.

install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/alphavantage-earnings" ~/.claude/skills/majiayu000-claude-skill-registry-alphavantage-earnings && rm -rf "$T"
manifest: skills/data/alphavantage-earnings/SKILL.md
source content

Alpha Vantage Earnings

EARNINGS_ESTIMATES

Returns forward and historical consensus:

  • eps_estimate_average/high/low
  • revenue_estimate_average/high/low
  • eps_estimate_analyst_count
  • Revision trends:
    _7_days_ago
    ,
    _30_days_ago
    ,
    _60_days_ago
    ,
    _90_days_ago
  • horizon
    : "next fiscal quarter", "next fiscal year", "historical fiscal quarter"

EARNINGS

Returns actual vs estimate:

  • reportedEPS
    ,
    estimatedEPS
  • surprise
    ,
    surprisePercentage
  • reportedDate
    ,
    reportTime
    (pre-market/post-market)

EARNINGS_CALENDAR

Returns CSV:

symbol,name,reportDate,fiscalDateEnding,estimate,currency,timeOfTheDay

Note

Free tier - use sparingly.