Commit Graph

5 Commits

Author SHA1 Message Date
Jose Selesan
2fe8198c41 fix(analysis): use last business day of previous month for 'Vs. mes anterior' card 2026-08-28 11:46:41 -03:00
Jose Selesan
66ab56b46a feat(analysis): add monthly variation table with inflation comparison
- New backend endpoint GET /api/quotes/monthly-last
- MonthlyVariationTable component with BELO/Blue/Oficial % changes
- Inflation data from ArgentinaDatos API with 24h cache
- Visual indicators: green if beats inflation, red if below
- Responsive: cards on mobile, table on desktop
2026-08-27 10:13:56 -03:00
Jose Selesan
a6e95f0c05 fix(analysis): pad comparison chart Y domain to 20% around the range 2026-08-20 14:38:57 -03:00
Jose Selesan
48c4c892cd feat(analysis): add comparison chart of buy price for the 3 quotes 2026-08-20 14:33:39 -03:00
Jose Selesan
c0c8bf0945 feat(analysis): make analysis page work for all currencies (BELO, BLUE, BNA)
- Replace hardcoded BELO analysis with generic AnalysisPage
- Add /quotes/analysis/ route with currency path param
- Add currency selector tabs on analysis page
- Dashboard QuoteCards now navigate to analysis for all currencies
- Old /quotes/belo/analysis redirects to /quotes/analysis/BELO
2026-06-12 16:44:20 -03:00