Best Palladium Bid (XPD-BID) prices API in 2025

Best Palladium Bid (XPD-BID) Prices API in 2025
Metals-API provides a robust solution for developers looking to integrate real-time palladium pricing data into their applications. This blog post will delve into the intricacies of palladium, its markets, and how the Metals-API functions, focusing on its innovative capabilities and transformative potential for developers.
About Palladium (XPD)
API Description
Key Features and Endpoints
- Latest Rates Endpoint: This endpoint provides real-time exchange rate data for palladium and other metals. The data is updated based on the user's subscription plan, ensuring that applications always have access to the latest information.
- Historical Rates Endpoint: Developers can access historical rates for palladium dating back to 2019. This feature allows for in-depth analysis and trend forecasting.
- Bid And Ask Endpoint: This powerful feature enables users to retrieve real-time bid and ask prices, which is essential for traders looking to make informed decisions.
- Convert Endpoint: The conversion endpoint allows for seamless currency conversion, making it easy to manage transactions across different currencies.
- Time-Series Endpoint: This endpoint allows developers to query daily historical rates between two dates, providing insights into price movements over time.
- Fluctuation Endpoint: Users can track how palladium prices fluctuate on a day-to-day basis, helping them understand market volatility.
- Carat Endpoint: This feature provides information about gold rates by carat, which can be useful for applications dealing with jewelry and precious metals.
- Lowest/Highest Price Endpoint: Developers can query the API to get the lowest and highest prices for palladium over a specified period.
- Open/High/Low/Close (OHLC) Price Endpoint: This endpoint provides detailed pricing information, including open, high, low, and close prices for palladium.
- Historical LME Endpoint: Access historical rates for LME symbols dating back to 2008, allowing for comprehensive market analysis.
- API Key: The API requires a unique key for access, ensuring secure and authorized usage.
- API Response: Exchange rates are delivered relative to USD by default, with all data returned in a structured format.
- Available Endpoints: The Metals-API offers a wide range of endpoints, each providing different functionalities to cater to various developer needs.
- Supported Symbols Endpoint: This endpoint returns all available currencies and metal symbols, ensuring developers have access to the latest information.
- Gold Price India Endpoint: Retrieve the latest gold price in India using this dedicated endpoint, which can be useful for regional applications.
- News Endpoint: Stay updated with the latest news articles related to various metals, providing context and insights into market movements.
API Endpoint Examples and Responses
Latest Rates Endpoint
{
"success": true,
"timestamp": 1743034070,
"base": "USD",
"date": "2025-03-27",
"rates": {
"XAU": 0.000482,
"XAG": 0.03815,
"XPT": 0.000912,
"XPD": 0.000744,
"XCU": 0.294118,
"XAL": 0.434783,
"XNI": 0.142857,
"XZN": 0.344828
},
"unit": "per troy ounce"
}
Historical Rates Endpoint
{
"success": true,
"timestamp": 1742947670,
"base": "USD",
"date": "2025-03-26",
"rates": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915,
"XPD": 0.000748
},
"unit": "per troy ounce"
}
Time-series Endpoint
{
"success": true,
"timeseries": true,
"start_date": "2025-03-20",
"end_date": "2025-03-27",
"base": "USD",
"rates": {
"2025-03-20": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915
},
"2025-03-22": {
"XAU": 0.000483,
"XAG": 0.0382,
"XPT": 0.000913
},
"2025-03-27": {
"XAU": 0.000482,
"XAG": 0.03815,
"XPT": 0.000912
}
},
"unit": "per troy ounce"
}
Convert Endpoint
{
"success": true,
"query": {
"from": "USD",
"to": "XAU",
"amount": 1000
},
"info": {
"timestamp": 1743034070,
"rate": 0.000482
},
"result": 0.482,
"unit": "troy ounces"
}
Fluctuation Endpoint
{
"success": true,
"fluctuation": true,
"start_date": "2025-03-20",
"end_date": "2025-03-27",
"base": "USD",
"rates": {
"XAU": {
"start_rate": 0.000485,
"end_rate": 0.000482,
"change": -3.0e-6,
"change_pct": -0.62
},
"XAG": {
"start_rate": 0.03825,
"end_rate": 0.03815,
"change": -0.0001,
"change_pct": -0.26
},
"XPT": {
"start_rate": 0.000915,
"end_rate": 0.000912,
"change": -3.0e-6,
"change_pct": -0.33
}
},
"unit": "per troy ounce"
}
OHLC (Open/High/Low/Close) Endpoint
{
"success": true,
"timestamp": 1743034070,
"base": "USD",
"date": "2025-03-27",
"rates": {
"XAU": {
"open": 0.000485,
"high": 0.000487,
"low": 0.000481,
"close": 0.000482
},
"XAG": {
"open": 0.03825,
"high": 0.0383,
"low": 0.0381,
"close": 0.03815
},
"XPT": {
"open": 0.000915,
"high": 0.000918,
"low": 0.00091,
"close": 0.000912
}
},
"unit": "per troy ounce"
}
Bid/Ask Endpoint
{
"success": true,
"timestamp": 1743034070,
"base": "USD",
"date": "2025-03-27",
"rates": {
"XAU": {
"bid": 0.000481,
"ask": 0.000483,
"spread": 2.0e-6
},
"XAG": {
"bid": 0.0381,
"ask": 0.0382,
"spread": 0.0001
},
"XPT": {
"bid": 0.000911,
"ask": 0.000913,
"spread": 2.0e-6
}
},
"unit": "per troy ounce"
}
Conclusion
Metals-API Documentation and explore the Metals-API Supported Symbols for a comprehensive list of available metals. Visit the Metals-API Website to learn more about its features and capabilities.