Update config.json

changed default stocks to test update implementation
This commit is contained in:
Chuck
2025-04-10 20:07:24 -05:00
parent 21cd5c9e11
commit 1610afd9cb

View File

@@ -46,7 +46,7 @@
"enabled": true,
"update_interval": 60,
"symbols": [
"AAPL", "MSFT", "GOOGL", "AMZN", "META", "TSLA", "NVDA", "JPM", "V", "WMT"
"ASTS", "SCHD", "INTC", "NVDA", "T", "VOO", "SPYG", "SMCI"
],
"display_format": "{symbol}: ${price} ({change}%)"
}