Get current Palladium Jun 2027 (PAM27) prices using this API
Get Current Palladium Jun 2027 (PAM27) Prices Using This API
Palladium, a precious metal with significant industrial applications, particularly in automotive technology, is increasingly becoming a focal point for investors and developers alike. The ability to access real-time data on Palladium prices, such as those for the Jun 2027 (PAM27) contracts, is crucial for making informed decisions in the fast-paced financial markets. This is where the Metals-API comes into play, providing developers with the tools to integrate real-time and historical metals data into their applications.
About Palladium (XPD)
Palladium (XPD) is a rare and precious metal that plays a vital role in various industries, especially in the automotive sector, where it is used in catalytic converters to reduce harmful emissions. As automotive technology continues to innovate, the demand for Palladium is expected to rise, driven by the need for cleaner and more efficient vehicles. Furthermore, Palladium is increasingly being recognized for its potential in environmental solutions, digital supply chains, and smart manufacturing processes.
The integration of technology in the supply chain has transformed how Palladium is sourced, processed, and traded. With the advent of digital platforms, stakeholders can now access real-time data, enhancing transparency and efficiency in transactions. The Metals-API serves as a bridge, enabling developers to harness this data for various applications, from trading platforms to analytical tools.
API Description
The Metals-API is a powerful resource that provides real-time and historical data on various metals, including Palladium. This API empowers developers to create next-generation applications that can analyze market trends, track price fluctuations, and facilitate currency conversions. With its robust capabilities, the Metals-API is designed to meet the needs of developers looking to integrate metals data into their projects seamlessly.
One of the standout features of the Metals-API is its ability to deliver real-time exchange rate data. Depending on your subscription plan, the API can provide updates every 60 minutes, every 10 minutes, or even more frequently, ensuring that users have access to the most current information available. This is particularly important for traders and investors who rely on timely data 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. The data is updated based on your subscription plan, allowing for flexibility in how frequently you receive updates.
- Historical Rates Endpoint: Access historical rates dating back to 2019 by appending a specific date to your query. This feature is invaluable for analyzing market trends over time.
- Bid And Ask Endpoint: Retrieve real-time bid and ask prices for Palladium, which is essential for traders looking to execute buy or sell orders at optimal prices.
- Convert Endpoint: This endpoint allows users to convert any amount from one metal to another or to/from USD, making it easier to understand the value of Palladium in different contexts.
- Time-Series Endpoint: Query the API for daily historical rates between two dates of your choice, enabling detailed analysis of price movements over time.
- Fluctuation Endpoint: Track how Palladium prices fluctuate on a day-to-day basis, providing insights into market volatility.
- Carat Endpoint: Retrieve information about Gold rates by Carat, which can be useful for those involved in jewelry manufacturing and sales.
- Lowest/Highest Price Endpoint: Query the API to get the lowest and highest prices for Palladium over a specified period, helping traders identify market extremes.
- Open/High/Low/Close (OHLC) Price Endpoint: Access open, high, low, and close prices for Palladium, which are critical for technical analysis.
- Historical LME Endpoint: Access historical rates for LME symbols dating back to 2008, providing a comprehensive view of market trends.
- API Key: Your unique API Key is required to access the API, ensuring secure and authorized usage.
- API Response: Exchange rates are delivered relative to USD by default, and all data is returned in a structured JSON format.
- Available Endpoints: The Metals-API includes 14 different endpoints, each designed to provide specific functionalities related to metals data.
- Supported Symbols Endpoint: Access a constantly updated list of all available currencies and metals supported by the API.
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 essential for developers looking to understand the full scope of data available through the API.
API Endpoint Examples and Responses
Latest Rates Endpoint
Get real-time exchange rates for all available metals.
{
"success": true,
"timestamp": 1781568616,
"base": "USD",
"date": "2026-06-16",
"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": 1781482216,
"base": "USD",
"date": "2026-06-15",
"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-06-09",
"end_date": "2026-06-16",
"base": "USD",
"rates": {
"2026-06-09": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915
},
"2026-06-11": {
"XAU": 0.000483,
"XAG": 0.0382,
"XPT": 0.000913
},
"2026-06-16": {
"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": 1781568616,
"rate": 0.000482
},
"result": 0.482,
"unit": "troy ounces"
}
Fluctuation Endpoint
Track rate fluctuations between two dates.
{
"success": true,
"fluctuation": true,
"start_date": "2026-06-09",
"end_date": "2026-06-16",
"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": 1781568616,
"base": "USD",
"date": "2026-06-16",
"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": 1781568616,
"base": "USD",
"date": "2026-06-16",
"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 tool for developers looking to integrate real-time and historical data on Palladium and other metals into their applications. With its extensive range of endpoints, the API provides the flexibility and functionality needed to build sophisticated trading platforms, analytical tools, and more. By leveraging the capabilities of the Metals-API, developers can create applications that not only track current prices but also analyze trends, fluctuations, and historical data, empowering users to make informed decisions in the dynamic metals market.
For more information on how to get started with the Metals-API, visit the Metals-API Documentation. Explore the Metals-API Supported Symbols to understand the full range of data available, and utilize the Metals-API Website for additional resources and support.