Get LBMA Palladium Pm (LBXPDPM) prices with this API endpoint
Get LBMA Palladium Pm (LBXPDPM) prices with this API endpoint
In the ever-evolving landscape of precious metals trading, having access to real-time data is crucial for developers and businesses alike. The Metals-API provides a robust solution for obtaining LBMA Palladium PM (LBXPDPM) prices, along with a wealth of information on various metals. This blog post will delve into the intricacies of Palladium (XPD), its market dynamics, and how the Metals-API can empower developers to create innovative applications that leverage real-time metals data.
About Palladium (XPD)
Palladium is a precious metal that has gained significant traction in recent years, primarily due to its critical role in automotive technology innovation. As the automotive industry shifts towards cleaner technologies, Palladium is increasingly used in catalytic converters to reduce harmful emissions. This shift not only highlights the metal's importance in environmental solutions but also underscores the need for accurate and timely market data.
Moreover, the integration of digital supply chains and smart manufacturing processes has transformed how Palladium is sourced and traded. The demand for real-time data is paramount, as it allows manufacturers and traders to make informed decisions, optimize their supply chains, and respond swiftly to market fluctuations.
API Description
The Metals-API is designed to provide developers with access to real-time and historical data on various metals, including Palladium. By utilizing this API, developers can build next-generation applications that integrate metals pricing, historical trends, and conversion functionalities. The API's capabilities extend beyond mere data retrieval; it empowers users to create innovative solutions that can enhance decision-making processes in industries reliant on precious metals.
For comprehensive information on how to use the API, refer to the Metals-API Documentation. This resource provides detailed guidance on authentication, endpoint usage, and response formats.
Key Features and Endpoints
The Metals-API offers a variety of endpoints that cater to different needs, making it a versatile tool for developers. Here are some of the key features:
- Latest Rates Endpoint: This endpoint provides real-time exchange rate data for Palladium and other metals, updated every 60 minutes, 10 minutes, or even more frequently, depending on your subscription plan. This feature is essential for applications that require up-to-the-minute pricing information.
- Historical Rates Endpoint: Access historical rates dating back to 2019 by appending a specific date (YYYY-MM-DD) to the endpoint. This functionality is invaluable for analyzing market trends and making informed predictions.
- Bid And Ask Endpoint: Retrieve real-time bid and ask prices for Palladium, allowing traders to gauge market sentiment and make timely trading decisions.
- Convert Endpoint: This feature allows users to convert any amount from one metal to another or to/from USD. This is particularly useful for businesses that deal in multiple currencies and metals.
- Time-Series Endpoint: Query the API for daily historical rates between two dates of your choice. This endpoint is beneficial 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.
- Carat Endpoint: Retrieve information about Gold rates by Carat, which can be useful for jewelers and traders dealing in precious metals.
- Lowest/Highest Price Endpoint: Query the API to get the lowest and highest price for Palladium over a specified period, aiding in market analysis.
- Open/High/Low/Close (OHLC) Price Endpoint: Get the 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, allowing for extensive market research.
- API Key: Your unique API key is essential for accessing the API and must be included in the request URL.
- API Response: The Metals-API delivers exchange rates relative to USD, ensuring consistency across data retrieval.
- Available Endpoints: With 14 API endpoints, the Metals-API provides a comprehensive suite of functionalities for developers.
- Supported Symbols Endpoint: This endpoint returns all available currencies and metals, ensuring users have access to the latest data.
- News Endpoint: Retrieve the latest news articles related to various metals, keeping users informed about market 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.
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
{
"success": true,
"timestamp": 1778890156,
"base": "USD",
"date": "2026-05-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"
}
The above response indicates a successful request for the latest rates, with the base currency set to USD. The rates for various metals, including Palladium (XPD), are provided in troy ounces.
Historical Rates Endpoint
{
"success": true,
"timestamp": 1778803756,
"base": "USD",
"date": "2026-05-15",
"rates": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915,
"XPD": 0.000748
},
"unit": "per troy ounce"
}
This response shows historical rates for a specific date, allowing users to analyze past pricing trends.
Time-series Endpoint
{
"success": true,
"timeseries": true,
"start_date": "2026-05-09",
"end_date": "2026-05-16",
"base": "USD",
"rates": {
"2026-05-09": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915
},
"2026-05-11": {
"XAU": 0.000483,
"XAG": 0.0382,
"XPT": 0.000913
},
"2026-05-16": {
"XAU": 0.000482,
"XAG": 0.03815,
"XPT": 0.000912
}
},
"unit": "per troy ounce"
}
The time-series response provides daily rates for the specified period, enabling users to visualize price movements over time.
Convert Endpoint
{
"success": true,
"query": {
"from": "USD",
"to": "XAU",
"amount": 1000
},
"info": {
"timestamp": 1778890156,
"rate": 0.000482
},
"result": 0.482,
"unit": "troy ounces"
}
This response illustrates how to convert an amount from one currency to another, providing the conversion rate and the result in troy ounces.
Fluctuation Endpoint
{
"success": true,
"fluctuation": true,
"start_date": "2026-05-09",
"end_date": "2026-05-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"
}
The fluctuation endpoint provides insights into how prices have changed over a specified period, which is essential for traders looking to capitalize on market movements.
OHLC (Open/High/Low/Close) Price Endpoint
{
"success": true,
"timestamp": 1778890156,
"base": "USD",
"date": "2026-05-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"
}
This response provides the open, high, low, and close prices for Palladium, which are critical for traders conducting technical analysis.
Bid/Ask Endpoint
{
"success": true,
"timestamp": 1778890156,
"base": "USD",
"date": "2026-05-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"
}
The bid/ask response provides current market prices, which are essential for traders looking to execute orders at optimal prices.
Conclusion
In conclusion, the Metals-API offers a comprehensive suite of features that empower developers to access real-time and historical data on Palladium and other precious metals. By leveraging this API, businesses can enhance their decision-making processes, optimize their supply chains, and respond swiftly to market changes. The ability to retrieve various data points, including latest rates, historical trends, and bid/ask prices, makes the Metals-API an invaluable tool for anyone involved in the metals market.
For further exploration, developers are encouraged to visit the Metals-API Documentation for detailed guidance on implementation, and to check the Metals-API Supported Symbols page for a complete list of available symbols. By integrating the Metals-API into their applications, developers can unlock the full potential of real-time metals data and drive innovation in their respective fields.