Developer API
Access real-time and historical gold spot-price data via a clean REST API. All prices are reference estimates derived from XAU/USD — not retail prices.
Quick Reference
/api/v1/public/latest
Latest gold spot price. 10 free anonymous requests/day; API key for higher limits.
/api/v1/public/history
Historical price series. API key required. Window depends on your plan tier.
/api/v1/public/karats
Karat purity reference table. Open — no authentication required.
/api/v1/public/countries
Supported countries and currencies. Open — no authentication required.
curl example
curl -H "X-API-Key: gtl_your_key_here" \
"https://goldtickerlive.com/api/v1/public/latest"
Quota by Tier
| Feature | Free (no key) | Free (with key) | Pro | API |
|---|---|---|---|---|
/public/latest |
10 / IP / day | 100 / day | 250 / day | 500 / day |
/public/history |
— | 30 days | 365 days | Unlimited |
/public/karats |
Unlimited (open) | |||
/public/countries |
Unlimited (open) | |||
Quotas reset at midnight UTC. Need higher limits? See plans or contact us for enterprise pricing.
Your API Keys
Sign in to create and manage API keys.
This key will only be shown once. Copy it and store it securely.
Active & revoked keys
No API keys yet. Create one above.