Finance
Goldprice logo

Goldprice API

goldprice.org

Gold and silver spot prices - intraday, historical charts, and currency conversion.

Actions
11
Category
Finance
Login
Not required
Output
JSON

Call the Goldprice API

Submit a task, then poll the job until it settles. This example runs act_goldprice_org_best_gold_price_detail.

curl -X POST https://api.anakin.io/v1/wire/task \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_goldprice_org_best_gold_price_detail",
    "params": {}
  }'

11 actions on goldprice.org

Read

  • Best Gold Price Details

    act_goldprice_org_best_gold_price_detailread1 credit / call

    Returns the best available gold product prices with spot context and offer details.

  • Best Silver Price Details

    act_goldprice_org_best_silver_price_detailread1 credit / call

    Returns the best available silver product prices with spot context and offer details.

  • Gold Historical Price Data

    act_goldprice_org_gold_historical_price_dataread1 credit / call

    Returns the historical gold (XAU) price series for a given quote currency.

    currency
    string · required
  • Gold Intraday Chart Data

    act_goldprice_org_gold_intraday_chart_dataread1 credit / call

    Returns the intraday gold (XAU) tick series for a given quote currency.

    currency
    string · required
  • Gold Overview

    act_goldprice_org_homepage_ssrread1 credit / call

    Returns the live gold spot price, ticker, and latest market news headlines.

  • Gold Price Chart

    act_goldprice_org_gold_price_chart_pageread1 credit / call

    Returns gold spot price and chart metadata including instrument and default timeframe.

  • Live Spot Metal Rates

    act_goldprice_org_live_spot_metal_ratesread1 credit / call

    Returns live gold and silver spot prices, daily change, and percentage move.

    currency
    string · required
  • Metal Currency Conversion Rates

    act_goldprice_org_metal_currency_conversion_ratesread1 credit / call

    Returns gold and silver prices converted across major world currencies.

  • Silver Intraday Chart Data

    act_goldprice_org_silver_intraday_chart_dataread1 credit / call

    Returns the intraday silver (XAG) tick series for a given quote currency.

    currency
    string · required
  • Silver Overview

    act_goldprice_org_silver_homepage_ssrread1 credit / call

    Returns the live silver spot price, ticker, and chart metadata.

  • Silver Price Chart

    act_goldprice_org_silver_price_chart_pageread1 credit / call

    Returns silver spot price and chart metadata including instrument and default timeframe.

Goldprice API questions

Is there an API for Goldprice?
Goldprice does not offer a public data API for this, but Anakin Wire provides 11 maintained endpoints for goldprice.org. You call Anakin's REST API with an action ID and parameters and get structured JSON back; Anakin handles the browser, proxies, anti-bot, and parsing.
How do I scrape Goldprice data?
POST to https://api.anakin.io/v1/wire/task with your API key, the action ID, and its parameters, then poll GET /v1/wire/jobs/{id} until the job settles. There is nothing to install and no scraper to maintain — when goldprice.org changes its markup, Anakin updates the action.
Do I need a Goldprice account?
No. Every Goldprice action listed here runs anonymously — no account and no credentials required.
What does the Goldprice API cost?
Usage-based credits, charged per call and refunded automatically when a job fails. New accounts start with 300 free credits and no card. See anakin.io/pricing for the current rates.

More Finance APIs

All Finance sites