Metals-API · Capability
Metals-API
Metals-API provides a free, simple, and lightweight JSON API for current and historical precious metals rates and currency conversion. It supports real-time and historical data for gold, silver, platinum, palladium, and other metals in 170 world currencies.
What You Can Do
GET
Getsymbols
— List supported symbols
/symbols
GET
Getlatest
— Get latest rates
/latest
GET
Gethistoricalrates
— Get historical rates by date
/{date}
GET
Convert
— Convert between currencies and metals
/convert
GET
Gettimeseries
— Get rates over a time series
/timeseries
GET
Getfluctuation
— Get rate fluctuation
/fluctuation
GET
Getcarat
— Get gold prices by carat
/carat
GET
Getlowesthighest
— Get daily lowest and highest prices
/lowest-highest/{date}
GET
Getohlc
— Get OHLC data
/open-high-low-close/{date}
MCP Tools
getsymbols
List supported symbols
read-only
idempotent
getlatest
Get latest rates
read-only
idempotent
gethistoricalrates
Get historical rates by date
read-only
idempotent
convert
Convert between currencies and metals
read-only
idempotent
gettimeseries
Get rates over a time series
read-only
idempotent
getfluctuation
Get rate fluctuation
read-only
idempotent
getcarat
Get gold prices by carat
read-only
idempotent
getlowesthighest
Get daily lowest and highest prices
read-only
idempotent
getohlc
Get OHLC data
read-only
idempotent