mirror of
https://github.com/caty21/forex-dashboard.git
synced 2026-07-27 20:37:45 +00:00
0657b50c07
Central bank governance (nouvel onglet Banques centrales) : - lib/centralBankGovernance.ts + app/api/central-bank-sources : scraping live du vote de la derniere reunion, dot plot Fed (SEP), et desormais les previsions macro (PIB + inflation) publiees par chaque BC elle-meme (Fed SEP, Eurosystem staff projections, BoJ Outlook Report PDF, SNB conditional forecast, BoC MPR, RBA SMP). GBP/NZD laisses honnetement vides quand aucune source chiffree fiable n'est accessible (RBNZ bloque par Cloudflare). - components/CentralBankSourcesTab.tsx : nouvel onglet avec cards par banque. Taux directeurs + Money Supply M3 : - data/rate_decisions.json corrige (JPY, EUR, NZD etc. etaient perimes d'1-2 decisions) et desormais auto-maintenu : .github/workflows/update-rate-decisions.yml (horaire) detecte les changements de taux via Trading Economics et fait glisser current -> prev sans perte de donnee. - data/money-supply-m3.json (nouveau) + .github/workflows/fetch-money-supply.yml (hebdo) : M3 par devise (proxy M2 pour l'USD, la Fed ne publiant plus M3 depuis 2006), affiche dans CurrencyCard. Calendrier economique elargi : - lib/calendar-countries.ts, lib/calendar-taxonomy.ts, lib/fxstreetCalendar.ts : couverture pays elargie + classification des evenements + source FXStreet. Fix InvestingLive : - lib/investinglive.ts : l'ancienne API WordPress (wp-json) renvoyait 404 depuis leur migration Nuxt.js -> reecrit vers api.investinglive.com/api/homepage/articles, + fix crash silencieux (Tldr pas toujours un tableau). Divers : - .vercel/ ajoute au .gitignore (ne doit jamais etre commite, cf. son propre README). - scripts/ (lancement PWA, push env Vercel), captures d'ecran, cache InvestingLive. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
66 lines
2.0 KiB
JSON
66 lines
2.0 KiB
JSON
[
|
|
{
|
|
"updated_at": "2026-07-08",
|
|
"note": "Masse monétaire M3 (niveau, devise locale) par zone — scrapé automatiquement depuis tradingeconomics.com (meta description des pages /money-supply-m3). USD : proxy M2 (Fed n'a plus publié M3 depuis 2006). Mis à jour par .github/workflows/fetch-money-supply.yml (hebdomadaire).",
|
|
"series": {
|
|
"USD": {
|
|
"value": 22804.5,
|
|
"unit": "USD Bn",
|
|
"period": "2026-04",
|
|
"source": "https://tradingeconomics.com/united-states/money-supply-m2",
|
|
"isProxy": true,
|
|
"proxyLabel": "M2 (M3 non publié par la Fed depuis 2006)"
|
|
},
|
|
"EUR": {
|
|
"value": 17552244,
|
|
"unit": "EUR Mn",
|
|
"period": "2026-05",
|
|
"source": "https://tradingeconomics.com/euro-area/money-supply-m3",
|
|
"isProxy": false
|
|
},
|
|
"GBP": {
|
|
"value": 3811591,
|
|
"unit": "GBP Mn",
|
|
"period": "2026-05",
|
|
"source": "https://tradingeconomics.com/united-kingdom/money-supply-m3",
|
|
"isProxy": false
|
|
},
|
|
"JPY": {
|
|
"value": 1642404.5,
|
|
"unit": "JPY Bn",
|
|
"period": "2026-05",
|
|
"source": "https://tradingeconomics.com/japan/money-supply-m3",
|
|
"isProxy": false
|
|
},
|
|
"CHF": {
|
|
"value": 1228273,
|
|
"unit": "CHF Mn",
|
|
"period": "2026-05",
|
|
"source": "https://tradingeconomics.com/switzerland/money-supply-m3",
|
|
"isProxy": false
|
|
},
|
|
"CAD": {
|
|
"value": 4020356,
|
|
"unit": "CAD Mn",
|
|
"period": "2026-04",
|
|
"source": "https://tradingeconomics.com/canada/money-supply-m3",
|
|
"isProxy": false
|
|
},
|
|
"AUD": {
|
|
"value": 3447.08,
|
|
"unit": "AUD Bn",
|
|
"period": "2026-05",
|
|
"source": "https://tradingeconomics.com/australia/money-supply-m3",
|
|
"isProxy": false
|
|
},
|
|
"NZD": {
|
|
"value": 451046,
|
|
"unit": "NZD Mn",
|
|
"period": "2026-05",
|
|
"source": "https://tradingeconomics.com/new-zealand/money-supply-m3",
|
|
"isProxy": false
|
|
}
|
|
}
|
|
}
|
|
]
|