Metals Fluctuation API: XAU Day Change as JSON
A metals fluctuation API returns how a metal moved between two dates: start_rate, end_rate, change, and change_pct. On Metals-API that is GET https://metals-api.com/api/fluctuation with query access_key. Official docs sample uses symbols=XAU.
Copper Monthly starts at $19.99/mo (2,500 calls, 10-minute updates, 10 symbols). There is no Free Trial. Gold Monthly is $149.99. Do not mix ISO XAU with LBMA (USDLBXAUPM). Docs: metals-api.com/documentation.
Request: XAU over a range
curl "https://metals-api.com/api/fluctuation?access_key=YOUR_API_KEY&start_date=2023-12-01&end_date=2015-12-15&symbols=XAU"
Docs also show type=last_day instead of a date pair. USDXAU is a latest-only inve...
Continue Reading
Latest Articles
Get Ethiopian Birr (ETB) - N/A Historical Prices using this API (daily and monthly endpoints)
Ethiopian Birr (ETB) historical prices are critical for anyone pricing jewelry in Addis Ababa, backtesting commodity hedges in ETB, or reconciling ERP...
Continue Reading
Get Mysore Gold 22k (MYSO-22k) - Per Gram — in Python prices using this API
If you price jewelry, hedge inventory, or analyze regional spreads, you’ve probably needed Mysore Gold 22k (MYSO-22k) per gram in Python. This guide s...
Continue Reading
Get Gold May 2027 (GCK27) - Per Troy Ounce prices using this API in Python with requests and JSON parsing
If you price, hedge, or analyze Gold May 2027 futures (GCK27), you need timely, developer-friendly access to per troy ounce prices you can wire straig...
Continue Reading