Option 1: Enter spot price manually above and click "Set Spot". Option 2: Run a local server to avoid CORS issues. Open a terminal and run: npx http-server C:\Money -p 8000 --cors
Then open http://localhost:8000/silver-stack-calculator.html
Our API
The SilverCalc API is the recommended way to get live silver spot prices. It's free, fast, and auto-fails over if a source goes down.
Endpoint
GET https://silverstackcalculator.qd.je/api/silver-price
Auto failover โ tries Kitco first, falls back to Macrotrends, then GoldAPI
20-second cache โ reduces upstream calls, stays under rate limits
No API key required โ completely free to use
CORS enabled โ call it from any domain or tool
No rate limit โ the cache handles bursts automatically
Use in Your Own Tools
You can plug this endpoint into Excel, Google Sheets, Python scripts, trading bots, or your own apps.
Just make a GET request and parse the JSON response.
# Python example
import requests
r = requests.get('https://silverstackcalculator.qd.je/api/silver-price')
data = r.json()
print(f"Silver: ${data['bid']} (bid) / ${data['ask']} (ask)")
SilverCalc Source (Default)
The SilverCalc option in the source selector on the Calculator tab uses this exact API.
It's selected by default and requires no setup.
Enjoying the tool? โค๏ธ
If you find this API or the calculator useful, consider donating to support the creator.
Choose Your Version
Full API access for everyone. Pick the experience that fits you.
PAID
Ad-Free + EXE
$6.99 one-time
โ All Free Features
โAd-Free Experience No Ads
โ Desktop App Installer (Windows)
โ Offline Use
โ Start Menu & Desktop Shortcut
โ Re-Download Anytime
โ Supports the Creator
Installs to your desktop. Fully offline โ no internet needed after installation. Sign-in and paid check are built-in.