economic-calendar-fetcher

Fetch and analyze economic events from the FMP Economic Calendar API.

2|Updated Jun 14, 2026
One-click install
npx skills add https://github.com/IhsanDanish25/claude-trading-skills --skill economic-calendar-fetcher-ihsandanish25
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: economic-calendar-fetcher
Source: https://github.com/IhsanDanish25/claude-trading-skills/tree/main/examples/weekly-trade-strategy/skills/economic-calendar-fetcher
Command: npx skills add https://github.com/IhsanDanish25/claude-trading-skills --skill economic-calendar-fetcher-ihsandanish25

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, json, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the retrieval and analysis of upcoming economic events and data releases, enabling users to stay informed about market-moving indicators with ease.

Core Features & Use Cases

  • Economic Events Fetching: Retrieves scheduled economic indicators like central bank decisions, employment reports, and inflation data.
  • Custom Date Ranges: Allows users to specify custom date ranges for fetching events.
  • Impact Analysis: Assesses the market significance of each event and presents it in a structured Markdown report.
  • Use Case: Use this Skill to get a comprehensive overview of upcoming economic events for the next week, tailored to your specific interests or investment strategy.

Quick Start

Fetch economic events for the next week using the economic-calendar-fetcher skill.

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 events for market analysis?

The skill retrieves scheduled economic indicators like central bank decisions, employment reports, and inflation data from the Financial Modeling Prep API. It presents the market significance of each event in a structured Markdown report.

Can I specify custom date ranges when retrieving economic indicators?

Yes, custom date ranges are supported. You can specify your desired timeframe to retrieve economic events from the Financial Modeling Prep API, tailoring the results to your specific investment strategy or analysis period.

Do I need an API key to retrieve the economic calendar?

Yes, a Financial Modeling Prep API key is required to retrieve the economic calendar. The Python script uses the requests and json libraries to authenticate and fetch data releases from the FMP endpoint.

How does this approach assess the market impact of economic data releases?

It assesses market impact by analyzing retrieved economic events and evaluating the market significance of each indicator. The resulting impact analysis is presented in a structured Markdown report for easy review.

What are the limitations of using Python to fetch economic indicators?

Limitations include dependency on the Financial Modeling Prep API for data accuracy and availability, the requirement of a valid FMP API key, and the need for a local Python environment configured with the requests and json libraries.