Access Palladium (XPD) Price Data History using this API
Access Palladium (XPD) Price Data History using this API
In the ever-evolving landscape of automotive technology and environmental solutions, Palladium (XPD) has emerged as a critical metal, particularly in catalytic converters for vehicles. As the demand for cleaner automotive technologies grows, so does the need for accurate and real-time price data for Palladium. This is where the Metals-API comes into play, offering developers a robust platform to access historical price data and real-time exchange rates for Palladium and other metals.
About Palladium (XPD)
Palladium is a precious metal that plays a pivotal role in various industries, especially in automotive technology innovation. Its unique properties make it ideal for catalytic converters, which help reduce harmful emissions from vehicles. As the automotive industry shifts towards greener technologies, the demand for Palladium is expected to rise, making it essential for developers and businesses to have access to accurate price data.
Moreover, Palladium's significance extends beyond automotive applications. It is also utilized in electronics, dentistry, and jewelry, showcasing its versatility. The integration of digital supply chains and smart manufacturing processes further emphasizes the need for real-time data, enabling businesses to make informed decisions based on market trends.
API Description
The Metals-API is designed to provide developers with comprehensive access to metals price data, including Palladium. This API empowers users to build next-generation applications that leverage real-time and historical data for various use cases, from financial analysis to supply chain management.
With the Metals-API, developers can access a wide range of endpoints that cater to different needs. Whether you require the latest rates, historical data, or conversion capabilities, this API has you covered. The transformative potential of real-time metals data cannot be overstated, as it allows businesses to respond swiftly to market changes and optimize their operations.
Key Features and Endpoints
The Metals-API offers a variety of endpoints, each designed to provide specific functionalities. Here are some of the key features:
- Latest Rates Endpoint: This endpoint provides real-time exchange rate data for Palladium and other metals. Depending on your subscription plan, you can receive updates every 60 minutes or even more frequently. This feature is crucial for businesses that need to monitor price fluctuations closely.
- Historical Rates Endpoint: Access historical rates for Palladium dating back to 2019. By appending a specific date in the format YYYY-MM-DD, you can retrieve past price data, which is invaluable for trend analysis and forecasting.
- Bid And Ask Endpoint: This powerful feature allows you to retrieve real-time bid and ask prices for Palladium. Understanding the spread between these prices can help traders make informed decisions.
- Convert Endpoint: The Metals-API includes a currency conversion endpoint, enabling users to convert amounts from one metal to another or to/from USD. This is particularly useful for businesses operating in multiple currencies.
- Time-Series Endpoint: Query the API for daily historical rates between two dates of your choice. This feature is essential for analyzing price trends over specific periods.
- Fluctuation Endpoint: Track how Palladium prices fluctuate on a day-to-day basis. This endpoint provides insights into market volatility, helping businesses strategize accordingly.
- Carat Endpoint: Retrieve information about Gold rates by Carat. While primarily focused on Palladium, this endpoint offers additional context for precious metals.
- Lowest/Highest Price Endpoint: Query the API to get the lowest and highest prices for Palladium over a specified period. This information is crucial for understanding market extremes.
- Open/High/Low/Close (OHLC) Price Endpoint: Get detailed OHLC data for Palladium, which is essential for traders looking to analyze market performance.
- Historical LME Endpoint: Access historical rates for LME symbols, dating back to 2008. This endpoint is particularly useful for those interested in the London Metal Exchange.
- API Key: Your unique API key is required to access the Metals-API. This key must be included in the API base URL's access_key parameter for authentication.
- API Response: The API delivers exchange rates relative to USD by default, ensuring consistency across responses.
- Available Endpoints: With 14 API endpoints, the Metals-API provides a comprehensive suite of tools for accessing metals data.
- Supported Symbols Endpoint: This constantly updated endpoint returns all available currencies, including Palladium, allowing developers to stay informed about the latest offerings.
- Intraday Endpoint: Query intraday exchange rate data for a single symbol, which is essential for high-frequency trading strategies.
List of Symbols
The Metals-API provides access to a comprehensive range of metal symbols, including Palladium (XPD). For a complete list of all supported symbols and their specifications, refer to the Metals-API Supported Symbols page.
API Endpoint Examples and Responses
Latest Rates Endpoint
Get real-time exchange rates for all available metals.
{
"success": true,
"timestamp": 1788135162,
"base": "USD",
"date": "2026-08-31",
"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
Access historical exchange rates for any date since 1999.
{
"success": true,
"timestamp": 1788048762,
"base": "USD",
"date": "2026-08-30",
"rates": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915,
"XPD": 0.000748
},
"unit": "per troy ounce"
}
Time-series Endpoint
Get exchange rates for a specific time period.
{
"success": true,
"timeseries": true,
"start_date": "2026-08-24",
"end_date": "2026-08-31",
"base": "USD",
"rates": {
"2026-08-24": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915
},
"2026-08-26": {
"XAU": 0.000483,
"XAG": 0.0382,
"XPT": 0.000913
},
"2026-08-31": {
"XAU": 0.000482,
"XAG": 0.03815,
"XPT": 0.000912
}
},
"unit": "per troy ounce"
}
Convert Endpoint
Convert any amount from one metal to another or to/from USD.
{
"success": true,
"query": {
"from": "USD",
"to": "XAU",
"amount": 1000
},
"info": {
"timestamp": 1788135162,
"rate": 0.000482
},
"result": 0.482,
"unit": "troy ounces"
}
Fluctuation Endpoint
Track rate fluctuations between two dates.
{
"success": true,
"fluctuation": true,
"start_date": "2026-08-24",
"end_date": "2026-08-31",
"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
Get OHLC data for a specific time period.
{
"success": true,
"timestamp": 1788135162,
"base": "USD",
"date": "2026-08-31",
"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
Get current bid and ask prices for metals.
{
"success": true,
"timestamp": 1788135162,
"base": "USD",
"date": "2026-08-31",
"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
Accessing Palladium (XPD) price data history through the Metals-API provides developers with a powerful tool to enhance their applications and make informed decisions. With features like real-time rates, historical data, and various conversion capabilities, the Metals-API stands out as a comprehensive solution for those in the metals market.
As the demand for Palladium continues to rise, leveraging the capabilities of the Metals-API will enable businesses to stay ahead of market trends and optimize their operations. Whether you are developing a financial application, conducting market analysis, or managing supply chains, the Metals-API offers the necessary tools to succeed in a competitive landscape.
For more information on how to integrate this API into your projects, explore the Metals-API Documentation and discover the full range of supported symbols on the Metals-API Supported Symbols page. Start harnessing the power of real-time metals data today!