# Alphavantage Earnings

> Consensus estimates and earnings data from Alpha Vantage.

- Skill: `tools-only/alphavantage-earnings` (Agent Skill, multi-file: 3 files)
- Install (CLI): `npx skillmds add tools-only/alphavantage-earnings`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tools-only/alphavantage-earnings/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: tools-only (https://skillmd.com/u/tools-only)
- Updated: 2026-09-09
- Page: https://skillmd.com/skills/tools-only/alphavantage-earnings

---


# 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.

