mirror of
https://github.com/prdlk/glance.git
synced 2026-08-02 17:31:40 +00:00
48 lines
1022 B
YAML
48 lines
1022 B
YAML
# Markets left rail — tickers and macro rates (stacked)
|
|
- size: small
|
|
widgets:
|
|
- type: markets
|
|
title: Indices
|
|
markets:
|
|
- symbol: SPY
|
|
name: S&P 500
|
|
- symbol: QQQ
|
|
name: Nasdaq
|
|
- symbol: DX-Y.NYB
|
|
name: Dollar Index
|
|
|
|
- type: markets
|
|
title: Crypto
|
|
markets:
|
|
- symbol: BTC-USD
|
|
name: Bitcoin
|
|
- symbol: ETH-USD
|
|
name: Ethereum
|
|
|
|
- type: markets
|
|
title: Stocks
|
|
sort-by: absolute-change
|
|
markets:
|
|
- symbol: NVDA
|
|
name: NVIDIA
|
|
- symbol: AAPL
|
|
name: Apple
|
|
- symbol: MSFT
|
|
name: Microsoft
|
|
- symbol: GOOGL
|
|
name: Google
|
|
- symbol: AMD
|
|
name: AMD
|
|
- symbol: RDDT
|
|
name: Reddit
|
|
- symbol: AMZN
|
|
name: Amazon
|
|
- symbol: TSLA
|
|
name: Tesla
|
|
- symbol: INTC
|
|
name: Intel
|
|
- symbol: META
|
|
name: Meta
|
|
|
|
- $include: ../shared/rates.yml
|