Discover/usagold.com API
live

usagold.com APIusagold.com

Access live gold and silver spot prices, daily closing prices by date, monthly price arrays, weekly summaries, and historical stats via the USAGOLD API.

Endpoints
5
Updated
14d ago
Try it
Date in YYYY-MM-DD format (e.g. 2026-04-01). Must be a trading day.
api.parse.bot/scraper/7b4c431d-947e-4c59-84a9-86035c7e4925/<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/7b4c431d-947e-4c59-84a9-86035c7e4925/get_gold_price_by_date?date=2026-04-15' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 5 totalclick to expand

Get the gold closing price for a specific date. Returns the price and daily change. Only trading days have data; weekends and holidays return not-found.

Input
ParamTypeDescription
daterequiredstringDate in YYYY-MM-DD format (e.g. 2026-04-01). Must be a trading day.
Response
{
  "type": "object",
  "fields": {
    "date": "string, the requested date in YYYY-MM-DD format",
    "price": "string, closing price with dollar sign (e.g. '$4,785.21')",
    "change": "string, daily change with sign and dollar symbol (e.g. '+$26.31') or null if unavailable"
  },
  "sample": {
    "data": {
      "date": "2026-04-01",
      "price": "$4,785.21",
      "change": "+$26.31"
    },
    "status": "success"
  }
}

About the usagold.com API

The USAGOLD API provides 5 endpoints covering live and historical gold and silver prices sourced from USAGOLD. You can retrieve a single day's closing price with daily change via get_gold_price_by_date, pull a full month of trading-day prices with get_gold_prices_by_month, or fetch live spot prices for both metals in a single call with get_live_prices. Responses include structured price strings, directional change values, and period-over-period comparisons.

Live and Point-in-Time Price Data

The get_live_prices endpoint returns current spot prices for both gold and silver with no input parameters required. Each metal object in the response includes price, change, and sign fields, making it straightforward to display real-time market data or trigger alerts on price movement direction. The get_gold_price_by_date endpoint accepts a date parameter in YYYY-MM-DD format and returns the closing price and change for that trading day. Non-trading days (weekends and market holidays) return a not-found response rather than a null price, so callers should account for this when iterating over calendar ranges.

Monthly and Weekly Historical Series

For broader time ranges, get_gold_prices_by_month accepts year, month, and an optional metal parameter ('gold' or 'silver'), returning an array of {date, price, change} objects for every trading day in that month. This makes it practical to build monthly price charts or compute volatility without assembling individual date calls. The get_weekly_gold_prices endpoint accepts an optional year and metal and returns one price entry per week for the full year — useful for long-horizon trend analysis where daily granularity isn't needed.

Summary Statistics

The get_gold_price_history_summary endpoint returns a summary object with three named keys — Yesterday, Last Week, and Last Month — each containing a closing price and a change versus the prior period. This requires no date math on the caller's side and covers both gold and silver via the optional metal parameter. The endpoint is well-suited for dashboard widgets or notification systems that need a quick contextual snapshot without pulling a full price series.

Common use cases
  • Displaying a live gold and silver price ticker on a financial dashboard using get_live_prices price and change fields
  • Backtesting a precious metals trading strategy by iterating get_gold_price_by_date across specific historical trading days
  • Charting a full month of gold price movement by pulling the prices array from get_gold_prices_by_month
  • Building a weekly gold price trend line for multi-year comparison using get_weekly_gold_prices with a year parameter
  • Populating a portfolio dashboard summary card with yesterday, last week, and last month closing prices from get_gold_price_history_summary
  • Tracking silver price changes over a month by passing metal='silver' to get_gold_prices_by_month
  • Alerting when daily gold change exceeds a threshold by polling get_live_prices sign and change fields
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 USAGOLD have an official developer API?+
USAGOLD does not publish a documented public developer API. This Parse API provides structured access to the price data available on usagold.com.
What does get_gold_price_by_date return for a weekend or holiday?+
The endpoint returns a not-found response for any date that is not a trading day. Markets are closed on weekends and US market holidays, so those dates have no closing price data. If you are iterating over a date range, you will need to filter out or skip non-trading days on your end.
Does the API cover metals other than gold and silver?+
Not currently. The endpoints expose data for gold and silver only, selectable via the optional metal parameter. You can fork this API on Parse and revise it to add coverage for other metals such as platinum or palladium if that data becomes available on the source.
How far back does the historical price data go?+
The API does not document a specific start date for historical coverage. In practice, availability depends on what USAGOLD publishes on its site. Very old dates may return not-found responses. The get_gold_price_history_summary endpoint is limited to Yesterday, Last Week, and Last Month periods and does not support arbitrary lookback windows. You can fork the API on Parse and revise it to add a longer-range summary endpoint if needed.
Can I get intraday gold price data (e.g., hourly or minute-by-minute prices)?+
Not currently. The API returns daily closing prices, weekly prices, monthly series, and live spot prices — all at end-of-day or current-snapshot granularity. Intraday OHLC or tick data is not exposed. You can fork this API on Parse and revise it to target an intraday data source if sub-daily resolution is required.
Page content last updated . Spec covers 5 endpoints from usagold.com.
Related APIs in FinanceSee all →
mazda.ca API
Find current vehicle deals, financing rates, lease options, and incentives across all Mazda Canada models and trims, with pricing tailored to your province. Get instant payment quotes to compare your options and discover the best offers available.
13f.info API
13f.info API
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.
vegasinsider.com API
Retrieve MLB betting odds from major sportsbooks including bet365, FanDuel, and DraftKings, covering Moneyline, Total, and Runline markets for any supported date. Easily compare odds across books to identify the best available lines.
bizapedia.com API
Search for detailed business profiles and contact information from Bizapedia, including company details, employee data, and communication channels. Access comprehensive business intelligence to research companies and build targeted contact lists.
customs.gov.mv API
Check import/export duties, tariff classifications, and exchange rates for Maldives customs compliance, plus track vessel movements, company registrations, and declaration statuses. Get real-time data directly from the official customs portal to streamline your trade and logistics operations.
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.
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.