All SkillsGet Started Free
Economic Calendar Fetcher
Fetch upcoming economic events and data releases using FMP API. Retrieve scheduled central bank decisions, employment reports, inflation data, GDP releases, and other market-moving economic indicators for specified date ranges (default: next 7 days). The script outputs raw JSON or text; the assistant filters, assesses impact, and generates the Markdown report.
MCP get_skill({ skillId: "economic-calendar-fetcher-dbb46cb7" })Use this skill with your agent
Create a free account and connect via MCP
# Economic Calendar Fetcher ## Overview Retrieve upcoming economic events and data releases from the Financial Modeling Prep (FMP) Economic Calendar API. This skill fetches scheduled economic indicators including central bank monetary policy decisions, employment reports, inflation data (CPI/PPI), GDP releases, retail sales, manufacturing data, and other market-moving events that impact financial markets. The skill uses a Python script to query the FMP API and returns raw JSON or text output. The assistant then filters events, assesses market impact, and generates a chronological Markdown report for each scheduled event. No files are generated automatically. **Key Capabilities:** - Fetch economic events for specified date ranges (max 90 days) - Support flexible API key provision (environment variable or CLI argument) - Filter by impact level, country, or event type (filtering performed by the assistant) - Present filtered results as structured Markdown reports with impact analysis (assistant-generated, not script-generated) - Default to next 7 days for quick market outlook **Data Source:** - FMP Economic Calendar API: `https://financialmodelingprep.com/api/v3/economic_calendar` - Covers major economies: US, EU, UK, Japan, China, Canada, Australia - Event types: Central bank decisions, employment, inflation, GDP, trade, housing, surveys ## When to Use This Skill Use this skill when the user requests: 1. **Economic Calendar Queries:** - "What economic events are coming up this week?" - "Show me the economic calendar for the next two weeks" - "When is the next FOMC meeting?" - "What major economic data is being released next month?" 2. **Market Event Planning:** - "What should I watch for in the markets this week?" - "Are there any high-impact economic releases coming?" - "When is the next jobs report / CPI release / GDP report?" 3. **Specific Date Range Requests:** - "Get economic events from January 1 to January 31" - "What's on the economic calendar for Q1 2025?" 4. **Country-Specific Queries:** - "Show me US economic data releases next week" - "What ECB events are scheduled?" - "When is Japan releasing their inflation data?" **DO NOT use this skill for:** - Past economic events (use market-news-analyst for historical analysis) - Corporate earnings calendars (this skill excludes earnings) - Real-time market data or live quotes - Technical analysis or chart interpretation
#work-life#productivity#finance#trading#investing#financial#analysispythonfmp-api