Access Palladium Bid (XPD-BID) prices using this API

Access Palladium Bid (XPD-BID) Prices Using This API
About Palladium (XPD)
Understanding the Metals-API
Latest Rates Endpoint
{
"success": true,
"timestamp": 1751439706,
"base": "USD",
"date": "2025-07-02",
"rates": {
"XPD": 0.000744
},
"unit": "per troy ounce"
}
Historical Rates Endpoint
{
"success": true,
"timestamp": 1751353306,
"base": "USD",
"date": "2025-07-01",
"rates": {
"XPD": 0.000748
},
"unit": "per troy ounce"
}
Bid and Ask Endpoint
{
"success": true,
"timestamp": 1751439706,
"base": "USD",
"date": "2025-07-02",
"rates": {
"XPD": {
"bid": 0.000741,
"ask": 0.000743,
"spread": 2.0e-6
}
},
"unit": "per troy ounce"
}
Convert Endpoint
{
"success": true,
"query": {
"from": "USD",
"to": "XPD",
"amount": 1000
},
"info": {
"timestamp": 1751439706,
"rate": 0.000744
},
"result": 0.744,
"unit": "troy ounces"
}
Time-Series Endpoint
{
"success": true,
"timeseries": true,
"start_date": "2025-06-25",
"end_date": "2025-07-02",
"base": "USD",
"rates": {
"2025-06-25": {
"XPD": 0.000748
},
"2025-07-02": {
"XPD": 0.000744
}
},
"unit": "per troy ounce"
}
Fluctuation Endpoint
{
"success": true,
"fluctuation": true,
"start_date": "2025-06-25",
"end_date": "2025-07-02",
"base": "USD",
"rates": {
"XPD": {
"start_rate": 0.000748,
"end_rate": 0.000744,
"change": -4.0e-6,
"change_pct": -0.53
}
},
"unit": "per troy ounce"
}
Open/High/Low/Close (OHLC) Price Endpoint
{
"success": true,
"timestamp": 1751439706,
"base": "USD",
"date": "2025-07-02",
"rates": {
"XPD": {
"open": 0.000748,
"high": 0.000750,
"low": 0.000740,
"close": 0.000744
}
},
"unit": "per troy ounce"
}
Historical LME Endpoint
{
"success": true,
"timestamp": 1751353306,
"base": "USD",
"date": "2025-07-01",
"rates": {
"XPD": 0.000748
},
"unit": "per troy ounce"
}
API Key and Authentication
API Response Structure
Performance Optimization and Best Practices
Common Use Cases
Conclusion
Metals-API Website and explore the Metals-API Documentation for detailed guidance. To view the complete list of supported symbols, check out the Metals-API Supported Symbols page.