Commodities
Precious metals, energy, and crypto prices. Cached for 5 minutes.
GET
/api/goldGold price, change, and key metrics.
Response
{
"price": 2345.60,
"change": 12.30,
"changePercent": 0.53,
"currency": "USD",
"unit": "oz"
}GET
/api/gold/flowsGold ETF fund flow data.
Response
{
"flows": [
{ "date": "2026-04-28", "etf": "GLD", "flow": 12500000, "cumulative": 850000000 }
]
}GET
/api/silverSilver price and change.
Response
{
"price": 28.45,
"change": 0.32,
"changePercent": 1.14,
"currency": "USD",
"unit": "oz"
}GET
/api/oilCrude oil (WTI) price.
Response
{
"price": 78.90,
"change": -1.20,
"changePercent": -1.50,
"currency": "USD",
"unit": "bbl"
}GET
/api/btcBitcoin price and market data.
Response
{
"price": 68420.50,
"change": 1520.00,
"changePercent": 2.27,
"marketCap": 1340000000000,
"dominance": 52.3
}GET
/api/fxMajor FX rates.
Response
{
"rates": {
"USD/SGD": 1.3480,
"EUR/USD": 1.0820,
"USD/JPY": 155.20,
"GBP/USD": 1.2540,
"USD/CNH": 7.2450
}
}