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

GET /api/v1/public/latest

Latest gold spot price. 10 free anonymous requests/day; API key for higher limits.

GET /api/v1/public/history

Historical price series. API key required. Window depends on your plan tier.

GET /api/v1/public/karats

Karat purity reference table. Open — no authentication required.

GET /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

Daily API call limits and feature access by subscription 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