Download Palladium Jun 2027 (PAM27) Historical Prices with this API
Download Palladium Jun 2027 (PAM27) Historical Prices with this API
In the world of precious metals, palladium (XPD) has gained significant attention due to its crucial role in automotive technology, environmental solutions, and smart manufacturing. As industries evolve, the demand for real-time data on palladium prices becomes increasingly important. This is where the Metals-API comes into play, offering developers a powerful tool to access historical prices and current rates for palladium and other metals.
About Palladium (XPD)
Palladium is a rare metal that has become a key component in catalytic converters, which help reduce harmful emissions from vehicles. As automotive technology continues to innovate, the demand for palladium is expected to rise. Additionally, palladium plays a vital role in various environmental solutions, including hydrogen fuel cells and electronics. The integration of digital supply chains and smart manufacturing processes further emphasizes the need for accurate and timely data on palladium prices.
With the Metals-API, developers can harness the power of real-time metals data to build next-generation applications that cater to the evolving needs of industries reliant on palladium. The API provides a comprehensive suite of endpoints that allow users to access the latest rates, historical prices, and even perform conversions between different metals and currencies.
API Description
The Metals-API is designed to empower developers by providing them with a robust platform to access metals pricing data. With its innovative capabilities, the API allows users to retrieve real-time exchange rates, historical data, and perform various operations such as currency conversion and fluctuation tracking. This transformative potential enables businesses to make informed decisions based on accurate and timely data.
For those looking to dive deeper into the API's capabilities, the Metals-API Documentation offers extensive guidance on how to effectively utilize the API's features. Developers can explore various endpoints, each designed to meet specific needs, from retrieving the latest rates to accessing historical data dating back to 2019.
Key Features and Endpoints
The Metals-API boasts a variety of endpoints that cater to different use cases. 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, you can receive updates every 60 minutes or even every 10 minutes, ensuring you have the most current information at your fingertips.
- Historical Rates Endpoint: Access historical rates for palladium dating back to 2019. By appending a specific date to your query, you can retrieve past prices, allowing for in-depth analysis and trend tracking.
- Bid And Ask Endpoint: This feature enables you to retrieve real-time bid and ask prices for palladium, providing insights into market dynamics and helping you make informed trading decisions.
- Convert Endpoint: The API includes a currency conversion endpoint, allowing you to convert any amount from one metal to another or to/from USD. This is particularly useful for businesses operating in multiple currencies.
- Time-Series Endpoint: Query the API for daily historical rates between two dates of your choice. This endpoint is ideal for analyzing price movements over specific periods.
- Fluctuation Endpoint: Track how palladium prices fluctuate on a day-to-day basis. This endpoint provides valuable insights into market volatility and can help in forecasting future price movements.
- Carat Endpoint: Retrieve information about gold rates by carat. This feature is useful for jewelers and businesses dealing with gold in various purities.
- Lowest/Highest Price Endpoint: Query the API to get the lowest and highest prices for palladium over a specified period, helping you identify market extremes.
- Open/High/Low/Close (OHLC) Price Endpoint: Get detailed OHLC data for palladium, which is essential for technical analysis and trading strategies.
- Historical LME Endpoint: Access historical rates for LME symbols, dating back to 2008. This endpoint is particularly useful for traders and analysts focused on LME markets.
- API Key: Your unique API key is essential for accessing the API. It must be included in your requests to authenticate your access.
- API Response: The Metals-API delivers exchange rates relative to USD by default, ensuring consistency in your data analysis.
- Available Endpoints: The API features 14 endpoints, each providing unique functionalities to cater to various data needs.
- Supported Symbols Endpoint: Access a constantly updated list of all available metal symbols, ensuring you have the latest information at your disposal.
- News Endpoint: Retrieve the latest news articles related to palladium and other metals, keeping you informed about market trends and developments.
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 specific metals into their applications.
API Endpoint Examples and Responses
Understanding the API's response structure is crucial for effective integration. Below are examples of various endpoints and their corresponding JSON responses:
Latest Rates Endpoint
Get real-time exchange rates for all available metals.
{
"success": true,
"timestamp": 1777508337,
"base": "USD",
"date": "2026-04-30",
"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"
}
Historical Rates Endpoint
Access historical exchange rates for any date since 1999.
{
"success": true,
"timestamp": 1777421937,
"base": "USD",
"date": "2026-04-29",
"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": "2026-04-23",
"end_date": "2026-04-30",
"base": "USD",
"rates": {
"2026-04-23": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915
},
"2026-04-25": {
"XAU": 0.000483,
"XAG": 0.0382,
"XPT": 0.000913
},
"2026-04-30": {
"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": 1777508337,
"rate": 0.000482
},
"result": 0.482,
"unit": "troy ounces"
}
Fluctuation Endpoint
Track rate fluctuations between two dates.
{
"success": true,
"fluctuation": true,
"start_date": "2026-04-23",
"end_date": "2026-04-30",
"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": 1777508337,
"base": "USD",
"date": "2026-04-30",
"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": 1777508337,
"base": "USD",
"date": "2026-04-30",
"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 provides a comprehensive solution for developers seeking to access real-time and historical data on palladium and other metals. With its extensive range of endpoints, the API empowers users to build applications that can analyze market trends, perform conversions, and track fluctuations in prices. By leveraging the capabilities of the Metals-API, businesses can enhance their decision-making processes and stay ahead in the competitive landscape of precious metals.
For further exploration of the API's features, refer to the Metals-API Documentation and the Metals-API Supported Symbols page. By integrating these tools into your applications, you can unlock the full potential of real-time metals data and drive innovation in your industry.