Install any skill in seconds. Free to start, no credit card required.
Get Started Free →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). Output chronological markdown reports with impact assessment.
.claude/skills/nicepkg-economic-calendar-fetcher/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-05 | ✗→✓ | ▲ Improved | 71% | 0% |
| case-07 | ✗→✓ | ▲ Improved | 126% | 0% |
| case-11 | ✗→✓ | ▲ Improved | 275% | 0% |
| case-12 | ✗→✓ | ▲ Improved | 523% | 0% |
| case-13 | ✗→✓ | ▲ Improved | 146% | 0% |
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 generates chronological markdown reports with impact assessment for each scheduled event.
Key Capabilities:
Data Source:
https://financialmodelingprep.com/api/v3/economic_calendarUse this skill when the user requests:
DO NOT use this skill for:
Follow these steps to fetch and analyze the economic calendar:
Check for API key availability:
Example user interaction:
User: "Show me economic events for next week"
Assistant: "I'll fetch the economic calendar. Do you have an FMP API key? I can use the FMP_API_KEY environment variable, or you can provide your API key now."Set appropriate date range based on user request:
Default (no specific dates): Today + 7 days User specifies period: Use exact dates (validate format: YYYY-MM-DD) Maximum range: 90 days (FMP API limitation)
Examples:
Validate date range:
Run the get_economic_calendar.py script with appropriate parameters:
Basic usage (default 7 days):
bashpython3 /path/to/economic-calendar-fetcher/scripts/get_economic_calendar.py --api-key YOUR_KEY
With specific date range:
bashpython3 /path/to/economic-calendar-fetcher/scripts/get_economic_calendar.py \ --from 2025-01-01 \ --to 2025-01-31 \ --api-key YOUR_KEY \ --format json
Using environment variable (no --api-key needed):
bashexport FMP_API_KEY=your_key_here python3 /path/to/economic-calendar-fetcher/scripts/get_economic_calendar.py \ --from 2025-01-01 \ --to 2025-01-07
Script parameters:
--from: Start date (YYYY-MM-DD) - default: today--to: End date (YYYY-MM-DD) - default: today + 7 days--api-key: FMP API key (optional if FMP_API_KEY env var set)--format: Output format (json or text) - default: json--output: Output file path (optional, default: stdout)Handle errors:
Process the JSON response from the script:
Filter examples:
Event data structure:
json{ "date": "2025-01-15 14:30:00", "country": "US", "event": "Consumer Price Index (CPI) YoY", "currency": "USD", "previous": 2.6, "estimate": 2.7, "actual": null, "change": null, "impact": "High", "changePercentage": null }
Evaluate the market significance of each event:
Impact Level Classification (from FMP):
Additional Context Factors:
Create structured markdown report with the following sections:
Report Header:
markdown# Economic Calendar **Period:** [Start Date] to [End Date] **Report Generated:** [Timestamp] **Total Events:** [Count] **High Impact Events:** [Count]
Event Listing (Chronological):
For each event, provide:
markdown## [Date] - [Day of Week] ### [Event Name] ([Impact Level]) - **Country:** [Country Code] ([Currency]) - **Time:** [HH:MM UTC] - **Previous:** [Value] - **Estimate:** [Consensus Forecast] - **Impact Assessment:** [Your analysis] **Market Implications:** [2-3 sentences on why this matters, what markets watch for, typical reaction patterns] ---
Example Event Entry:
markdown## 2025-01-15 - Wednesday ### Consumer Price Index (CPI) YoY (High Impact) - **Country:** US (USD) - **Time:** 14:30 UTC (8:30 AM ET) - **Previous:** 2.6% - **Estimate:** 2.7% - **Impact Assessment:** Very High - Core inflation metric for Fed policy decisions **Market Implications:** CPI reading above estimate (>2.7%) likely strengthens hawkish Fed expectations, potentially pressuring equities and supporting USD. Reading at or below 2.7% could reinforce disinflation narrative and support risk assets. Options market pricing 1.2% S&P 500 move on release day. ---
Summary Section:
Add analytical summary at the end:
markdown## Key Takeaways **Highest Impact Days:** - [Date]: [Events] - [Combined impact rationale] - [Date]: [Events] - [Combined impact rationale] **Central Bank Activity:** - [Summary of any scheduled Fed/ECB/BOJ meetings or speeches] **Major Data Releases:** - Employment: [NFP, Unemployment Rate dates] - Inflation: [CPI, PPI dates] - Growth: [GDP, Retail Sales dates] **Market Positioning Considerations:** [2-3 bullets on how traders might position around these events] **Risk Events:** [Highlight any particularly high-uncertainty or surprise-potential events]
Filtering Notes:
If user requested specific filters, note at top:
markdown**Filters Applied:** - Impact Level: High only - Country: US - Events shown: [X] of [Y] total events in date range
Output Format:
economic_calendar_[START]_to_[END].mdFile naming convention:
economic_calendar_2025-01-01_to_2025-01-31.md
economic_calendar_2025-01-15_to_2025-01-21.md (weekly)
economic_calendar_high_impact_2025-01.md (with filters)Markdown structure requirements:
Table format option (for dense listings):
markdown| Date/Time (UTC) | Event | Country | Impact | Previous | Estimate | Assessment | |-----------------|-------|---------|--------|----------|----------|------------| | 01-15 14:30 | CPI YoY | US | High | 2.6% | 2.7% | Core inflation metric |
Language: All reports in English
Python Script:
scripts/get_economic_calendar.py: Main API fetch script with CLI interfaceReference Documentation:
references/fmp_api_documentation.md: Complete FMP Economic Calendar API referenceAPI Details:
https://financialmodelingprep.com/api/v3/economic_calendarEvent Coverage:
Usage Tips:
Error Handling:
| Case | Status | Duration (ms) | Turns | Tokens | Tool calls | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Without | With | Δ | Without | With | Δ | Without | With | Δ | Without | With | Δ | ||
case-02 | fail→fail | 23,274 | 6,383 | -73% | 1 | 1 | 0% | 3,863 | 3,779 | -2% | 0 | 0 | — |
case-01 | fail→fail | 24,885 | 15,036 | -40% | 1 | 1 | 0% | 4,123 | 4,270 | +4% | 0 | 0 | — |
case-03 | fail→fail | 28,079 | 6,732 | -76% | 1 | 1 | 0% | 4,947 | 3,748 | -24% | 0 | 0 | — |
case-04 | fail→fail | 19,014 | 21,051 | +11% | 1 | 1 | 0% | 3,165 | 6,727 | +113% | 0 | 0 | — |
case-05 | fail→pass | 12,509 | 3,440 | -72% | 1 | 1 | 0% | 2,198 | 3,749 | +71% | 0 | 0 | — |
case-06 | pass→pass | 2,803 | 3,433 | +22% | 1 | 1 | 0% | 413 | 3,751 | +808% | 0 | 0 | — |
case-07 | fail→pass | 10,043 | 4,766 | -53% | 1 | 1 | 0% | 1,849 | 4,170 | +126% | 0 | 0 | — |
case-08 | pass→pass | 6,028 | 1,848 | -69% | 1 | 1 | 0% | 972 | 3,484 | +258% | 0 | 0 | — |
case-09 | pass→pass | 9,856 | 7,174 | -27% | 1 | 1 | 0% | 1,850 | 4,666 | +152% | 0 | 0 | — |
case-10 | pass→pass | 9,678 | 2,478 | -74% | 1 | 1 | 0% | 1,496 | 3,568 | +139% | 0 | 0 | — |
case-11 | fail→pass | 6,294 | 1,483 | -76% | 1 | 1 | 0% | 916 | 3,432 | +275% | 0 | 0 | — |
case-12 | fail→pass | 3,678 | 2,657 | -28% | 1 | 1 | 0% | 585 | 3,646 | +523% | 0 | 0 | — |
case-13 | fail→pass | 8,884 | 3,167 | -64% | 1 | 1 | 0% | 1,538 | 3,788 | +146% | 0 | 0 | — |
case-14 | pass→pass | 6,423 | 2,971 | -54% | 1 | 1 | 0% | 1,081 | 3,769 | +249% | 0 | 0 | — |
case-15 | pass→pass | 8,440 | 3,268 | -61% | 1 | 1 | 0% | 1,352 | 3,826 | +183% | 0 | 0 | — |
case-16 | pass→pass | 11,151 | 4,854 | -56% | 1 | 1 | 0% | 1,752 | 4,041 | +131% | 0 | 0 | — |
case-17 | pass→pass | 3,976 | 2,464 | -38% | 1 | 1 | 0% | 541 | 3,584 | +562% | 0 | 0 | — |
case-18 | pass→pass | 3,397 | 2,188 | -36% | 1 | 1 | 0% | 517 | 3,554 | +587% | 0 | 0 | — |
case-19 | pass→pass | 14,504 | 9,936 | -31% | 1 | 1 | 0% | 2,328 | 4,907 | +111% | 0 | 0 | — |
case-20 | pass→pass | 11,206 | 7,155 | -36% | 1 | 1 | 0% | 2,044 | 4,566 | +123% | 0 | 0 | — |
case-21 | fail→pass | 9,102 | 3,626 | -60% | 1 | 1 | 0% | 1,540 | 3,917 | +154% | 0 | 0 | — |
case-22 | pass→pass | 13,753 | 7,295 | -47% | 1 | 1 | 0% | 2,084 | 4,398 | +111% | 0 | 0 | — |
DecimalAI ran this skill against gemini-3.6-flash twice over the same eval suite — once with the skill loaded and once without — and compared the two runs case by case. 22 cases were attempted, and 19 counted toward the lift figure. The other 3 produced results that are not comparable between the two arms, so they are excluded from the headline rather than averaged into it. The headline lift of +27 percentage points is the difference between those two pass rates over the 19 comparable cases.
Without the skill loaded, the model failed this case. With it loaded, the same prompt on the same model passed. This is one improved case from the latest verified run; every case, including any that regressed, is in the table above.
Other measured skills in the registry, with their headline benchmark lift.