economic-calendar-fetcher

Fetch economic events from the FMP Economic Calendar API for a date range.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/PNWSkyHippy/Trading_Bot_V2 --skill economic-calendar-fetcher-pnwskyhippy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: economic-calendar-fetcher
Source: https://github.com/PNWSkyHippy/Trading_Bot_V2/tree/main/claud-skills/examples/weekly-trade-strategy/.claude/skills/economic-calendar-fetcher
Command: npx skills add https://github.com/PNWSkyHippy/Trading_Bot_V2 --skill economic-calendar-fetcher-pnwskyhippy

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Retrieve upcoming economic events and data releases from the Financial Modeling Prep (FMP) Economic Calendar API. This skill enables traders and analysts to plan around scheduled central bank decisions, employment reports, inflation data, GDP releases, and other market-moving indicators for a user-specified date range (default: next 7 days).

Core Features & Use Cases

  • Fetch events for a date range up to 90 days
  • Output raw JSON or formatted text for easy integration
  • Help filter and synthesize events for trading decisions

Quick Start

Fetch and view upcoming economic events for the next 7 days.

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 trading analysis?

The skill fetches economic calendar data including central bank decisions, employment reports, inflation metrics, and GDP releases from the FMP API for a specified date range up to 90 days.

What economic indicators can I retrieve from the FMP economic calendar?

It retrieves central bank decisions, employment data, inflation metrics, GDP releases, and other market-moving indicators within date ranges up to 90 days from the FMP API.

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

Yes, an FMP API key is required and can be passed via an environment variable or argument to authenticate requests and retrieve economic calendar data.

What is the maximum date range for fetching economic events?

You can fetch economic events for a date range up to 90 days, with a default of 7 days, to review upcoming market-moving indicators from the FMP calendar.

Can I output FMP economic calendar data as JSON for downstream analysis?

Yes, the skill supports outputting economic calendar data as raw JSON or formatted plain text for easy integration into downstream analysis and trading workflows.

How does the economic calendar fetcher handle API rate limits and errors?

It handles errors and rate limits from the FMP API during economic calendar data retrieval, ensuring stable JSON or plain text output for downstream analysis.