alphavantage-earnings

Fetch quarterly and annual earnings data and consensus estimates from Alpha Vantage.

3|1|Updated Dec 2, 2024
One-click install
npx skills add https://github.com/faisalanjum/EventTrader --skill alphavantage-earnings
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: alphavantage-earnings
Source: https://github.com/faisalanjum/EventTrader/tree/main/.claude/skills/alphavantage-earnings
Command: npx skills add https://github.com/faisalanjum/EventTrader --skill alphavantage-earnings

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides access to crucial financial data, including historical earnings reports and future consensus estimates, enabling informed investment decisions.

Core Features & Use Cases

  • Earnings Data Retrieval: Fetch quarterly and annual reported earnings, including EPS, reported dates, and surprise metrics.
  • Estimate Data Retrieval: Access consensus estimates for EPS and revenue, along with revision tracking.
  • Earnings Calendar: View upcoming earnings report dates for specific symbols.
  • Use Case: An analyst needs to quickly gather the latest quarterly earnings report for Apple (AAPL) and compare the reported EPS against analyst estimates to assess performance.

Quick Start

Fetch quarterly earnings data for the symbol AAPL.

Frequently Asked Questions about alphavantage-earnings

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I fetch earnings data and EPS estimates for a stock?

You can fetch earnings data and EPS estimates by running the Python script to retrieve quarterly and annual reported earnings, surprise percentages, and forward-looking consensus estimates from Alpha Vantage.

Can I view upcoming earnings report dates for specific symbols?

Yes, you can view upcoming earnings report dates using the earnings calendar feature to track when specific publicly traded companies are scheduled to release their financial results.

Does this tool support Point-in-Time filtering for financial data?

Yes, the data fetching script supports Point-in-Time (PIT) filtering alongside an open mode, allowing you to retrieve historical earnings and consensus estimates without look-ahead bias.

How do I track analyst estimate revisions for consensus estimates?

You can track analyst estimate revisions by retrieving consensus estimates for EPS and revenue, which includes revision tracking data to monitor how future earnings projections change over time.

What is the best way to compare reported EPS against analyst estimates?

Retrieve quarterly earnings reports to access the reported EPS alongside surprise metrics, allowing you to directly compare actual results against the consensus estimates provided by Alpha Vantage.