The Easiest Way to Get LBMA Palladium Am (LBXPDAM) Historical Rates with API Access
The Easiest Way to Get LBMA Palladium Am (LBXPDAM) Historical Rates with API Access
In today's fast-paced financial landscape, having access to real-time and historical data is crucial for developers and businesses alike. The Metals-API provides a robust solution for accessing LBMA Palladium Am (LBXPDAM) historical rates through its comprehensive API. This blog post will guide you through the process of retrieving historical prices for Palladium using the Metals-API, including example endpoints, parameters, and data formats.
About Palladium (XPD)
Palladium, represented by the symbol XPD, is a precious metal that has gained significant attention in recent years, particularly in the automotive industry. As a key component in catalytic converters, Palladium plays a vital role in reducing harmful emissions from vehicles. The demand for Palladium has surged due to innovations in automotive technology, where manufacturers are increasingly integrating advanced materials to meet stringent environmental regulations.
Moreover, Palladium is not just limited to automotive applications; it is also utilized in electronics, dentistry, and jewelry. The growing emphasis on environmental solutions and sustainable practices has further propelled the demand for Palladium, making it a valuable asset for investors and developers alike.
API Description
The Metals-API is designed to empower developers by providing real-time and historical data on various metals, including Palladium. With its innovative capabilities, the API allows users to build next-generation applications that leverage real-time metals data for financial analysis, market research, and investment strategies. The API supports a wide range of functionalities, making it an essential tool for anyone looking to integrate metals data into their applications.
For detailed information on how to use the API, you can refer to the Metals-API Documentation, which provides comprehensive guidance on endpoints, parameters, and response formats.
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. Depending on your subscription plan, you can receive updates every 60 minutes or even more frequently.
- Historical Rates Endpoint: Access historical rates for Palladium dating back to 2019. You can query the API by appending a specific date to retrieve past prices.
- Bid and Ask Endpoint: This feature allows you to retrieve real-time bid and ask prices for Palladium, enabling you to make informed trading decisions.
- Convert Endpoint: Easily convert any amount from Palladium to another metal or to/from USD, facilitating seamless transactions.
- Time-Series Endpoint: Query the API for daily historical rates between two dates of your choice, providing insights into price trends over time.
- Fluctuation Endpoint: Track how Palladium prices fluctuate between two dates, helping you understand market volatility.
- Open/High/Low/Close (OHLC) Price Endpoint: Get detailed OHLC data for Palladium, which is essential for technical analysis.
- Lowest/Highest Price Endpoint: Retrieve the lowest and highest prices for Palladium over a specified period.
- Historical LME Endpoint: Access historical rates for LME symbols, including Palladium, dating back to 2008.
- API Key: Your unique API key is required to access the API, ensuring secure and authorized usage.
- API Response: The API delivers exchange rates relative to USD by default, with all data returned in a structured JSON format.
- Supported Symbols Endpoint: This endpoint provides a constantly updated list of all available metal symbols, including Palladium.
- News Endpoint: Stay informed with the latest news articles related to Palladium and other metals.
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
To illustrate how to use the Metals-API effectively, here are some example endpoints and their corresponding JSON responses:
Latest Rates Endpoint
Get real-time exchange rates for Palladium and other metals:
{
"success": true,
"timestamp": 1769170067,
"base": "USD",
"date": "2026-01-23",
"rates": {
"XAU": 0.000482,
"XAG": 0.03815,
"XPT": 0.000912,
"XPD": 0.000744
},
"unit": "per troy ounce"
}
Historical Rates Endpoint
Access historical exchange rates for Palladium:
{
"success": true,
"timestamp": 1769083667,
"base": "USD",
"date": "2026-01-22",
"rates": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915,
"XPD": 0.000748
},
"unit": "per troy ounce"
}
Time-Series Endpoint
Get exchange rates for Palladium over a specific time period:
{
"success": true,
"timeseries": true,
"start_date": "2026-01-16",
"end_date": "2026-01-23",
"base": "USD",
"rates": {
"2026-01-16": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915
},
"2026-01-18": {
"XAU": 0.000483,
"XAG": 0.0382,
"XPT": 0.000913
},
"2026-01-23": {
"XAU": 0.000482,
"XAG": 0.03815,
"XPT": 0.000912
}
},
"unit": "per troy ounce"
}
Convert Endpoint
Convert any amount from Palladium to another metal or to/from USD:
{
"success": true,
"query": {
"from": "USD",
"to": "XAU",
"amount": 1000
},
"info": {
"timestamp": 1769170067,
"rate": 0.000482
},
"result": 0.482,
"unit": "troy ounces"
}
Fluctuation Endpoint
Track rate fluctuations for Palladium between two dates:
{
"success": true,
"fluctuation": true,
"start_date": "2026-01-16",
"end_date": "2026-01-23",
"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) Price Endpoint
Get OHLC data for Palladium over a specific time period:
{
"success": true,
"timestamp": 1769170067,
"base": "USD",
"date": "2026-01-23",
"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 Palladium:
{
"success": true,
"timestamp": 1769170067,
"base": "USD",
"date": "2026-01-23",
"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
Accessing LBMA Palladium Am (LBXPDAM) historical rates has never been easier, thanks to the powerful capabilities of the Metals-API. By utilizing various endpoints, developers can retrieve real-time and historical data, enabling them to make informed decisions in the ever-evolving metals market. Whether you are interested in tracking price fluctuations, converting currencies, or analyzing historical trends, the Metals-API provides the tools necessary to succeed.
For further exploration, refer to the Metals-API Documentation for detailed guidance on implementation. Additionally, the Metals-API Supported Symbols page offers a comprehensive list of available metal symbols, ensuring you have all the resources needed to integrate this valuable data into your applications.
In conclusion, the Metals-API stands as a transformative tool in the realm of metals data, offering developers the ability to harness real-time insights and historical analysis for Palladium and beyond. Embrace the future of metals trading and analysis with the Metals-API.