Get LBMA Palladium Pm (LBXPDPM) Daily Closing Prices using this API

Get LBMA Palladium Pm (LBXPDPM) Daily Closing Prices using this API
In the world of precious metals trading, Palladium (symbol: XPD) has emerged as a critical player, especially in automotive technology and environmental solutions. As a developer or data analyst, accessing real-time and historical prices for Palladium can significantly enhance your applications and analyses. This blog post will delve into how to retrieve LBMA Palladium PM daily closing prices using the Metals-API, a powerful tool that provides comprehensive data on various metals, including Palladium.
About Palladium (XPD)
Palladium is a rare and precious metal that has gained prominence due to its essential role in catalytic converters, which are crucial for reducing harmful emissions in vehicles. As automotive technology continues to innovate, the demand for Palladium has surged, making it a vital component in the transition towards greener technologies. Furthermore, Palladium's applications extend beyond the automotive sector; it is also utilized in electronics, dentistry, and jewelry, showcasing its versatility.
In addition to its industrial applications, Palladium plays a significant role in digital supply chains and smart manufacturing processes. The integration of technology in these areas has transformed how Palladium is sourced, processed, and traded. By leveraging real-time data, businesses can optimize their operations, reduce costs, and enhance sustainability efforts.
Metals-API Information
The Metals-API is designed to provide developers with easy access to real-time and historical data for various metals, including Palladium. This API empowers users to build next-generation applications that can analyze market trends, track price fluctuations, and make informed trading decisions.
With a user-friendly interface and extensive documentation, the Metals-API allows developers to integrate metal pricing data seamlessly into their applications. The API supports a variety of endpoints, each tailored to meet specific data needs, from retrieving the latest rates to accessing historical price data.
Key Features and Endpoints
The Metals-API offers several key features that enhance its functionality and usability:
- Latest Rates Endpoint: Depending on your subscription plan, this endpoint provides real-time exchange rate data for Palladium and other metals, updated every 60 minutes or more frequently. This feature is essential for applications that require up-to-the-minute pricing information.
- Historical Rates Endpoint: Access historical rates for Palladium dating back to 2019. By appending a specific date to your query, you can retrieve past pricing data, which is invaluable for trend analysis and forecasting.
- Bid And Ask Endpoint: This feature allows you to retrieve real-time bid and ask prices for Palladium, providing insights into market liquidity and pricing dynamics.
- Convert Endpoint: The conversion endpoint enables users to convert amounts between different metals or to/from USD, facilitating easy calculations for trading and investment purposes.
- Time-Series Endpoint: Query the API for daily historical rates between two dates of your choice. This endpoint is particularly useful for analyzing price movements over specific periods.
- Fluctuation Endpoint: Track how Palladium prices fluctuate on a day-to-day basis, providing insights into market volatility and helping traders make informed decisions.
- Open/High/Low/Close (OHLC) Price Endpoint: Retrieve detailed OHLC data for Palladium, which is crucial for technical analysis and understanding market trends.
- Lowest/Highest Price Endpoint: This endpoint allows you to query the lowest and highest prices for Palladium over a specified period, aiding in market analysis.
- Historical LME Endpoint: Access historical rates for LME symbols, including Palladium, dating back to 2008, which is beneficial for long-term market analysis.
- API Key: Your unique API key is required to access the Metals-API, ensuring secure and authorized usage of the service.
- API Response: The API returns exchange rates relative to USD by default, with all data delivered in a structured JSON format for easy integration.
- Supported Symbols Endpoint: This endpoint provides a constantly updated list of all available metal symbols, including Palladium, ensuring you have access to the latest data.
- News Endpoint: Stay informed with the latest news articles related to various metals, including market trends and analysis.
API Endpoint Examples and Responses
To illustrate the capabilities of the Metals-API, here are some examples of API responses for various endpoints:
Latest Rates Endpoint
{
"success": true,
"timestamp": 1760659470,
"base": "USD",
"date": "2025-10-17",
"rates": {
"XAU": 0.000482,
"XAG": 0.03815,
"XPT": 0.000912,
"XPD": 0.000744
},
"unit": "per troy ounce"
}
This response provides the latest exchange rates for Palladium (XPD) along with other metals, allowing developers to quickly access current market data.
Historical Rates Endpoint
{
"success": true,
"timestamp": 1760573070,
"base": "USD",
"date": "2025-10-16",
"rates": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915,
"XPD": 0.000748
},
"unit": "per troy ounce"
}
This example shows how to access historical rates for Palladium, which is essential for analyzing past performance and making future predictions.
Time-series Endpoint
{
"success": true,
"timeseries": true,
"start_date": "2025-10-10",
"end_date": "2025-10-17",
"base": "USD",
"rates": {
"2025-10-10": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915
},
"2025-10-12": {
"XAU": 0.000483,
"XAG": 0.0382,
"XPT": 0.000913
},
"2025-10-17": {
"XAU": 0.000482,
"XAG": 0.03815,
"XPT": 0.000912
}
},
"unit": "per troy ounce"
}
The time-series endpoint allows users to analyze price trends over a specified period, which is crucial for making informed trading decisions.
Convert Endpoint
{
"success": true,
"query": {
"from": "USD",
"to": "XAU",
"amount": 1000
},
"info": {
"timestamp": 1760659470,
"rate": 0.000482
},
"result": 0.482,
"unit": "troy ounces"
}
This response demonstrates how to convert an amount from USD to Palladium, showcasing the API's versatility in handling various currency conversions.
Fluctuation Endpoint
{
"success": true,
"fluctuation": true,
"start_date": "2025-10-10",
"end_date": "2025-10-17",
"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"
}
The fluctuation endpoint provides insights into how Palladium prices change over time, which is essential for traders looking to capitalize on market movements.
OHLC (Open/High/Low/Close) Endpoint
{
"success": true,
"timestamp": 1760659470,
"base": "USD",
"date": "2025-10-17",
"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"
}
This endpoint is particularly useful for technical analysis, providing traders with the necessary data to make informed decisions based on market trends.
Bid/Ask Endpoint
{
"success": true,
"timestamp": 1760659470,
"base": "USD",
"date": "2025-10-17",
"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"
}
The bid/ask endpoint provides crucial information for traders, allowing them to understand market dynamics and make informed trading decisions.
Conclusion
Accessing LBMA Palladium PM daily closing prices through the Metals-API opens up a world of possibilities for developers and analysts alike. With features like real-time rates, historical data, and various endpoints tailored to specific needs, this API empowers users to build sophisticated applications that can analyze market trends and optimize trading strategies.
By leveraging the capabilities of the Metals-API, you can stay ahead in the competitive world of precious metals trading. Whether you are developing a trading platform, conducting market analysis, or simply seeking to understand the dynamics of Palladium pricing, the Metals-API provides the tools you need to succeed.
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. Embrace the power of real-time data and transform your approach to precious metals trading today!