aboutsummaryrefslogtreecommitdiff
path: root/components/macro.py
AgeCommit message (Collapse)Author
2026-05-17Fix yield divisors and cold-cache UX in macro tabTyler
All four treasury yield symbols return values already in percent; the old /10 and /100 divisors were displaying ~0.04–0.46% instead of the correct 3–5% range. Also rename ambiguous `l` variable and add a spinner for the cold-cache load. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-17Add Macro tab: Index Performance, Yield Curve, Sector HeatmapTyler
Three market-wide panels backed by yfinance (no new API keys). Macro tab renders before the st.stop() ticker guard so it's always accessible regardless of ticker state. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>