Download Monthly Palladium Oct 2025 (PAV25) Historical Prices through this API
Download Monthly Palladium Oct 2025 (PAV25) Historical Prices through this API
Palladium (XPD) has emerged as a critical component in various industries, particularly in automotive technology, where it plays a vital role in catalytic converters. As the demand for cleaner automotive solutions grows, the significance of palladium continues to rise. For developers and businesses looking to access historical prices of palladium, the Metals-API provides a powerful and flexible solution. This blog post will explore how to retrieve historical prices for palladium, focusing on the capabilities of the Metals-API, its endpoints, and practical applications.
About Palladium (XPD)
Palladium is a precious metal that has garnered attention for its unique properties and applications. It is primarily used in the automotive industry for emissions control, but its applications extend to electronics, dentistry, and jewelry. As the automotive industry shifts towards greener technologies, palladium's role in reducing harmful emissions has made it a focal point for innovation.
In addition to its automotive applications, palladium is also being integrated into digital supply chains and smart manufacturing processes. The ability to track and analyze palladium prices in real-time can empower developers to create applications that optimize inventory management, pricing strategies, and investment decisions.
API Description
The Metals-API offers a comprehensive suite of tools for accessing real-time and historical metals data. This API is designed to facilitate the integration of metals pricing into applications, enabling developers to harness the power of real-time data for various use cases. With the Metals-API, developers can build next-generation applications that leverage historical data for analysis, forecasting, and decision-making.
The API supports a wide range of endpoints, each tailored to specific functionalities. For instance, the Latest Rates Endpoint provides real-time exchange rate data, while the Historical Rates Endpoint allows users to query historical prices dating back to 2019. This flexibility makes it an invaluable resource for developers working in finance, trading, and market analysis.
Key Features and Endpoints
The Metals-API is equipped with several key features that enhance its usability and functionality:
- Latest Rates Endpoint: This endpoint returns real-time exchange rate data for palladium and other metals, updated every 60 minutes or more frequently depending on the subscription plan. This feature is essential for applications that require up-to-the-minute pricing information.
- Historical Rates Endpoint: Users can access historical rates for palladium by appending a specific date to the API request. This capability is crucial for developers looking to analyze price trends over time.
- Bid And Ask Endpoint: This feature allows users to retrieve 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 endpoint, enabling users to convert amounts between palladium and other currencies or metals. This is particularly useful for financial applications that require multi-currency support.
- Time-Series Endpoint: This endpoint allows users to query daily historical rates between two specified dates, making it easier to conduct in-depth analyses of price movements.
- Fluctuation Endpoint: Users can track how palladium prices fluctuate over specific periods, providing valuable insights into market volatility.
- Carat Endpoint: This feature allows users to retrieve gold rates by carat, which can be useful for applications that require precise measurements in jewelry and investment sectors.
- Lowest/Highest Price Endpoint: This endpoint enables users to query the lowest and highest prices for palladium over a specified period, which can aid in investment decision-making.
- Open/High/Low/Close (OHLC) Price Endpoint: Users can access 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 comprehensive market analysis.
- API Key: Each user is assigned a unique API key, which must be included in API requests to authenticate and authorize access.
- API Response: The Metals-API returns exchange rates relative to USD by default, ensuring consistency and ease of use across applications.
- Available Endpoints: The API offers a total of 14 endpoints, each designed to provide specific functionalities related to metals pricing.
- Supported Symbols Endpoint: This endpoint returns a constantly updated list of all available currencies and metals, ensuring developers have access to the latest information.
- News Endpoint: Users can retrieve the latest news articles related to various metals, providing context and insights into market trends.
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
Understanding the structure of API responses is crucial for effective integration. Below are examples of various endpoints and their corresponding JSON responses:
Latest Rates Endpoint
{
"success": true,
"timestamp": 1779150311,
"base": "USD",
"date": "2026-05-19",
"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"
}
This response indicates that the request was successful, providing the latest exchange rates for palladium and other metals relative to USD.
Historical Rates Endpoint
{
"success": true,
"timestamp": 1779063911,
"base": "USD",
"date": "2026-05-18",
"rates": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915,
"XPD": 0.000748
},
"unit": "per troy ounce"
}
This example shows the historical rates for palladium on a specific date, allowing developers to analyze past pricing trends.
Time-series Endpoint
{
"success": true,
"timeseries": true,
"start_date": "2026-05-12",
"end_date": "2026-05-19",
"base": "USD",
"rates": {
"2026-05-12": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915
},
"2026-05-14": {
"XAU": 0.000483,
"XAG": 0.0382,
"XPT": 0.000913
},
"2026-05-19": {
"XAU": 0.000482,
"XAG": 0.03815,
"XPT": 0.000912
}
},
"unit": "per troy ounce"
}
This response provides daily rates for palladium over a specified time period, enabling developers to conduct trend analyses.
Convert Endpoint
{
"success": true,
"query": {
"from": "USD",
"to": "XAU",
"amount": 1000
},
"info": {
"timestamp": 1779150311,
"rate": 0.000482
},
"result": 0.482,
"unit": "troy ounces"
}
The Convert Endpoint allows users to convert a specified amount from one currency to another, providing the conversion rate and result.
Fluctuation Endpoint
{
"success": true,
"fluctuation": true,
"start_date": "2026-05-12",
"end_date": "2026-05-19",
"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"
}
This endpoint tracks the fluctuations in palladium prices over a specified period, providing insights into market volatility.
OHLC (Open/High/Low/Close) Endpoint
{
"success": true,
"timestamp": 1779150311,
"base": "USD",
"date": "2026-05-19",
"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"
}
The OHLC endpoint provides critical data for traders and analysts, allowing them to assess market performance over a specific time frame.
Bid/Ask Endpoint
{
"success": true,
"timestamp": 1779150311,
"base": "USD",
"date": "2026-05-19",
"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"
}
This response provides the current bid and ask prices for palladium, which is essential for traders looking to make informed decisions.
Conclusion
The Metals-API is an invaluable resource for developers seeking to access historical prices and real-time data for palladium and other metals. By leveraging the various endpoints offered by the API, developers can create applications that provide insights into market trends, optimize trading strategies, and enhance decision-making processes.
With features such as the Latest Rates Endpoint, Historical Rates Endpoint, and the ability to convert between currencies, the Metals-API empowers developers to build robust applications that meet the demands of today's dynamic market. For more information on how to get started, refer to the Metals-API Documentation and explore the Metals-API Supported Symbols for a comprehensive list of available metals.
As the demand for palladium continues to grow, integrating real-time data into applications will be essential for staying competitive in the market. The Metals-API provides the tools necessary to achieve this, making it a critical asset for developers in the financial and automotive sectors.