Query Palladium Jun 2026 (PAM26) price information using this API

Query Palladium Jun 2026 (PAM26) Price Information Using This API
Palladium, represented by the symbol XPD, is a precious metal that has garnered significant attention in recent years, particularly due to its critical role in automotive technology and environmental solutions. As the demand for cleaner automotive technologies increases, palladium's importance in catalytic converters has surged, making it a focal point for investors and developers alike. In this blog post, we will explore the markets surrounding palladium, its innovative applications, and how the Metals-API can be utilized to access real-time price information and historical data for palladium and other metals.
About Palladium (XPD)
Palladium is a rare, silvery-white metal that is part of the platinum group of metals. It is primarily used in the automotive industry for catalytic converters, which help reduce harmful emissions from vehicles. As automotive technology continues to innovate, the demand for palladium is expected to rise, especially with the increasing shift towards electric vehicles and hybrid technologies that still require efficient emission control systems.
Beyond automotive applications, palladium is also utilized in electronics, dentistry, and jewelry, making it a versatile metal with a wide range of uses. The integration of digital supply chains and smart manufacturing processes has further enhanced the efficiency of palladium production and distribution, allowing for better tracking and management of this precious resource.
API Description
The Metals-API is a powerful tool that provides developers with real-time and historical data on various metals, including palladium. This API empowers developers to build next-generation applications that require accurate and timely metals data. With its innovative capabilities, the Metals-API enables users to access a wealth of information that can be leveraged for market analysis, investment strategies, and supply chain management.
For more detailed information, you can refer to the Metals-API Documentation, which outlines the various endpoints and features available to users.
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. Depending on your subscription plan, updates can occur every 60 minutes or even more frequently. This feature is essential for traders and investors who need to stay informed about market fluctuations.
- Historical Rates Endpoint: Users can access historical rates dating back to 2019. By appending a specific date to the API request, developers can retrieve past prices for palladium, which is invaluable for trend analysis and forecasting.
- Bid and Ask Endpoint: This feature allows users to obtain real-time bid and ask prices for palladium, providing insights into market liquidity and pricing dynamics.
- Convert Endpoint: The Metals-API includes a currency conversion feature, enabling users to convert amounts from one metal to another or to/from USD. This is particularly useful for financial analysts and traders who operate in multiple currencies.
- Time-Series Endpoint: This endpoint allows users to query daily historical rates between two specified dates, facilitating in-depth analysis of price movements over time.
- Fluctuation Endpoint: Users can track how palladium prices fluctuate between two dates, providing insights into market volatility and trends.
- Open/High/Low/Close (OHLC) Price Endpoint: This endpoint provides comprehensive price data, including the opening, high, low, and closing prices for palladium over a specified period, essential for technical analysis.
- Lowest/Highest Price Endpoint: Users can query the API to find the lowest and highest prices for palladium within a specified date range, which is crucial for understanding market extremes.
- Historical LME Endpoint: This endpoint provides access to historical rates for LME symbols, dating back to 2008, allowing for extensive historical analysis.
- News Endpoint: The Metals-API also offers a news feature that retrieves the latest articles related to various metals, keeping users informed about market developments.
For a complete list of all supported symbols, including palladium, you can visit the Metals-API Supported Symbols page.
API Endpoint Examples and Responses
Understanding how to interact with the Metals-API is crucial for developers. Below are examples of various API endpoints and their corresponding JSON responses:
Latest Rates Endpoint
{
"success": true,
"timestamp": 1760763626,
"base": "USD",
"date": "2025-10-18",
"rates": {
"XPD": 0.000744
},
"unit": "per troy ounce"
}
This response indicates that the current price of palladium (XPD) is 0.000744 per troy ounce, relative to USD.
Historical Rates Endpoint
{
"success": true,
"timestamp": 1760677226,
"base": "USD",
"date": "2025-10-17",
"rates": {
"XPD": 0.000748
},
"unit": "per troy ounce"
}
In this example, the historical price of palladium on October 17, 2025, was 0.000748 per troy ounce.
Time-Series Endpoint
{
"success": true,
"timeseries": true,
"start_date": "2025-10-11",
"end_date": "2025-10-18",
"base": "USD",
"rates": {
"2025-10-11": {
"XPD": 0.000748
},
"2025-10-18": {
"XPD": 0.000744
}
},
"unit": "per troy ounce"
}
This time-series response shows the price of palladium on two different dates, allowing for trend analysis.
Convert Endpoint
{
"success": true,
"query": {
"from": "USD",
"to": "XPD",
"amount": 1000
},
"info": {
"timestamp": 1760763626,
"rate": 0.000744
},
"result": 0.744,
"unit": "troy ounces"
}
This conversion response indicates that 1000 USD is equivalent to 0.744 troy ounces of palladium at the current rate.
Fluctuation Endpoint
{
"success": true,
"fluctuation": true,
"start_date": "2025-10-11",
"end_date": "2025-10-18",
"base": "USD",
"rates": {
"XPD": {
"start_rate": 0.000748,
"end_rate": 0.000744,
"change": -0.000004,
"change_pct": -0.53
}
},
"unit": "per troy ounce"
}
This fluctuation response shows that the price of palladium decreased by 0.000004 over the specified period, representing a percentage change of -0.53%.
OHLC (Open/High/Low/Close) Price Endpoint
{
"success": true,
"timestamp": 1760763626,
"base": "USD",
"date": "2025-10-18",
"rates": {
"XPD": {
"open": 0.000748,
"high": 0.000750,
"low": 0.000740,
"close": 0.000744
}
},
"unit": "per troy ounce"
}
This OHLC response provides a comprehensive view of the price movement for palladium on October 18, 2025, showing the opening, highest, lowest, and closing prices.
Bid/Ask Endpoint
{
"success": true,
"timestamp": 1760763626,
"base": "USD",
"date": "2025-10-18",
"rates": {
"XPD": {
"bid": 0.000740,
"ask": 0.000744,
"spread": 0.000004
}
},
"unit": "per troy ounce"
}
This bid/ask response indicates the current bid price for palladium is 0.000740, while the ask price is 0.000744, with a spread of 0.000004.
Conclusion
The Metals-API provides a robust framework for accessing real-time and historical data on palladium and other metals. By leveraging its various endpoints, developers can create applications that offer valuable insights into market trends, pricing dynamics, and investment opportunities. As the demand for palladium continues to grow, understanding its market through the Metals-API will be crucial for making informed decisions.
For further exploration of the API's capabilities, visit the Metals-API Documentation and discover how you can integrate this powerful tool into your applications. Additionally, for a complete list of supported symbols, check out the Metals-API Supported Symbols page.
With the right tools and data at your fingertips, you can navigate the complexities of the palladium market and harness its potential for innovation and growth.