Get Palladium Jun 2026 (PAM26) Price History with this API

Introduction
In the world of precious metals, Palladium (XPD) has emerged as a key player, especially in the automotive industry where it is crucial for catalytic converters. As the demand for cleaner automotive technologies grows, so does the need for accurate and timely data on Palladium prices. For developers and businesses looking to integrate real-time and historical price data into their applications, the Metals-API provides a robust solution. This blog post will delve into how to obtain Palladium Jun 2026 (PAM26) price history using the Metals-API, exploring its features, capabilities, and practical applications.
Metals-API Information
About Palladium (XPD)
Palladium is a rare, precious metal that plays a significant role in various industries, particularly in automotive technology innovation. Its primary use is in catalytic converters, which help reduce harmful emissions from vehicles. As the automotive industry shifts towards electric and hybrid vehicles, Palladium continues to be essential for meeting stringent environmental regulations. Furthermore, advancements in digital supply chains and smart manufacturing processes have increased the demand for real-time data on Palladium prices, enabling manufacturers to make informed decisions.
The integration of technology in the supply chain has transformed how businesses operate. With the rise of Industry 4.0, manufacturers are leveraging data analytics and real-time information to optimize production processes. The Metals-API serves as a powerful tool for developers, allowing them to access real-time and historical data on Palladium prices, which can be integrated into various applications, from trading platforms to inventory management systems.
API Description
The Metals-API is designed to provide developers with comprehensive access to metals pricing data. It empowers users to build next-generation applications that can respond to market changes in real-time. The API offers a variety of endpoints, each serving a unique purpose, from retrieving the latest rates to accessing historical data and fluctuations.
One of the standout features of the Metals-API is its ability to deliver real-time exchange rate data, updated frequently based on the user's subscription plan. This capability is crucial for applications that require up-to-the-minute pricing information to make trading decisions or manage inventory effectively. Additionally, the API supports historical rates dating back to 2019, allowing developers to analyze trends and make data-driven decisions.
Key Features and Endpoints
The Metals-API offers a range of endpoints that cater to various needs. 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, the API can return updates every 60 minutes or even every 10 minutes, ensuring that you have the most current information available.
- Historical Rates Endpoint: Access historical rates for Palladium dating back to 2019. By appending a specific date to your query, you can retrieve past pricing data, which is essential for trend analysis and forecasting.
- Bid and Ask Endpoint: This feature allows you to obtain real-time bid and ask prices for Palladium, providing insights into market sentiment and helping traders make informed decisions.
- Convert Endpoint: The API includes a currency conversion feature, enabling users to convert amounts between different metals or to/from USD. This is particularly useful for businesses dealing with multiple currencies.
- Time-Series Endpoint: Query the API for daily historical rates between two dates of your choice. This endpoint is invaluable for analyzing price movements over specific periods.
- Fluctuation Endpoint: Track how Palladium prices fluctuate over time. This endpoint provides insights into daily changes, helping users understand market volatility.
- Open/High/Low/Close (OHLC) Price Endpoint: Retrieve OHLC data for Palladium, which is critical for traders looking to analyze market trends and make predictions based on historical performance.
- Lowest/Highest Price Endpoint: This feature allows you to query the API for the lowest and highest prices of Palladium over a specified period, aiding in market analysis.
- Historical LME Endpoint: Access historical rates for LME symbols, dating back to 2008, which is beneficial for users interested in long-term trends.
- API Key: Your unique API key is essential for accessing the Metals-API. It must be included in the API base URL's access_key parameter to authenticate your requests.
- API Response: The API delivers exchange rates relative to USD by default, ensuring consistency in data presentation.
- Supported Symbols Endpoint: This endpoint provides a constantly updated list of all available currencies and metals, allowing users to stay informed about the latest offerings.
- News Endpoint: Retrieve the latest news articles related to various metals, keeping you updated on market trends and developments.
API Endpoint Examples and Responses
Understanding the API responses is crucial for effective integration. Below are examples of various API endpoints and their corresponding JSON responses:
Latest Rates Endpoint
Get real-time exchange rates for Palladium and other metals:
{
"success": true,
"timestamp": 1756245634,
"base": "USD",
"date": "2025-08-26",
"rates": {
"XAU": 0.000482,
"XAG": 0.03815,
"XPT": 0.000912,
"XPD": 0.000744
},
"unit": "per troy ounce"
}
Historical Rates Endpoint
Access historical exchange rates for Palladium:
{
"success": true,
"timestamp": 1756159234,
"base": "USD",
"date": "2025-08-25",
"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": "2025-08-19",
"end_date": "2025-08-26",
"base": "USD",
"rates": {
"2025-08-19": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915
},
"2025-08-21": {
"XAU": 0.000483,
"XAG": 0.0382,
"XPT": 0.000913
},
"2025-08-26": {
"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": 1756245634,
"rate": 0.000482
},
"result": 0.482,
"unit": "troy ounces"
}
Fluctuation Endpoint
Track rate fluctuations between two dates:
{
"success": true,
"fluctuation": true,
"start_date": "2025-08-19",
"end_date": "2025-08-26",
"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": 1756245634,
"base": "USD",
"date": "2025-08-26",
"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 Palladium:
{
"success": true,
"timestamp": 1756245634,
"base": "USD",
"date": "2025-08-26",
"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
The Metals-API is an invaluable resource for developers and businesses looking to access real-time and historical data on Palladium prices. With its comprehensive range of endpoints, including the latest rates, historical rates, and fluctuation tracking, the API empowers users to make informed decisions based on accurate data. By integrating this API into applications, developers can enhance their offerings, providing users with the insights they need to navigate the complex metals market.
For those interested in exploring the full capabilities of the Metals-API, I encourage you to visit the Metals-API Documentation for detailed information on each endpoint and its functionalities. Additionally, the Metals-API Supported Symbols page provides a comprehensive list of available metals and currencies, ensuring you have all the necessary tools to succeed in your projects.
In summary, whether you are developing a trading application, managing inventory, or conducting market analysis, the Metals-API offers the data and flexibility needed to thrive in the dynamic world of precious metals.