Discover/bullionvault.com API
live

bullionvault.com APIbullionvault.com

Access live gold, silver, platinum, and palladium prices, historical charts, latest trades, news, and daily audit data from BullionVault via a single API.

Endpoints
7
Updated
10d ago
Try it

No input parameters required.

api.parse.bot/scraper/c16a497a-ac9f-4e7c-9174-17275f9935e0/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/c16a497a-ac9f-4e7c-9174-17275f9935e0/get_all_live_prices' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 7 totalclick to expand

Fetch live market data for all metals (Gold, Silver, Platinum, Palladium) across all vaults and currencies. Returns the full market order book with buy and sell prices.

Input

No input parameters required.

Response
{
  "type": "object",
  "fields": {
    "market": "object containing pitches array with buy/sell prices per metal, vault, and currency",
    "weightUnit": "string weight unit used (KG)",
    "updateTimeString": "string timestamp of last market update"
  },
  "sample": {
    "data": {
      "locale": "en",
      "market": {
        "pitches": [
          {
            "size": 2,
            "buyPrices": [
              {
                "limit": 152620,
                "value": 10378.16,
                "quantity": 0.068
              }
            ],
            "securityId": "AUXZU",
            "sellPrices": [
              {
                "limit": 152990,
                "value": 152990,
                "quantity": 1
              }
            ],
            "considerationCurrency": "USD",
            "securityClassNarrative": "GOLD"
          }
        ]
      },
      "loggedIn": false,
      "weightUnit": "KG",
      "updateTimeString": "07 May 2026 09:34:05 CDT"
    },
    "status": "success"
  }
}

About the bullionvault.com API

This API exposes 7 endpoints covering BullionVault's live precious metal market data, including real-time order book prices for gold, silver, platinum, and palladium across multiple vault locations and currencies. The get_all_live_prices endpoint returns the full market order book with buy and sell pitches per metal, vault, and currency, while dedicated endpoints cover historical price charts, recent trades, market news, and the platform's daily holdings audit.

Live Price Data

The get_all_live_prices endpoint returns a market object containing a pitches array with buy and sell prices for all four metals — gold (AUX prefix), silver (AGX prefix), platinum, and palladium — broken down by vault location and currency. The response includes a weightUnit field (KG) and an updateTimeString timestamp indicating when the market data was last refreshed. If you only need gold or silver, get_live_gold_price and get_live_silver_price return filtered pitch arrays for those metals specifically.

Historical Charts and Recent Trades

The get_price_chart_data endpoint accepts metal (GOLD, SILVER, PLATINUM, PALLADIUM), currency (USD, GBP, EUR), and time_scale parameters to retrieve historical price series. The response includes a seriesData object with name, securityId, interval, and a prices array, plus a latestPrice object with current price and timestamp. The verified working time_scale value is 3600 (one-hour intervals); not all metal/currency/time_scale combinations are guaranteed to have data available. The get_latest_trades endpoint returns an array of recent trades with market, quantity, price, and time fields.

News and Audit Data

get_gold_news returns an array of article objects from BullionVault's news section, each with title, link, and summary fields. The get_daily_audit endpoint exposes BullionVault's published holdings audit as two tables: table_0 summarises total metal holdings by vault location, and table_1 provides a detailed breakdown by client nickname initial and vault location — giving a transparent view of platform-wide custody.

Common use cases
  • Display real-time gold and silver buy/sell spreads by vault location in a precious metals portfolio tracker.
  • Plot historical gold price charts in USD, GBP, or EUR using the seriesData.prices array from get_price_chart_data.
  • Monitor recent trade activity on BullionVault by polling get_latest_trades for price, quantity, and market fields.
  • Aggregate live platinum and palladium prices alongside gold and silver for a multi-metal market dashboard.
  • Feed BullionVault gold news headlines and summaries into a financial news aggregator or alert system.
  • Audit precious metal custody transparency by parsing vault-level holdings totals from get_daily_audit.
  • Build a cross-currency precious metals price comparison tool using pitches filtered by currency from get_all_live_prices.
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does BullionVault have an official developer API?+
Yes. BullionVault publishes a public API documented at https://www.bullionvault.com/help/API.html, which covers market data and account operations for registered users. This Parse API surfaces the public market data portions — live prices, trades, charts, news, and audit — without requiring a BullionVault account.
What does `get_daily_audit` return and how is the data structured?+
The endpoint returns two tables. table_0 is a summary with rows for TOTAL holdings and individual vault locations, showing metal quantities per vault. table_1 breaks those holdings down further by client nickname initial and vault location. This mirrors BullionVault's publicly published daily audit report.
Which `time_scale` values work with `get_price_chart_data`?+
The verified working value is 3600, representing one-hour intervals between data points. Not all combinations of metal, currency, and time_scale are guaranteed to return data; unsupported combinations will return an upstream error rather than an empty result.
Does the API return account balances, open orders, or trade history for individual BullionVault users?+
No. The API covers public market data: live prices across vaults, historical price series, recent platform-wide trades, gold news articles, and the daily custody audit. Account-level data such as personal balances, open orders, or individual trade history is not exposed. You can fork this API on Parse and revise it to add endpoints targeting BullionVault's authenticated account API if that data is needed.
Are platinum and palladium prices available in the same format as gold and silver?+
get_all_live_prices returns pitches for all four metals including platinum and palladium. However, the dedicated single-metal endpoints (get_live_gold_price and get_live_silver_price) cover only gold and silver. You can fork this API on Parse and revise it to add equivalent filtered endpoints for platinum and palladium.
Page content last updated . Spec covers 7 endpoints from bullionvault.com.
Related APIs in FinanceSee all →
cmegroup.com API
Get CME Group market data including FedWatch interest-rate probabilities, futures quotes and settlements, volume/open interest history, and options expirations and near-the-money option chains.
guba.eastmoney.com API
Access Chinese stock discussion posts and comments from Eastmoney's community platform to monitor investor sentiment, search board discussions, and retrieve detailed post information and stock board metadata. Get real-time insights into what traders are discussing about specific stocks through posts, replies, and board analytics.
blur.io API
Access NFT collection data on Blur.io, including floor prices, best bids, listed tokens, and recent activity. Authenticate with an Ethereum wallet to place collection bids and retrieve portfolio holdings.
immobiliare.it API
Search Italian property listings for sale or rent, browse real estate agencies, and explore price trends across Italian cities — all via immobiliare.it.
etoro.com API
Monitor top eToro traders by accessing their profiles, portfolio holdings, performance statistics, and trading history to inform your investment decisions. Discover trending stocks and cryptocurrencies, search for specific instruments, and view detailed market data and news to stay updated on investment opportunities.
blackrock.com API
Access comprehensive BlackRock iShares ETF data to research fund performance, holdings, fees, and sector allocations, plus search and compare specific ETFs. Monitor investment details like distributions, key characteristics, and broad market indices all in one place.
morningstar.com.au API
Access comprehensive financial data for Australian stocks, ETFs, and managed funds including key metrics, valuations, dividends, and historical prices. Search securities, review company profiles and ownership details, and stay informed with market news and upcoming dividend information.
eprocurement.gov API
Monitor India's public procurement opportunities by accessing active tenders, bids closing today, global tenders, high-value contracts, and cancelled tenders from the Central Public Procurement Portal. Search tender details, browse participating organizations, and track real-time procurement statistics to stay informed on government contracting opportunities.