Get Your API Key
Register or sign in to access your API key and monitor usage totals.
Supported currencies for metal prices
Request gold, silver, platinum, and palladium prices in USD, EUR, GBP, and other supported currencies.
MetalsAPI
Free precious metals API access for developers who need gold price API data, silver price API data, platinum prices, and palladium prices in clean JSON.
Use /api/metals/live with an API key to request daily updated metal prices in USD, EUR,
GBP, and other supported currencies.
Register or sign in to access your API key and monitor usage totals.
Request gold, silver, platinum, and palladium prices in USD, EUR, GBP, and other supported currencies.
Use your account API key to request gold, silver, platinum, and palladium prices. Each authenticated API request updates your usage total.
This example response shows the JSON payload returned by an authenticated API request.
{
"symbol": "XAU",
"currency": "USD",
"priceTroyOz": 4758.799805,
"updatedDateUtc": "2026-04-22",
"updatedTimeUtc": "11:09:53",
"priceGram": 152.999
}
MetalsAPI is a free precious metals API for developers, traders, bullion businesses, and finance websites. Use one endpoint to get gold price API data, silver price API data, platinum prices, and palladium prices in JSON format.
The API supports multiple currencies, including USD, EUR, and GBP, making it useful for price trackers, investment dashboards, dealer websites, and internal tools that need reliable precious metals pricing data. Prices are updated once per day and returned as price per troy ounce and price per gram.
A focused metal prices API is easier to integrate than scraping market pages or maintaining separate feeds for each metal. MetalsAPI keeps the response small, predictable, and suitable for dashboards, ecommerce pricing tools, and internal reporting. Currency conversion uses exchange rates from Frankfurter.
The API provides JSON prices for gold, silver, platinum, and palladium.
You can request metal prices in USD, EUR, GBP, and other supported currencies available in the application dropdown.
Create an account, get your API key, and send it in the X-API-Key request header when calling the metals API endpoint.
The live response includes the metal symbol, selected currency, price per troy ounce, price per gram, updated date, and updated time.