# DE Common Metrics: Executive Summary --- ## 🎯 WHAT THIS IS | Attribute | Value | |-----------|-------| | **Dataset Type** | Dashboard / Reference Catalog | | **Coverage** | 31 German economic and social indicators | | **Update Frequency** | Monthly → Annual (varies by metric) | | **Last Updated** | April 2026 | **One-liner:** Real-time reference dashboard for 31 authoritative German economic indicators. **Caveat:** This is a catalog, not an estimate — each metric has its own update schedule and methodology. --- ## Key Indicators at a Glance ### Economic Health | Metric | Current Value | Source | |--------|---------------|--------| | Nominal GDP | 1,152.7B € (Q4 2025) | Bundesbank | | Industrial Production Index | 127.3 (Feb 2026) | Destatis | | CPI All Items | 124.5 (Mar 2026) | Destatis | ### Employment & Labor | Metric | Current Value | Source | |--------|---------------|--------| | Unemployment Rate | -- | BA fuer Arbeit | | Job Openings | -- | BA fuer Arbeit | ### Financial & Housing | Metric | Current Value | Source | |--------|---------------|--------| | ECB Key Rate | 2.40% (Mar 2026) | Bundesbank | | 10-Year Bund Yield | 3.33% (Mar 2026) | Bundesbank | | EUR/USD | 1.1498 (Mar 2026) | Bundesbank | | House Price Index | 150.2 (Dec 2025) | Bundesbank | --- ## Update Schedule | Frequency | Metrics | Typical Lag | |-----------|---------|-------------| | **Monthly** | CPI, industrial production, factory orders, financial rates, house prices | 2-4 weeks | | **Quarterly** | GDP nominal, ZEW expectations | 1-2 months | | **Annual** | Population, demographics, birth rate, mortality | 6-12 months | --- ## Data Sources | Source | Website | What It Covers | |--------|---------|----------------| | Destatis GENESIS | https://www-genesis.destatis.de/ | CPI, industrial production, demographics, housing completions | | Bundesbank SDMX | https://api.statistiken.bundesbank.de/ | GDP, interest rates, yields, exchange rates, house prices | | BA fuer Arbeit | https://rest.arbeitsagentur.de/ | Unemployment, job openings, short-time work | | ZEW | https://www.zew.de/ | Economic expectations and sentiment | --- ## How to Use This Dashboard ### For Quick Reference Open `DE-Common-Metrics.md` for current values organized by category. ### For Programmatic Access ```bash # Get current values as CSV cat de-metrics-current.csv # Update all metrics bun ~/.claude/skills/Metrics/Tools/UpdateMetrics.ts --country de ``` ### For Historical Data See `de-metrics-historical.csv` for the time series (appended on each run). --- ## Known Limitations 1. **BA fuer Arbeit adapter** — employment metrics (unemployment rate, job openings, BA-X) currently failing; adapter needs fixing 2. **ZEW adapter** — economic sentiment metrics currently failing 3. **Some Destatis tables** — RETAIL, PPI, IMPORT_PRICE, AVG_WAGE, GINI, MEDIAN_INC, POVERTY failing; table codes may need correction 4. **DE_MORTGAGE** — returns 13% (2003), series ID suspect; actual current rate ~3.5% 5. **Unit formatting** — DE_LABFORCE and DE_POP display raw values; format fields need correction --- ## Changelog | Date | Change | Reason | |------|--------|--------| | **April 2026** | Rewrote Destatis and Bundesbank adapters for API breaking changes | Destatis migrated to POST+header auth; Bundesbank moved to new domain | | **April 2026** | Initial 31-metric DE catalog | Porting US-Common-Metrics pattern to Germany |