Silver Prices Updated Hourly in Any Currency

Silver Price API.

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.

Free tier, no card< 200ms responses99.9% uptime SLA
GET/v1/silverpricelive
Response200 OK · sample
{
  "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"
    }
  }
}
Sample response · verify to run one live call, no signup
Integrates with your favorite tools
LangChainn8nZapierMakePipedreamPower AutomatePostman

Silver Price API

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.

  • Silver spot prices updated hourly
  • Prices in 30+ currencies worldwide
  • Price per ounce, gram, and kilogram
  • Timestamp shows when price was last updated
  1. 1

    Send one request

    A single authenticated GET with the location you care about — no SDK required.

    GET /v1/silverprice?query=
    x-api-key: your_key
  2. 2

    We do the aggregation

    Each request pulls from multiple upstream sources and computes the derived fields for you.

  3. 3

    Get clean JSON back

    One structured object, typically under 200 ms — ready to render.

    { currency, gram, kilogram, }

Everything in a single call.

/v1/silverpriceapplication/json
currency"USD"
gram1.74
kilogram1737.95
ounce49.27
lastUpdated"2026-02-07T12:00:00.000Z"
change24h0.42
change24hPct0.86
changeDirection"up"
high24h49.55
low24h48.8
formattedounce, gram, kilogram

What developers build with it.

Real applications shipping on this endpoint today — each with the numbers that made it worth wiring up.

See every use case

Call it in your language.

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);

One subscription, the whole silver prices updated hourly in any currency stack.

Every related API ships with your key — no separate plans, no extra keys, one bill.

See pricing
8APIs in this bundle
99.9%uptime SLA

Wire it into the tools you already run.

Ready-made recipes for Zapier, Make, and n8n — trigger on an event, and the data lands where your team works.

Google Sheets
Log hourly silver prices to a spreadsheet
WhenScheduled hourly
ThenFetch silver price → append row
Slack
Alert on significant silver price moves
WhenScheduled every 15 minutes
ThenFetch silver price → post alert if threshold met
Airtable
Track daily silver prices in a base
WhenScheduled daily
ThenFetch silver price → create record
Notion
Build a silver price journal
WhenScheduled daily
ThenFetch silver price → create database item
Salesforce
Update opportunity silver valuations
WhenScheduled hourly
ThenFetch silver price → update custom field
GitHub
Create issues for price anomalies
WhenScheduled every 15 minutes
ThenFetch silver price → create issue if anomaly
Browse all integrations

Questions about the API

How often are silver prices updated?
Silver prices are updated hourly, reflecting the current spot price from major commodity exchanges. Outside market hours, the last trading price is returned.
What currencies are supported?
We support 30+ major currencies including USD, EUR, GBP, JPY, CAD, AUD, CHF, INR, and more. The API converts the spot price to your requested currency using current exchange rates.
What is the difference between spot price and retail price?
The spot price is the current market price for immediate delivery of silver. Retail prices for physical silver (coins, bars) typically include premiums above spot for minting, distribution, and dealer margins.
What currencies are supported for conversion?
We support 30+ major currencies including USD, EUR, GBP, JPY, CAD, AUD, CHF, INR, CNY, and more. Prices are converted using current exchange rates.
What is a troy ounce?
A troy ounce (31.1035 grams) is the standard unit for measuring precious metals. It's slightly heavier than a regular ounce (28.35 grams). All our per-ounce prices use troy ounces.
Is there a free tier for testing?
Yes! Our free tier includes generous API limits for development and testing. Upgrade to a paid plan for production use with higher rate limits.

Start building with the Silver Price API. Free tier, no card required — your key is live in minutes.

Bonus: 300+ more APIs

The same key unlocks every other APIVerve endpoint — reach for them when you need them.

Browse the catalog