Fetch weekly LBMA Palladium Pm (LBXPDPM) prices using this API
Introduction
In the world of precious metals, palladium (XPD) has emerged as a critical player, particularly in the automotive industry where it is used in catalytic converters. As demand for cleaner automotive technologies grows, so does the need for accurate and real-time pricing information. This is where the Metals-API comes into play, offering a robust solution for developers looking to integrate real-time palladium pricing data into their applications. This blog post will explore the capabilities of the Metals-API, focusing on how it can be utilized to fetch weekly LBMA Palladium PM (LBXPDPM) prices and other valuable data.
About Palladium (XPD)
Palladium is a rare and precious metal that plays a significant role in various industries, particularly in automotive technology innovation. As the automotive sector shifts towards electric and hybrid vehicles, palladium remains essential for reducing harmful emissions. The integration of palladium in catalytic converters helps convert toxic gases into less harmful emissions, making it a vital component in the quest for environmental solutions.
Moreover, the digital supply chain is increasingly leveraging palladium, as its demand fluctuates based on market trends and technological advancements. Smart manufacturing processes are also incorporating palladium, ensuring that production methods are efficient and sustainable. The integration of technology in the palladium market allows for better tracking of prices and availability, which is crucial for manufacturers and investors alike.
API Description
The Metals-API is a powerful tool that provides developers with access to real-time and historical pricing data for various metals, including palladium. This API empowers developers to build next-generation applications that require accurate and timely metals data. With its innovative features, the Metals-API transforms how businesses and individuals interact with precious metals markets.
For detailed information on how to use the API, you can refer to the Metals-API Documentation. This resource provides comprehensive guidance on API usage, including authentication, endpoints, and response structures.
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
The Latest Rates Endpoint provides real-time exchange rate data for palladium and other metals. Depending on your subscription plan, this endpoint can return data updated every 60 minutes or even more frequently. This feature is essential for applications that require up-to-the-minute pricing information.
{
"success": true,
"timestamp": 1782086894,
"base": "USD",
"date": "2026-06-22",
"rates": {
"XPD": 0.000744
},
"unit": "per troy ounce"
}
Historical Rates Endpoint
Accessing historical rates is crucial for market analysis and trend forecasting. The Historical Rates Endpoint allows users to query data dating back to 2019. By appending a specific date to the endpoint, developers can retrieve past pricing information, which is invaluable for understanding market movements.
{
"success": true,
"timestamp": 1782000494,
"base": "USD",
"date": "2026-06-21",
"rates": {
"XPD": 0.000748
},
"unit": "per troy ounce"
}
Bid And Ask Endpoint
This endpoint provides real-time bid and ask prices for palladium, allowing traders to make informed decisions. The Bid and Ask Endpoint is particularly useful for those engaged in trading, as it offers insights into market liquidity and pricing dynamics.
{
"success": true,
"timestamp": 1782086894,
"base": "USD",
"date": "2026-06-22",
"rates": {
"XPD": {
"bid": 0.000741,
"ask": 0.000746,
"spread": 0.000005
}
},
"unit": "per troy ounce"
}
Convert Endpoint
The Convert Endpoint allows users to convert any amount from one metal to another or to/from USD. This feature is particularly useful for businesses that deal with multiple currencies and need to calculate costs accurately.
{
"success": true,
"query": {
"from": "USD",
"to": "XPD",
"amount": 1000
},
"info": {
"timestamp": 1782086894,
"rate": 0.000744
},
"result": 0.744,
"unit": "troy ounces"
}
Time-Series Endpoint
The Time-Series Endpoint allows users to query daily historical rates between two specified dates. This feature is essential for analyzing trends over time and making data-driven decisions.
{
"success": true,
"timeseries": true,
"start_date": "2026-06-15",
"end_date": "2026-06-22",
"base": "USD",
"rates": {
"2026-06-15": {
"XPD": 0.000748
},
"2026-06-22": {
"XPD": 0.000744
}
},
"unit": "per troy ounce"
}
Fluctuation Endpoint
The Fluctuation Endpoint provides insights into how palladium prices fluctuate over a specified period. This information is critical for traders and analysts looking to understand market volatility.
{
"success": true,
"fluctuation": true,
"start_date": "2026-06-15",
"end_date": "2026-06-22",
"base": "USD",
"rates": {
"XPD": {
"start_rate": 0.000748,
"end_rate": 0.000744,
"change": -0.000004,
"change_pct": -0.53
}
},
"unit": "per troy ounce"
}
Open/High/Low/Close (OHLC) Price Endpoint
The OHLC Price Endpoint provides open, high, low, and close prices for palladium over a specified time period. This data is essential for technical analysis and understanding market trends.
{
"success": true,
"timestamp": 1782086894,
"base": "USD",
"date": "2026-06-22",
"rates": {
"XPD": {
"open": 0.000748,
"high": 0.000750,
"low": 0.000740,
"close": 0.000744
}
},
"unit": "per troy ounce"
}
Historical LME Endpoint
The Historical LME Endpoint provides access to historical rates for LME symbols, dating back to 2008. This endpoint is particularly useful for users interested in long-term trends and historical data analysis.
{
"success": true,
"timestamp": 1782000494,
"base": "USD",
"date": "2026-06-21",
"rates": {
"XPD": 0.000748
},
"unit": "per troy ounce"
}
List of Symbols
The Metals-API provides access to a comprehensive range of metal symbols, including palladium. 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 understand the full range of metals available through the API.
Conclusion
The Metals-API is a powerful tool for developers looking to integrate real-time and historical palladium pricing data into their applications. With features such as the Latest Rates Endpoint, Historical Rates Endpoint, and various conversion and fluctuation endpoints, the API provides comprehensive data that can enhance decision-making processes in the metals market. By leveraging the capabilities of the Metals-API, developers can create innovative applications that meet the growing demand for accurate metals data.
For more information on how to get started with the Metals-API, visit the Metals-API Website and explore the extensive Metals-API Documentation for detailed guidance on implementation and usage.