24K Rs 422,031/tola ▲ 0.08%22K Rs 386,876/tola ▲ 0.08%21K Rs 369,277/tola ▲ 0.08%18K Rs 316,523/tola ▲ 0.08%Updated 25 Jul 2026, 2:06 PM PKT · Sarafa market closed24K Rs 422,031/tola ▲ 0.08%22K Rs 386,876/tola ▲ 0.08%21K Rs 369,277/tola ▲ 0.08%18K Rs 316,523/tola ▲ 0.08%Updated 25 Jul 2026, 2:06 PM PKT · Sarafa market closed
For Developers

Free Gold Rate API for Pakistan

Live 24K–18K gold and silver prices in PKR as JSON, plus full price history as CSV. No key, no signup — just link back to us.

Live rates — JSON

GET https://goldrateinpakistan.org/api/rates.json

Returns current gold rates for all four purities (per tola and per gram), silver rates, daily change and the last-updated timestamp. CORS is enabled, so you can call it directly from a browser app.

{
  "currency": "PKR",
  "unit_note": "1 tola = 11.6638 grams",
  "updated_at": "2026-07-09 14:01",
  "change": { "direction": "up", "percent": 0.42 },
  "gold": {
    "24k": { "per_tola": 428521, "per_gram": 36739 },
    "22k": { "per_tola": 392811, "per_gram": 33678 },
    "21k": { "per_tola": 374956, "per_gram": 32147 },
    "18k": { "per_tola": 321391, "per_gram": 27554 }
  },
  "silver": { "per_tola": 7166, "per_gram": 614.4 }
}

Price history — CSV

GET /api/history.csv — yearly average, highest and lowest 24K per-tola prices.

GET /api/history.csv?range=daily — the full daily 24K per-tola series.

Example: fetch in JavaScript

const res = await fetch('https://goldrateinpakistan.org/api/rates.json');
const data = await res.json();
console.log(`24K gold: Rs ${data.gold['24k'].per_tola}/tola`);

Terms of use

Free for non-commercial use with attribution: include a visible link to goldrateinpakistan.org wherever the data is displayed. Cache responses for at least 5 minutes. Rates are indicative benchmarks — see our methodology and disclaimer. For commercial licensing, contact us.

Prefer a ready-made widget?

If you just want live rates on your site without writing code, use our embeddable gold rates widget — one copy-paste iframe.

Frequently Asked Questions

Is the gold rate API really free?

Yes. No API key, no signup. It is free for non-commercial projects with attribution — a visible link back to goldrateinpakistan.org. For commercial use, contact us.

How often does the API data update?

The endpoint reflects our live site rates, which refresh several times a day during market hours. Responses are cacheable for 5 minutes.

Is there a rate limit?

Please cache responses for at least 5 minutes (the endpoint sends Cache-Control headers). Abusive polling may be blocked.

Can I get historical gold prices?

Yes — download the yearly aggregates or full daily series as CSV from the endpoints on this page.

Disclaimer: The gold and silver rates provided on this website are aggregated from various local bullion markets and Sarafa Associations across Pakistan. While we strive to maintain accurate and up-to-date information, these prices are indicative and subject to continuous market fluctuations. They do not include making charges, local taxes, or dealer commissions. We recommend verifying the final price with your local jeweller before making any transaction.