Data API Documentation

Free commodity price API with real-time data from multiple sources

Free Commodity Price API

Get real-time commodity prices updated every 15 minutes. No authentication required.

View Live Prices View JSON API

📊 JSON API

Machine-readable JSON format for applications

https://data.silv.app/commodities.json

📋 XML API

Excel-compatible XML format for spreadsheets

https://data.silv.app/commodities.xml

🥇 Individual Metals

Get data for specific commodities

https://data.silv.app/metals/{commodity}

Supported Commodities

🥇 Gold
🥈 Silver
💎 Platinum
⚡ Palladium
🛢️ Oil (WTI)
🛢️ Oil (Brent)
🔥 Natural Gas
🔩 Copper
🌾 Wheat
🌽 Corn

🚀 Fast & Reliable

Global CDN with 99.9% uptime. Data updated every 15 minutes from multiple trusted sources.

💰 Completely Free

No API keys, no rate limits, no fees. Perfect for applications, research, and personal projects.

📊 Multiple Formats

JSON for applications, XML for Excel integration, and individual commodity endpoints.

🔍 Quality Data

Aggregated from 7+ sources with variance tracking and outlier detection.

Excel Integration

Import live commodity prices directly into Excel spreadsheets:

=FILTERXML(WEBSERVICE("https://data.silv.app/commodities.xml"),"//commodity[name='gold']/price")

Google Sheets Integration

Import live commodity prices directly into Google Sheets:

=VALUE(REGEXEXTRACT(IMPORTDATA("https://data.silv.app/commodities.json"), "\"gold\":{\"price\":([\\d.]+)"))