company-brief
Generate a comprehensive company snapshot using EODHD data — profile, fundamentals, recent news, sentiment, insider transactions, and key metrics. Use when the…
Macro-economic dashboard — GDP, CPI, unemployment, interest rates, Treasury yields, trade balance, and economic events calendar. Use when the user asks about the economy, macro trends, interest rates, or economic indicators.
$ npx -y skills add EodHistoricalData/eodhd-claude-skills --skill macro-dashboard --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/macro-dashboardContext preview
The summary Claude sees to decide when to auto-load this skill.
Macro-economic dashboard — GDP, CPI, unemployment, interest rates, Treasury yields, trade balance, and economic events calendar. Use when the user asks about the economy, macro trends, interest rates, or economic indicators.
name: macro-dashboard description: >- Macro-economic dashboard — GDP, CPI, unemployment, interest rates, Treasury yields, trade balance, and economic events calendar. Use when the user asks about the economy, macro trends, interest rates, or economic indicators. version: 0.4.0
Build a comprehensive macro-economic dashboard using EODHD data — combining macro indicators across countries, Treasury yield curves, and economic events calendar for a complete economic picture.
Activate when the user asks for:
1. **Determine scope** — country/countries and indicators of interest 2. **Fetch macro indicators** — `macro-indicator` for GDP, CPI, unemployment, etc. 3. **Fetch Treasury rates** — `ust/yield-rates`, `ust/bill-rates`, `ust/long-term-rates`, `ust/real-yield-rates` 4. **Fetch economic events** — `economic-events` for upcoming releases. Always pass an explicit `--from-date`/`--to-date` window (e.g. today → +14d) and `--country` — without them the API returns arbitrary far-future events with empty fields. Field mapping: event name = `type` (NOT `event`), forecast = `estimate` (NOT `forecast`), plus `previous`/`actual` (`actual` is null until released). 5. **Calculate trends** — YoY changes, trends, inflection points 6. **Compile dashboard**
Key indicators available via `macro-indicator` endpoint (codes below are verified valid — passing an unknown code returns `Indicator or Country are Not Found` or silently falls back to GDP):
Country codes: `USA`, `GBR`, `DEU`, `JPN`, `CHN`, `FRA`, `CAN`, `AUS`, etc.
**Key Economic Indicators** | Indicator | Latest | Previous | YoY Change | Trend | |-----------|--------|----------|-----------|-------| | GDP Growth | — | — | — | ↑/↓/→ | | CPI (Annual) | — | — | — | ↑/↓/→ | | Unemployment | — | — | — | ↑/↓/→ | | Interest Rate | — | — | — | ↑/↓/→ | | Trade Balance | — | — | — | ↑/↓/→ | | Govt Debt/GDP | — | — | — | ↑/↓/→ |
**US Treasury Yield Curve** | Maturity | Current Yield | 1M Ago | 1Y Ago | |----------|--------------|--------|--------| | 1M | — | — | — | | 3M | — | — | — | | 6M | — | — | — | | 1Y | — | — | — | | 2Y | — | — | — | | 5Y | — | — | — | | 10Y | — | — | — | | 20Y | — | — | — | | 30Y | — | — | — |
**Upcoming Economic Events** | Date | Event | Country | Actual | Forecast | Previous | |------|-------|---------|--------|----------|----------|
**Economic Narrative**
> This is not financial advice. Data is for informational purposes only.
| Endpoint | Purpose | Cost | |----------|---------|------| | `macro-indicator` | GDP, CPI, unemployment, etc. | 1 call each | | `ust/yield-rates` | Par yield curve | 1 call | | `ust/bill-rates` | Short-term Treasury rates | 1 call | | `ust/long-term-rates` | Long-term Treasury rates | 1 call | | `ust/real-yield-rates` | Inflation-adjusted yields | 1 call | | `economic-events` | Upcoming economic releases | 1 call |
Developer-first financial data for Claude — 150,000+ tickers across 70+ exchanges, powered by EODHD API and an OAuth-secured MCP Server. ⚠ Not financial advice. This plugin delivers AI-generated analysis on top of EODHD market data.
Generate a comprehensive company snapshot using EODHD data — profile, fundamentals, recent news, sentiment, insider transactions, and key metrics. Use when the…
Monitor upcoming and recent earnings — calendar, trends, news context, and options activity around earnings dates. Use when the user asks about earnings…
Comprehensive single-company analysis using EODHD data — profile, fundamentals, price action, news sentiment, insider activity, and technicals, presented as a…
Fetch financial data from EODHD API — historical prices, fundamentals, options, technical indicators, news, sentiment, macro indicators, corporate events, ESG…
Side-by-side comparison of two or more companies using EODHD data — valuation, financials, profitability, performance, and dividends in comparison tables.…
Macro-economic dashboard using EODHD data — GDP, CPI, unemployment, interest rates, Treasury yield curve, real yields, and the economic events calendar. Invoke…