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.mdsource content
Alpha Vantage Earnings
EARNINGS_ESTIMATES
Returns forward and historical consensus:
eps_estimate_average/high/lowrevenue_estimate_average/high/loweps_estimate_analyst_count- Revision trends:
,_7_days_ago
,_30_days_ago
,_60_days_ago_90_days_ago
: "next fiscal quarter", "next fiscal year", "historical fiscal quarter"horizon
EARNINGS
Returns actual vs estimate:
,reportedEPSestimatedEPS
,surprisesurprisePercentage
,reportedDate
(pre-market/post-market)reportTime
EARNINGS_CALENDAR
Returns CSV:
symbol,name,reportDate,fiscalDateEnding,estimate,currency,timeOfTheDay
Note
Free tier - use sparingly.