Retrieve current silver spot prices in multiple currencies with hourly updates. Includes price per ounce, gram, and kilogram. Essential for commodity trading, investment apps, and precious metals businesses.
{
"status": "ok",
"error": null,
"data": {
"currency": "USD",
"gram": 1.74,
"kilogram": 1737.95,
"ounce": 49.27,
"lastUpdated": "2026-02-07T12:00:00.000Z",
"change24h": 0.42,
"change24hPct": 0.86,
"changeDirection": "up",
"high24h": 49.55,
"low24h": 48.8,
"formatted": {
"ounce": "$49.27",
"gram": "$1.74",
"kilogram": "$1,737.95"
}
}
}






Retrieve current silver spot prices in multiple currencies with hourly updates. Includes price per ounce, gram, and kilogram. Essential for commodity trading, investment apps, and precious metals businesses.
A single authenticated GET with the location you care about — no SDK required.
GET /v1/silverprice?query=… x-api-key: your_key
Each request pulls from multiple upstream sources and computes the derived fields for you.
One structured object, typically under 200 ms — ready to render.
{ currency, gram, kilogram, … }
Real applications shipping on this endpoint today — each with the numbers that made it worth wiring up.
See every use caseIntegrate our Silver Price API to automatically update silver holdings value. Calculate total portfolio worth, track gains/losses, and trigger alerts on price movements.
Use the Silver Price API to calculate material costs based on item weight. Add markup for craftsmanship and automatically update prices as silver rates change.
Copy a working request, or install a typed SDK. Same endpoint, same key.
const res = await fetch("https://api.apiverve.com/v1/silverprice?currency=USD&hourly=true", {
headers: { "x-api-key": "YOUR_API_KEY" },
});
const { data } = await res.json();
console.log(data);Every related API ships with your key — no separate plans, no extra keys, one bill.
See pricingReady-made recipes for Zapier, Make, and n8n — trigger on an event, and the data lands where your team works.
The same key unlocks every other APIVerve endpoint — reach for them when you need them.
Browse the catalog