DocumentationGold Price API

Gold Price API

Real-time gold and precious metal prices

Overview

GET /v1/finance/gold-price returns real-time prices for gold, silver, platinum and other precious metals.

When to Use

  • Direct gold price lookup: User asks "Today's gold price?" or "How much is gold now?"
  • Risk-off sentiment indicator: Gold price is a key macro indicator (rising gold often correlates with risk-off mode)
  • Multi-metal comparison: Returns gold/silver/platinum in one call
  • As macro context: Combine with stock/sector analysis as broad market backdrop
  • No params needed: just call GET /v1/finance/gold-price

Request Parameters

No parameters required.

Request Example

curl -H "X-API-Key: sk_gapi_xxxxx" \
  "https://api.groundapi.net/v1/finance/gold-price"

Pricing

$0.01/call. First 500 calls/month are free.

Updated 2 months ago
Did this page help you?