MetalsAPI

Precious metals pricing with user accounts, API keys, usage tracking, and currency selection.

Register an account, get an API key tied to your email address, and call /api/metals/live for gold, silver, platinum, and palladium quotes.

Current prices
Per troy oz
--
Per gram
--
Choose a metal and currency, then load a live quote.

API Request

Use your account API key. The request count on your account increases whenever you call an authenticated API endpoint.

Ready.

Account

Register or sign in to see your API key and usage totals.

Supported currencies

Pick from the supported currencies directly in the dropdown.

JSON response

The payload below comes from the authenticated API call.

GET /api/metals/live
{
  "message": "No request made yet."
}