mirror of
https://github.com/koala73/worldmonitor.git
synced 2026-04-25 17:14:57 +02:00
Metals: add Platinum (PL=F), Palladium (PA=F), Aluminum (ALI=F) Energy: add Brent Crude (BZ=F), Gasoline RBOB (RB=F), Heating Oil (HO=F) Strategic: add Uranium ETF (URA), Lithium & Battery ETF (LIT) Config-only change. Relay auto-fetches all symbols on next deploy. Grouped by category: metals first, then energy, then strategic proxies.
19 lines
996 B
JSON
19 lines
996 B
JSON
{
|
|
"commodities": [
|
|
{ "symbol": "^VIX", "name": "VIX", "display": "VIX" },
|
|
{ "symbol": "GC=F", "name": "Gold", "display": "GOLD" },
|
|
{ "symbol": "SI=F", "name": "Silver", "display": "SILVER" },
|
|
{ "symbol": "HG=F", "name": "Copper", "display": "COPPER" },
|
|
{ "symbol": "PL=F", "name": "Platinum", "display": "PLATINUM" },
|
|
{ "symbol": "PA=F", "name": "Palladium", "display": "PALLADIUM" },
|
|
{ "symbol": "ALI=F", "name": "Aluminum", "display": "ALUMINUM" },
|
|
{ "symbol": "CL=F", "name": "Crude Oil WTI", "display": "OIL" },
|
|
{ "symbol": "BZ=F", "name": "Brent Crude", "display": "BRENT" },
|
|
{ "symbol": "NG=F", "name": "Natural Gas", "display": "NATGAS" },
|
|
{ "symbol": "RB=F", "name": "Gasoline RBOB", "display": "GASOLINE" },
|
|
{ "symbol": "HO=F", "name": "Heating Oil", "display": "HEATING OIL" },
|
|
{ "symbol": "URA", "name": "Uranium (Global X)", "display": "URANIUM" },
|
|
{ "symbol": "LIT", "name": "Lithium & Battery", "display": "LITHIUM" }
|
|
]
|
|
}
|