Realtime REST API

Gold Bullion API

Live gold, silver, INR and bullion pricing feed with high monthly capacity and simple API-key access.

STARTER

Starter

Exclusive of GST — billed monthly

₹2,598 / month

Payable: ₹3,066 incl. 18% GST

  • 5 million API calls / month
  • ~₹520 per million hits
  • Auto-reset on 1st of every month
  • Best for small to medium apps
GROWTH

Growth

Exclusive of GST — billed monthly

₹4,499 / month

Payable: ₹5,309 incl. 18% GST

  • 10 million API calls / month
  • ~₹450 per million hits
  • Auto-reset on 1st of every month
  • Best for high-frequency trading apps
PRO

Pro

Exclusive of GST — billed monthly

₹5,999 / month

Payable: ₹7,079 incl. 18% GST

  • 15 million API calls / month
  • ~₹400 per million hits
  • Auto-reset on 1st of every month
  • Best for multi-screen display systems
ENTERPRISE

Enterprise

Exclusive of GST — billed monthly

₹7,499 / month

Payable: ₹8,849 incl. 18% GST

  • 20 million API calls / month
  • ~₹375 per million hits
  • Auto-reset on 1st of every month
  • Best for large-scale jewellery platforms

Usage & Limitations

  • Plans: 5M / 10M / 15M / 20M calls per month.
  • Cap resets automatically on the 1st of every month.
  • API key required for all requests.
  • Expired or over-limit keys are automatically blocked.
  • Remaining hits visible in every API response.

Endpoint

/apis/live/gold.php?api_key=YOUR_API_KEY

Returns realtime response in JSON format.

Response Keys

  • status, total, date, timezone
  • api_key_expiry
  • monthly_cap — your monthly call limit
  • monthly_hits_used — calls used this month
  • monthly_hits_remaining — calls left this month
  • data[] with id, symbol, bid, ask, high, low

API Response Example

{
  "status": "success",
  "total": 12,
  "date": "2026-05-21 21:37:19",
  "timezone": "Asia/Kolkata (UTC +5:30)",
  "api_key_expiry": "2026-05-24",
  "monthly_cap": 5000000,
  "monthly_hits_used": 179,
  "monthly_hits_remaining": 4999821,
  "data": [
    {
      "id": "8554",
      "symbol": "GOLD($)",
      "bid": "4519.57",
      "ask": "4519.74",
      "high": "4571.10",
      "low": "4488.94"
    },
    {
      "id": "8555",
      "symbol": "SILVER($)",
      "bid": "75.88",
      "ask": "75.91",
      "high": "76.95",
      "low": "74.41"
    },
    {
      "id": "8556",
      "symbol": "INR",
      "bid": "96.353",
      "ask": "96.363",
      "high": "96.502",
      "low": "96.032"
    },
    {
      "id": "8559",
      "symbol": "GOLD 995 RTGS 1 KG",
      "bid": "157651",
      "ask": "157951",
      "high": "158916",
      "low": "157172"
    },
    {
      "id": "8692",
      "symbol": "GOLD 995 RTGS 100 GM",
      "bid": "157651",
      "ask": "157961",
      "high": "158926",
      "low": "157182"
    },
    {
      "id": "8560",
      "symbol": "GOLD 999 RTGS IMPORTED",
      "bid": "158311",
      "ask": "158611",
      "high": "159576",
      "low": "157832"
    },
    {
      "id": "8561",
      "symbol": "GOLD 995 WITH GST",
      "bid": "160521",
      "ask": "162690",
      "high": "163683",
      "low": "161887"
    },
    {
      "id": "8562",
      "symbol": "GOLD 999 WITH GST",
      "bid": "161296",
      "ask": "163369",
      "high": "164363",
      "low": "162567"
    },
    {
      "id": "8578",
      "symbol": "GOLD RETAIL 99.5 RATE",
      "bid": "152151",
      "ask": "152351",
      "high": "153316",
      "low": "151572"
    },
    {
      "id": "8579",
      "symbol": "GOLD RETAIL 99.9 RATE",
      "bid": "-",
      "ask": "-",
      "high": "-",
      "low": "-"
    },
    {
      "id": "8558",
      "symbol": "SILVER COSTING",
      "bid": "273015",
      "ask": "273183",
      "high": "273400",
      "low": "268750"
    },
    {
      "id": "8557",
      "symbol": "GOLD COSTING",
      "bid": "159310",
      "ask": "159351",
      "high": "160316",
      "low": "158572"
    }
  ]
}