Get Accurate Palladium Sep 2025 (PAU25) Prices in Multiple Currencies with this API

Metals-API provides a robust solution for obtaining accurate Palladium Sep 2025 (PAU25) prices in multiple currencies, empowering developers to create innovative applications that leverage real-time metals data.
About Palladium (XPD)
Metals-API Capabilities
Metals-API Documentation outlines a comprehensive suite of features designed to meet the needs of developers seeking real-time metals data. The API's capabilities include:
Latest Rates Endpoint
{
"success": true,
"timestamp": 1755648287,
"base": "USD",
"date": "2025-08-20",
"rates": {
"XPD": 0.000744
},
"unit": "per troy ounce"
}
Historical Rates Endpoint
{
"success": true,
"timestamp": 1755561887,
"base": "USD",
"date": "2025-08-19",
"rates": {
"XPD": 0.000748
},
"unit": "per troy ounce"
}
Bid and Ask Endpoint
{
"success": true,
"timestamp": 1755648287,
"base": "USD",
"date": "2025-08-20",
"rates": {
"XPD": {
"bid": 0.000740,
"ask": 0.000748,
"spread": 0.000008
}
},
"unit": "per troy ounce"
}
Convert Endpoint
{
"success": true,
"query": {
"from": "USD",
"to": "XPD",
"amount": 1000
},
"info": {
"timestamp": 1755648287,
"rate": 0.000744
},
"result": 0.744,
"unit": "troy ounces"
}
Time-Series Endpoint
{
"success": true,
"timeseries": true,
"start_date": "2025-08-13",
"end_date": "2025-08-20",
"base": "USD",
"rates": {
"2025-08-13": {
"XPD": 0.000748
},
"2025-08-20": {
"XPD": 0.000744
}
},
"unit": "per troy ounce"
}
Fluctuation Endpoint
{
"success": true,
"fluctuation": true,
"start_date": "2025-08-13",
"end_date": "2025-08-20",
"base": "USD",
"rates": {
"XPD": {
"start_rate": 0.000748,
"end_rate": 0.000744,
"change": -0.000004,
"change_pct": -0.53
}
},
"unit": "per troy ounce"
}
Open/High/Low/Close (OHLC) Price Endpoint
{
"success": true,
"timestamp": 1755648287,
"base": "USD",
"date": "2025-08-20",
"rates": {
"XPD": {
"open": 0.000748,
"high": 0.000750,
"low": 0.000740,
"close": 0.000744
}
},
"unit": "per troy ounce"
}
Carat Endpoint
{
"success": true,
"timestamp": 1755648287,
"base": "USD",
"date": "2025-08-20",
"rates": {
"XAU": {
"24K": 0.000482,
"22K": 0.000440,
"18K": 0.000370
}
},
"unit": "per troy ounce"
}
Lowest/Highest Price Endpoint
{
"success": true,
"timestamp": 1755648287,
"base": "USD",
"date": "2025-08-20",
"rates": {
"XPD": {
"lowest": 0.000740,
"highest": 0.000750
}
},
"unit": "per troy ounce"
}
Historical LME Endpoint
{
"success": true,
"timestamp": 1755561887,
"base": "USD",
"date": "2025-08-19",
"rates": {
"XPD": 0.000748
},
"unit": "per troy ounce"
}
Integration Strategies and Use Cases
Conclusion
Metals-API Website and explore the Metals-API Documentation for detailed guidance on implementation. To view the complete list of supported symbols, check out the Metals-API Supported Symbols page.