Get Accurate LBMA Palladium Am (LBXPDAM) Prices in Multiple Currencies Using This Simple API
Get Accurate LBMA Palladium Am (LBXPDAM) Prices in Multiple Currencies Using This Simple API
In today's fast-paced financial landscape, having access to accurate and real-time data is crucial for businesses and developers alike. The Metals-API provides a powerful solution for obtaining precise LBMA Palladium Am (LBXPDAM) prices in various currencies. This API not only delivers up-to-date pricing information but also empowers developers to create innovative applications that leverage this data for various business applications.
About Palladium (XPD)
Palladium, represented by the symbol XPD, has gained significant attention in recent years due to its critical role in automotive technology innovation, particularly in catalytic converters. As the automotive industry shifts towards greener technologies, the demand for palladium is expected to rise, making it an essential metal for environmental solutions. Furthermore, the integration of palladium in digital supply chains and smart manufacturing processes highlights its importance in modern technology.
With the Metals-API Documentation, developers can access real-time palladium prices and historical data, enabling them to build applications that can analyze market trends, optimize supply chains, and enhance decision-making processes.
API Description
The Metals-API is designed to provide developers with a robust set of tools for accessing metal prices, including palladium. This API offers a variety of endpoints that cater to different needs, from retrieving the latest rates to historical data analysis. By utilizing this API, developers can create applications that respond to market changes in real-time, providing users with the most accurate information available.
One of the standout features of the Metals-API is its ability to deliver data in multiple currencies. This capability is particularly beneficial for businesses operating in international markets, as it allows for seamless currency conversion and price comparison. The API supports a wide range of currencies, making it a versatile tool for developers.
Key Features and Endpoints
The Metals-API offers several key features that enhance its functionality:
- Latest Rates Endpoint: Depending on your subscription plan, this endpoint returns real-time exchange rate data updated every 60 minutes, every 10 minutes, or even more frequently. This feature is essential for applications that require up-to-the-minute pricing information.
- Historical Rates Endpoint: Access historical rates for most currencies dating back to 2019. This endpoint allows developers to query the API for historical rates by appending a specific date, enabling in-depth market analysis.
- Bid And Ask Endpoint: This powerful feature retrieves real-time bid and ask prices, providing users with insights into market liquidity and pricing dynamics.
- Convert Endpoint: The API includes a dedicated currency conversion endpoint, allowing users to convert any amount from one currency to another. This feature is particularly useful for businesses that operate across different regions.
- Time-Series Endpoint: Developers can query the API for daily historical rates between two dates of their choice, facilitating trend analysis and forecasting.
- Fluctuation Endpoint: This endpoint provides information about how currencies fluctuate on a day-to-day basis, helping businesses understand market volatility.
- Carat Endpoint: Retrieve information about gold rates by carat, which is essential for jewelers and precious metal traders.
- Lowest/Highest Price Endpoint: Query the API to get the lowest and highest price for a specific date range, aiding in market analysis.
- Open/High/Low/Close (OHLC) Price Endpoint: This endpoint allows users to get the open, high, low, and close price for a specific date, providing a comprehensive view of market performance.
- Historical LME Endpoint: Access historical rates for LME symbols dating back to 2008, which is invaluable for traders and analysts.
- API Key: Each user is provided with a unique API key that must be included in requests to authenticate access to the API.
- API Response: The API delivers exchange rates relative to USD by default, ensuring consistency in data presentation.
- Available Endpoints: The Metals-API includes 14 different endpoints, each providing unique functionalities tailored to various user needs.
- Supported Symbols Endpoint: This endpoint returns all available currencies, allowing developers to easily identify which symbols they can work with.
- 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. This resource is invaluable for developers looking to integrate specific metal data into their applications.
API Endpoint Examples and Responses
Understanding the API's response structure is crucial for effective implementation. Below are examples of various endpoints and their corresponding JSON responses:
Latest Rates Endpoint
Get real-time exchange rates for all available metals.
{
"success": true,
"timestamp": 1765757124,
"base": "USD",
"date": "2025-12-15",
"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": 1765670724,
"base": "USD",
"date": "2025-12-14",
"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": "2025-12-08",
"end_date": "2025-12-15",
"base": "USD",
"rates": {
"2025-12-08": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915
},
"2025-12-10": {
"XAU": 0.000483,
"XAG": 0.0382,
"XPT": 0.000913
},
"2025-12-15": {
"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": 1765757124,
"rate": 0.000482
},
"result": 0.482,
"unit": "troy ounces"
}
Fluctuation Endpoint
Track rate fluctuations between two dates.
{
"success": true,
"fluctuation": true,
"start_date": "2025-12-08",
"end_date": "2025-12-15",
"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": 1765757124,
"base": "USD",
"date": "2025-12-15",
"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": 1765757124,
"base": "USD",
"date": "2025-12-15",
"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 resource for developers looking to access accurate LBMA Palladium Am (LBXPDAM) prices in multiple currencies. With its extensive range of endpoints and features, this API empowers businesses to make informed decisions based on real-time data. By leveraging the capabilities of the Metals-API, developers can create innovative applications that enhance market analysis, optimize supply chains, and drive technological advancements in various industries.
For more information on how to implement this powerful API, visit the Metals-API Documentation and explore the Metals-API Supported Symbols page to discover the full range of available metal symbols. Start building your next-generation applications today with the Metals-API Website.