economic-calendar-fetcher

Fetch economic events for a date range and generate Markdown reports.

1|Updated Apr 6, 2026
One-click install
npx skills add https://github.com/kavi-lin/stock --skill economic-calendar-fetcher-kavi-lin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: economic-calendar-fetcher
Source: https://github.com/kavi-lin/stock/tree/main/skills/economic-calendar-fetcher
Command: npx skills add https://github.com/kavi-lin/stock --skill economic-calendar-fetcher-kavi-lin

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill retrieves upcoming economic events and data releases to help traders, analysts, and investors plan around macro events and policy decisions.

Core Features & Use Cases

  • Automated Calendar Fetching: Retrieve scheduled central bank decisions, employment data, inflation indicators, GDP releases, and other market-moving events within a user-defined window.
  • Flexible Output: Produce structured JSON or Markdown reports with chronological event listings and basic impact context.
  • Use Case: Example: fetch the next 7 days of events to inform trading decisions and risk planning.

Quick Start

Run the economic calendar fetcher for the next 7 days to generate a structured Markdown report.

Frequently Asked Questions about economic-calendar-fetcher

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

FAQPage Schema
How do I fetch upcoming economic calendar events for a specific date range?

To fetch economic calendar events, specify your desired date range to retrieve scheduled macro events and data releases. The tool applies date-range validation and outputs a chronological Markdown report of market-moving events.

What macro events and data releases can I retrieve for trading decisions?

You can retrieve scheduled central bank decisions, employment data, inflation indicators, and GDP releases. These macro events are compiled into a chronological report with basic impact context to inform trading and risk planning.

Can I generate a JSON or text report of economic events instead of Markdown?

Yes, you can generate flexible output formats including structured JSON or text. The default output is a chronological Markdown report, but you can specify alternative formats to suit your data-analysis pipeline.

Do I need an FMP API key to retrieve economic calendar data?

Yes, you need an FMP_API_KEY to authenticate requests, provided either via an environment variable or an --api-key flag. The tool handles API key validation automatically before fetching economic events.

Are there limitations on the maximum date range for fetching economic events?

Yes, the tool enforces a 90-day maximum date range when fetching economic calendar data. It applies date-range validation to prevent errors and handles any range violations gracefully.

What is the best way to handle API errors when fetching macro events?

The best way to handle API errors is to rely on the tool's built-in error handling, which validates your API key and date range before fetching macro events. It manages errors gracefully to ensure stable data retrieval.