Files
glance/finance.json
Tanmay Karande 492e0ec47c feat: add finance widget and CSS/template updates
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-17 00:36:43 -04:00

15 lines
520 B
JSON

{
"accounts": [
{"name": "Checking", "balance": 4250.00, "currency": "USD"},
{"name": "Savings", "balance": 12400.00, "currency": "USD"},
{"name": "Credit Card", "balance": -850.50, "currency": "USD"},
{"name": "Investments", "balance": 34800.00, "currency": "USD"}
],
"monthly": {
"labels": ["Oct", "Nov", "Dec", "Jan", "Feb", "Mar"],
"income": [4000, 4000, 5200, 4000, 4000, 4100],
"expenses": [2100, 2400, 3100, 1800, 2000, 2200],
"spend": [800, 1100, 1600, 600, 700, 900]
}
}