zapi.
APIsPricingDocsMCP
APIsPricingDocsMCPSign in
zapi.
APIsPricingDocsMCP
APIsPricingDocsMCPSign in
On this page
  • Playground
  • Code examples
  • Full reference
  • Related APIs
Finance/Gold Council
Logo Gold Council

Gold Council

Gold held by ETFs worldwide, by region, with the gold price alongside. The

Endpoints
3
Requests
322
Updated
5 hours ago
For LLMs
llms.txt
Endpoint healthnot yet measured
  • etf-holdingsnot measured
  • etf-summarynot measured
  • etf-flowsnot measured
no measurements yetdaily 01:00 WIB

Playground

3 endpoints
GET/v1/finance:gold-council/etf-holdings1h cache4 paramschecking key…
Parameters
periodenum

Bucket length. Default Weekly.

unitenum

Measure holdings in tonnes of gold or in US dollars. Default tonnes.

fromstring

Earliest bucket date to return, YYYY-MM-DD.

tostring

Latest bucket date to return, YYYY-MM-DD.

·
Response
EXAMPLE
{
  "asOf": "2026-08-14",
  "unit": "tonnes",
  "count": 1222,
  "items": [
    {
      "asia": null,
      "date": "2003-02-28",
      "time": 1046390400000,
      "other": null,
      "europe": null,
      "goldUsOz": 352.68,
      "northAmerica": 0
    },
    {
      "asia": null,
      "date": "2003-03-28",
      "time": 1048809600000,
      "other": 0.03,
      "europe": null,
      "goldUsOz": 330.96,
      "northAmerica": 0
    },
    {
      "asia": null,
      "date": "2003-04-04",
      "time": 1049414400000,
      "other": 0.06,
      "europe": null,
      "goldUsOz": 329.2,
      "northAmerica": 8.2
    },
    {
      "asia": null,
      "date": "2003-04-11",
      "time": 1050019200000,
      "other": 0.14,
      "europe": null,
      "goldUsOz": 322.81,
      "northAmerica": 8.2
    },
    {
      "asia": null,
      "date": "2003-04-18",
      "time": 1050624000000,
      "other": 0.22,
      "europe": null,
      "goldUsOz": 325.9,
      "northAmerica": 8.2
    },
    {
      "asia": null,
      "date": "2003-04-25",
      "time": 1051228800000,
      "other": 0.25,
      "europe": null,
      "goldUsOz": 332.43,
      "northAmerica": 8.2
    },
    {
      "asia": null,
      "date": "2003-05-02",
      "time": 1051833600000,
      "other": 0.7,
      "europe": null,
      "goldUsOz": 336.49,
      "northAmerica": 9.31
    },
    {
      "asia": null,
      "date": "2003-05-09",
      "time": 1052438400000,
      "other": 1.1,
      "europe": null,
      "goldUsOz": 343.91,
      "northAmerica": 9.31
    }
  ],
  "fields": [
    "northAmerica",
    "europe",
    "asia",
    "other",
    "goldUsOz"
  ],
  "labels": [
    "Date",
    "North America",
    "Europe",
    "Asia",
    "Other",
    "Gold, US$/oz"
  ],
  "period": "Weekly",
  "dataset": "etf-holdings",
  "periods": [
    "Weekly",
    "Monthly",
    "Quarterly",
    "Yearly"
  ],
  "provider": "gold-council",
  "timestampUnit": "ms"
}

Code examples

Etf Holdings
zpi-sdkrecommended
// npm i zpi-sdk
import { ZpiClient } from "zpi-sdk";

const client = new ZpiClient({ apiKey: "zpi_xxxxxxxxxxxxxxxxxxxxxxxx" });

const data = await client.run("finance:gold-council", "etf-holdings", {
  "period": "Weekly",
  "unit": "tonnes",
  "from": "2026-01-01",
  "to": "2026-08-14"
});
console.log(data);
Full SDK reference →
request.sh
curl -X GET "https://api.zpi.web.id/v1/finance:gold-council/etf-holdings?period=Weekly&unit=tonnes&from=2026-01-01&to=2026-08-14" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Full reference

3 endpoints · plain text
GETEtf Holdings/v1/finance:gold-council/etf-holdingsGold held by ETFs worldwide, by region, with the gold price alongside. The

Parameters

periodenumoptional
Bucket length. Default Weekly. Values: Weekly, Monthly, Quarterly, Yearly.
unitenumoptional
Measure holdings in tonnes of gold or in US dollars. Default tonnes. Values: tonnes, usd.
fromstringoptional
Earliest bucket date to return, YYYY-MM-DD.
tostringoptional
Latest bucket date to return, YYYY-MM-DD.

Request

curl -X GET "https://api.zpi.web.id/v1/finance:gold-council/etf-holdings?period=Weekly&unit=tonnes&from=2026-01-01&to=2026-08-14" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "asOf": "2026-08-14",
  "unit": "tonnes",
  "count": 1222,
  "items": [
    {
      "asia": null,
      "date": "2003-02-28",
      "time": 1046390400000,
      "other": null,
      "europe": null,
      "goldUsOz": 352.68,
      "northAmerica": 0
    },
    {
      "asia": null,
      "date": "2003-03-28",
      "time": 1048809600000,
      "other": 0.03,
      "europe": null,
      "goldUsOz": 330.96,
      "northAmerica": 0
    },
    {
      "asia": null,
      "date": "2003-04-04",
      "time": 1049414400000,
      "other": 0.06,
      "europe": null,
      "goldUsOz": 329.2,
      "northAmerica": 8.2
    },
    {
      "asia": null,
      "date": "2003-04-11",
      "time": 1050019200000,
      "other": 0.14,
      "europe": null,
      "goldUsOz": 322.81,
      "northAmerica": 8.2
    },
    {
      "asia": null,
      "date": "2003-04-18",
      "time": 1050624000000,
      "other": 0.22,
      "europe": null,
      "goldUsOz": 325.9,
      "northAmerica": 8.2
    },
    {
      "asia": null,
      "date": "2003-04-25",
      "time": 1051228800000,
      "other": 0.25,
      "europe": null,
      "goldUsOz": 332.43,
      "northAmerica": 8.2
    },
    {
      "asia": null,
      "date": "2003-05-02",
      "time": 1051833600000,
      "other": 0.7,
      "europe": null,
      "goldUsOz": 336.49,
      "northAmerica": 9.31
    },
    {
      "asia": null,
      "date": "2003-05-09",
      "time": 1052438400000,
      "other": 1.1,
      "europe": null,
      "goldUsOz": 343.91,
      "northAmerica": 9.31
    }
  ],
  "fields": [
    "northAmerica",
    "europe",
    "asia",
    "other",
    "goldUsOz"
  ],
  "labels": [
    "Date",
    "North America",
    "Europe",
    "Asia",
    "Other",
    "Gold, US$/oz"
  ],
  "period": "Weekly",
  "dataset": "etf-holdings",
  "periods": [
    "Weekly",
    "Monthly",
    "Quarterly",
    "Yearly"
  ],
  "provider": "gold-council",
  "timestampUnit": "ms"
}
GETEtf Summary/v1/finance:gold-council/etf-summaryThe gold-ETF flow table the World Gold Council publishes for each period —

Parameters

periodenumoptional
Reporting period. Default Weekly. Values: Weekly, Monthly, Quarterly, Year to date.
scopeenumoptional
Break the table out by region, by country, or by the ten funds with the largest in/outflows. Default regional. Values: regional, countries, top-inflows, top-outflows.

Request

curl -X GET "https://api.zpi.web.id/v1/finance:gold-council/etf-summary?period=Weekly&scope=regional" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "asOf": "2026-08-14",
  "count": 7,
  "items": [
    {
      "name": "North America",
      "aumBn": 289.40780885,
      "aggregate": false,
      "demandTonnes": 7.36569403,
      "fundFlowsUsdMn": 1056.34308022,
      "holdingsTonnes": 2050.21762019,
      "demandPctOfHoldings": 0.36055937
    },
    {
      "name": "Europe",
      "aumBn": 207.57132772,
      "aggregate": false,
      "demandTonnes": 15.14000153,
      "fundFlowsUsdMn": 2273.84027839,
      "holdingsTonnes": 1470.42397831,
      "demandPctOfHoldings": 1.04034689
    },
    {
      "name": "Asia",
      "aumBn": 74.86062459,
      "aggregate": false,
      "demandTonnes": 1.08557478,
      "fundFlowsUsdMn": 175.68401977,
      "holdingsTonnes": 519.07383647,
      "demandPctOfHoldings": 0.20957517
    },
    {
      "name": "Other",
      "aumBn": 10.49416976,
      "aggregate": false,
      "demandTonnes": 0.00134552,
      "fundFlowsUsdMn": 17.0043,
      "holdingsTonnes": 74.41077582,
      "demandPctOfHoldings": 0.00180827
    },
    {
      "name": "Total",
      "aumBn": 582.33,
      "aggregate": true,
      "demandTonnes": 23.59261586,
      "fundFlowsUsdMn": 3522.87167838,
      "holdingsTonnes": 4114.12621079,
      "demandPctOfHoldings": 0.57676133
    },
    {
      "name": "Global inflows / Positive Demand",
      "aumBn": null,
      "aggregate": true,
      "demandTonnes": 35.80339519,
      "fundFlowsUsdMn": 4882.12683066,
      "holdingsTonnes": null,
      "demandPctOfHoldings": 0.87527444
    },
    {
      "name": "Global outflows / Negative Demand",
      "aumBn": null,
      "aggregate": true,
      "demandTonnes": -12.21077933,
      "fundFlowsUsdMn": -1359.25515228,
      "holdingsTonnes": null,
      "demandPctOfHoldings": -0.29851312
    }
  ],
  "scope": "regional",
  "fields": [
    "aumBn",
    "fundFlowsUsdMn",
    "holdingsTonnes",
    "demandTonnes",
    "demandPctOfHoldings"
  ],
  "labels": [
    "Region",
    "AUM (bn)",
    "Fund Flows (US$mn)",
    "Holdings (tonnes)",
    "Demand (tonnes)",
    "Demand (% of holdings)"
  ],
  "period": "Weekly",
  "scopes": [
    "regional",
    "countries",
    "top-inflows",
    "top-outflows"
  ],
  "dataset": "etf-summary",
  "periods": [
    "Weekly",
    "Monthly",
    "Quarterly",
    "Year to date"
  ],
  "provider": "gold-council",
  "periodTitle": "Week 33 ending 14 Aug 26"
}
GETEtf Flows/v1/finance:gold-council/etf-flowsGold-ETF fund flows, worldwide, from the body that compiles them. This is the

Parameters

periodenumoptional
Bucket length. Default Weekly. Values: Weekly, Monthly, Quarterly, Yearly.
unitenumoptional
Measure flows in tonnes of gold or in US dollars. Default tonnes. Values: tonnes, usd.
regionstringoptional
Restrict to one series: North America, Europe, Asia, Other, or Gold Price (rhs).
fromstringoptional
Earliest bucket date to return, YYYY-MM-DD.
tostringoptional
Latest bucket date to return, YYYY-MM-DD.

Request

curl -X GET "https://api.zpi.web.id/v1/finance:gold-council/etf-flows?period=Weekly&unit=tonnes&region=North+America&from=2026-01-01&to=2026-08-14" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "asOf": "2026-08-14",
  "unit": "tonnes",
  "count": 5,
  "items": [
    {
      "kind": "flow",
      "name": "North America",
      "count": 450,
      "points": [
        {
          "date": "2018-01-05",
          "time": 1515110400000,
          "value": -0.395341
        },
        {
          "date": "2018-01-12",
          "time": 1515715200000,
          "value": -2.6017
        },
        {
          "date": "2018-01-19",
          "time": 1516320000000,
          "value": 22.334153
        },
        {
          "date": "2018-01-26",
          "time": 1516924800000,
          "value": 6.571936
        },
        {
          "date": "2018-02-02",
          "time": 1517529600000,
          "value": -3.908269
        },
        {
          "date": "2018-02-09",
          "time": 1518134400000,
          "value": -18.747457
        },
        {
          "date": "2018-02-16",
          "time": 1518739200000,
          "value": 5.801013
        },
        {
          "date": "2018-02-23",
          "time": 1519344000000,
          "value": 5.468993
        }
      ]
    },
    {
      "kind": "flow",
      "name": "Europe",
      "count": 450,
      "points": [
        {
          "date": "2018-01-05",
          "time": 1515110400000,
          "value": 4.766536
        },
        {
          "date": "2018-01-12",
          "time": 1515715200000,
          "value": -0.503126
        },
        {
          "date": "2018-01-19",
          "time": 1516320000000,
          "value": 2.43465
        },
        {
          "date": "2018-01-26",
          "time": 1516924800000,
          "value": 2.588859
        },
        {
          "date": "2018-02-02",
          "time": 1517529600000,
          "value": -3.113576
        },
        {
          "date": "2018-02-09",
          "time": 1518134400000,
          "value": -4.525682
        },
        {
          "date": "2018-02-16",
          "time": 1518739200000,
          "value": 1.982059
        },
        {
          "date": "2018-02-23",
          "time": 1519344000000,
          "value": -1.663113
        }
      ]
    },
    {
      "kind": "flow",
      "name": "Asia",
      "count": 450,
      "points": [
        {
          "date": "2018-01-05",
          "time": 1515110400000,
          "value": -0.220841
        },
        {
          "date": "2018-01-12",
          "time": 1515715200000,
          "value": -1.642201
        },
        {
          "date": "2018-01-19",
          "time": 1516320000000,
          "value": -0.088196
        },
        {
          "date": "2018-01-26",
          "time": 1516924800000,
          "value": 1.034353
        },
        {
          "date": "2018-02-02",
          "time": 1517529600000,
          "value": 0.308218
        },
        {
          "date": "2018-02-09",
          "time": 1518134400000,
          "value": 1.338946
        },
        {
          "date": "2018-02-16",
          "time": 1518739200000,
          "value": 4.659395
        },
        {
          "date": "2018-02-23",
          "time": 1519344000000,
          "value": 0.861011
        }
      ]
    },
    {
      "kind": "flow",
      "name": "Other",
      "count": 450,
      "points": [
        {
          "date": "2018-01-05",
          "time": 1515110400000,
          "value": 0.26391
        },
        {
          "date": "2018-01-12",
          "time": 1515715200000,
          "value": -0.027532
        },
        {
          "date": "2018-01-19",
          "time": 1516320000000,
          "value": -0.08664
        },
        {
          "date": "2018-01-26",
          "time": 1516924800000,
          "value": 0.07
        },
        {
          "date": "2018-02-02",
          "time": 1517529600000,
          "value": -0.453931
        },
        {
          "date": "2018-02-09",
          "time": 1518134400000,
          "value": -0.0349
        },
        {
          "date": "2018-02-16",
          "time": 1518739200000,
          "value": 0.200762
        },
        {
          "date": "2018-02-23",
          "time": 1519344000000,
          "value": -0.280328
        }
      ]
    },
    {
      "kind": "reference",
      "name": "Gold Price (rhs)",
      "count": 450,
      "points": [
        {
          "date": "2018-01-05",
          "time": 1515110400000,
          "value": 1311.02
        },
        {
          "date": "2018-01-12",
          "time": 1515715200000,
          "value": 1320.11
        },
        {
          "date": "2018-01-19",
          "time": 1516320000000,
          "value": 1335.18
        },
        {
          "date": "2018-01-26",
          "time": 1516924800000,
          "value": 1345.56
        },
        {
          "date": "2018-02-02",
          "time": 1517529600000,
          "value": 1341.26
        },
        {
          "date": "2018-02-09",
          "time": 1518134400000,
          "value": 1323.84
        },
        {
          "date": "2018-02-16",
          "time": 1518739200000,
          "value": 1337.69
        },
        {
          "date": "2018-02-23",
          "time": 1519344000000,
          "value": 1334.65
        }
      ]
    }
  ],
  "period": "Weekly",
  "region": null,
  "dataset": "etf-flows",
  "periods": [
    "Weekly",
    "Monthly",
    "Quarterly",
    "Yearly"
  ],
  "provider": "gold-council",
  "timestampUnit": "ms"
}

Related APIs

More in finance

Pluang

finance/pluang

Data pasar Pluang lintas aset: order book, running trade, tradebook dan ringkasan broker per saham IDX, plus saham Amerika, emas, kripto, sinyal analis dan berita.

27.9K calls·1d cache

Binance Vision

finance/binance-vision

Binance's public bulk archive: klines, 5-minute open-interest and long/short metrics, funding, book depth and liquidations, back to 2017.

7.9K calls·1d cache

TradingView

finance/tradingview

Screener, charts, technical indicators, fundamentals, news and the macro calendar across 16 markets — Indonesian equities, US equities, crypto, forex and futures.

57K calls·1d cache

Stockbit

finance/stockbit

Data saham IDX dari Stockbit: harga, chart intraday, profil emiten, diskusi komunitas, dan kamus investasi.

17.8K calls·1d cache

Mempool Space

finance/mempool-space

Recommended fee tiers in sat/vB, as mempool.space's own estimator sees them.

1.1K calls·2m cache

Etherscan

finance/etherscan

Current gas price tiers and base fee, from Etherscan's V2 multichain API.

683 calls·30s cache
Browse APIsPricingDocsMCP serverGet an API key
zapi.One key, one response shape.
TermsPrivacyCookiesAUPRefunds© 2026