How to fetch Palladium Jun 2026 (PAM26) prices using this API

Introduction
In the world of precious metals trading, Palladium (symbol: XPD) has emerged as a key player, particularly in the automotive industry where it is used in catalytic converters. As demand for cleaner automotive technology rises, so does the need for accurate and real-time pricing data. This is where the Metals-API comes into play, providing developers with the tools necessary to fetch Palladium Jun 2026 (PAM26) prices and other essential market data. In this blog post, we will explore the intricacies of Palladium, its markets, and how the Metals-API can be utilized to access real-time pricing information.
Metals-API Information
About Palladium (XPD)
Palladium is a rare and precious metal that has gained significant attention due to its critical role in automotive technology innovation. As the automotive industry shifts towards more environmentally friendly solutions, Palladium's use in catalytic converters has become increasingly vital. This metal not only helps reduce harmful emissions but also plays a crucial role in the development of digital supply chains and smart manufacturing processes.
In addition to its automotive applications, Palladium is also integrated into various technological advancements, including electronics and jewelry. The growing demand for Palladium is driven by its unique properties, including its resistance to corrosion and excellent catalytic capabilities. As industries continue to innovate, the importance of real-time data on Palladium prices cannot be overstated.
API Description
The Metals-API is a powerful tool that provides developers with access to real-time and historical data on various metals, including Palladium. This API empowers developers to build next-generation applications that require accurate metals pricing data. With its innovative features, the Metals-API enables seamless integration into existing systems, allowing for enhanced decision-making and strategic planning.
One of the standout capabilities of the Metals-API is its ability to deliver real-time exchange rate data. Depending on the subscription plan, the API can provide updates every 60 minutes or even every 10 minutes, ensuring that users have access to the most current information. This is particularly beneficial for traders and businesses that rely on precise pricing to make informed 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: This endpoint provides real-time exchange rate data for Palladium and other metals. Users can retrieve the latest rates, which are updated frequently based on their subscription plan.
- Historical Rates Endpoint: Users can access historical rates dating back to 2019. By appending a specific date to the API request, developers can obtain past pricing data, which is invaluable for trend analysis and market research.
- Bid And Ask Endpoint: This feature allows users to retrieve real-time bid and ask prices for Palladium, providing insight into market dynamics and helping traders make informed decisions.
- Convert Endpoint: The Metals-API includes a currency conversion feature, enabling users to convert amounts between different metals or from/to USD. This is particularly useful for businesses operating in multiple currencies.
- Time-Series Endpoint: This endpoint allows users to query daily historical rates between two selected dates, facilitating comprehensive analysis of price movements over time.
- Fluctuation Endpoint: Users can track how Palladium prices fluctuate over specific periods, providing insights into market volatility and trends.
- Lowest/Highest Price Endpoint: This endpoint enables users to query the lowest and highest prices for Palladium over a specified period, assisting in identifying market peaks and troughs.
- Open/High/Low/Close (OHLC) Price Endpoint: Users can obtain detailed OHLC data for Palladium, which is essential for technical analysis and trading strategies.
- Historical LME Endpoint: This endpoint provides access to historical rates for LME symbols, dating back to 2008, allowing for extensive market analysis.
- API Key: Each user is assigned a unique API key that must be included in requests to authenticate and authorize access to the API.
- API Response: The API delivers exchange rates relative to USD by default, ensuring consistency in data presentation.
- Supported Symbols Endpoint: This endpoint returns a comprehensive list of all available metal symbols, including Palladium, allowing users to easily identify and select the metals they wish to query.
- News Endpoint: Users can retrieve the latest news articles related to various metals, keeping them informed about market developments and trends.
List of Symbols
The Metals-API provides access to a wide range of metal symbols. For a complete list of all supported symbols and their specifications, refer to the Metals-API Supported Symbols page.
API Endpoint Examples and Responses
Understanding how to interact with the Metals-API is crucial for effective implementation. Below are examples of various API endpoints and their corresponding JSON responses:
Latest Rates Endpoint
Get real-time exchange rates for all available metals:
{
"success": true,
"timestamp": 1755903628,
"base": "USD",
"date": "2025-08-22",
"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 any date since 1999:
{
"success": true,
"timestamp": 1755817228,
"base": "USD",
"date": "2025-08-21",
"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-15",
"end_date": "2025-08-22",
"base": "USD",
"rates": {
"2025-08-15": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915
},
"2025-08-17": {
"XAU": 0.000483,
"XAG": 0.0382,
"XPT": 0.000913
},
"2025-08-22": {
"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": 1755903628,
"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-15",
"end_date": "2025-08-22",
"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": 1755903628,
"base": "USD",
"date": "2025-08-22",
"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": 1755903628,
"base": "USD",
"date": "2025-08-22",
"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
In conclusion, Palladium plays a crucial role in various industries, particularly in automotive technology and environmental solutions. The Metals-API provides developers with the necessary tools to access real-time and historical pricing data for Palladium and other metals. With its comprehensive features, including the latest rates, historical data, and conversion capabilities, the Metals-API empowers businesses to make informed decisions based on accurate market information.
For developers looking to integrate Palladium pricing into their applications, the Metals-API offers extensive documentation and support. By leveraging the capabilities of this API, businesses can enhance their digital supply chains and smart manufacturing processes, ultimately driving innovation and efficiency in their operations. To get started, explore the Metals-API Documentation and discover the full potential of real-time metals data.