Get Palladium (XPD) prices in real-time using this API

In the world of precious metals, Palladium (XPD) has emerged as a key player, particularly in the automotive industry where its unique properties are harnessed for catalytic converters. As demand for cleaner automotive technologies grows, so does the need for real-time data on Palladium prices. This is where the Metals-API comes into play, providing developers with the tools to access live pricing data and historical trends for Palladium and other metals.
Metals-API Information
About Palladium (XPD)
Palladium is a rare, precious metal that has gained significant traction in various industries, particularly in automotive technology innovation. As the automotive sector shifts towards more environmentally friendly solutions, Palladium plays a crucial role in reducing harmful emissions. Its application in catalytic converters helps convert toxic gases into less harmful emissions, making it a vital component in the quest for cleaner air.
Moreover, Palladium's role extends beyond just automotive applications. It is increasingly being integrated into digital supply chains and smart manufacturing processes. The metal's unique properties, combined with advancements in technology, allow for more efficient production methods and enhanced product quality. As industries continue to innovate, the demand for real-time data on Palladium prices becomes essential for making informed decisions.
API Description
The Metals-API is designed to empower developers by providing access to real-time metals data, including Palladium prices. This API is a game-changer for those looking to build next-generation applications that require accurate and timely information. With its robust capabilities, the Metals-API allows developers to integrate live pricing data into their applications seamlessly.
One of the standout features of the Metals-API is its ability to deliver real-time exchange rate data. Depending on your subscription plan, the API can provide updates every 60 minutes or even every 10 minutes, ensuring that you have the most current information at your fingertips. This is particularly beneficial for traders and businesses that rely on accurate pricing to make strategic decisions.
Key Features and Endpoints
The Metals-API offers a variety of endpoints that cater to different needs. Here are some of the key features:
Latest Rates Endpoint
The Latest Rates Endpoint provides real-time exchange rate data for Palladium and other metals. This endpoint is crucial for those who need to track price changes as they happen. The API returns data updated based on your subscription plan, allowing for flexibility in how frequently you receive updates.
{
"success": true,
"timestamp": 1747443968,
"base": "USD",
"date": "2025-05-17",
"rates": {
"XPD": 0.000744
},
"unit": "per troy ounce"
}
Historical Rates Endpoint
For those interested in analyzing trends over time, the Historical Rates Endpoint allows you to access past pricing data dating back to 2019. By appending a specific date to your query, you can retrieve historical rates for Palladium, enabling you to conduct thorough market analysis.
{
"success": true,
"timestamp": 1747357568,
"base": "USD",
"date": "2025-05-16",
"rates": {
"XPD": 0.000748
},
"unit": "per troy ounce"
}
Bid And Ask Endpoint
The Bid and Ask Endpoint is a powerful feature that provides real-time bid and ask prices for Palladium. This information is essential for traders looking to make informed buying and selling decisions. The API returns the current bid and ask prices, along with the spread, giving you a comprehensive view of the market.
{
"success": true,
"timestamp": 1747443968,
"base": "USD",
"date": "2025-05-17",
"rates": {
"XPD": {
"bid": 0.000741,
"ask": 0.000743,
"spread": 2.0e-6
}
},
"unit": "per troy ounce"
}
Convert Endpoint
The Convert Endpoint allows users to convert any amount from one metal to another or to/from USD. This feature is particularly useful for businesses that deal with multiple currencies and need to streamline their financial processes.
{
"success": true,
"query": {
"from": "USD",
"to": "XPD",
"amount": 1000
},
"info": {
"timestamp": 1747443968,
"rate": 0.000744
},
"result": 0.744,
"unit": "troy ounces"
}
Time-Series Endpoint
The Time-Series Endpoint enables users to query the API for daily historical rates between two dates of your choice. This feature is invaluable for conducting in-depth analyses of price movements over specific periods.
{
"success": true,
"timeseries": true,
"start_date": "2025-05-10",
"end_date": "2025-05-17",
"base": "USD",
"rates": {
"2025-05-10": {
"XPD": 0.000748
},
"2025-05-17": {
"XPD": 0.000744
}
},
"unit": "per troy ounce"
}
Fluctuation Endpoint
The Fluctuation Endpoint provides insights into how Palladium prices fluctuate on a day-to-day basis. This feature is essential for traders who need to understand market volatility and make informed decisions based on price changes.
{
"success": true,
"fluctuation": true,
"start_date": "2025-05-10",
"end_date": "2025-05-17",
"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
The OHLC Price Endpoint allows you to retrieve the open, high, low, and close prices for Palladium over a specified time period. This data is crucial for traders looking to analyze market trends and make predictions based on past performance.
{
"success": true,
"timestamp": 1747443968,
"base": "USD",
"date": "2025-05-17",
"rates": {
"XPD": {
"open": 0.000748,
"high": 0.000750,
"low": 0.000740,
"close": 0.000744
}
},
"unit": "per troy ounce"
}
Historical LME Endpoint
The Historical LME Endpoint provides access to historical rates for LME symbols, dating back to 2008. This endpoint is particularly useful for those looking to analyze long-term trends in Palladium pricing.
{
"success": true,
"timestamp": 1747357568,
"base": "USD",
"date": "2025-05-16",
"rates": {
"XPD": 0.000748
},
"unit": "per troy ounce"
}
List of Symbols
The Metals-API provides access to a comprehensive range of metal symbols. For a complete list of all supported symbols and their specifications, refer to the Metals-API Supported Symbols page. This resource is invaluable for developers looking to integrate various metals into their applications.
Conclusion
The Metals-API is an essential tool for developers working with precious metals data, particularly Palladium. With its extensive range of endpoints and real-time data capabilities, it empowers businesses to make informed decisions based on accurate pricing information. Whether you're analyzing historical trends, tracking real-time fluctuations, or converting between currencies, the Metals-API provides the necessary tools to succeed in the dynamic world of precious metals.
For more information on how to implement these features and to explore the API's full capabilities, visit the Metals-API Documentation. By leveraging the power of real-time data, developers can create innovative applications that meet the demands of today's market.