Access LBMA Gold Pm (LBXAUPM) Historical Prices with this API

Access LBMA Gold Pm (LBXAUPM) Historical Prices with this API
In the ever-evolving landscape of precious metals trading, having access to accurate and timely data is paramount. For developers and traders alike, the ability to access historical prices for Gold (XAU) through the Metals-API is a game changer. This blog post delves into the innovative features of the Metals-API, focusing on how to retrieve historical prices and leverage this data for market insights and trading strategies.
About Gold (XAU)
Gold has long been a symbol of wealth and stability, serving as a hedge against inflation and economic uncertainty. In recent years, the digital transformation of precious metals has opened new avenues for trading and investment. With the integration of data analytics and technology, traders can now access real-time market insights that were previously unavailable. The Metals-API stands at the forefront of this transformation, providing developers with the tools needed to build next-generation applications that utilize real-time metals data.
As the market for digital assets continues to grow, the importance of accurate price discovery becomes even more critical. The Metals-API not only offers historical price data but also empowers developers to innovate in the realm of trading technology. By utilizing this API, developers can create applications that provide users with comprehensive insights into market trends, price fluctuations, and investment opportunities.
API Description
The Metals-API is a powerful tool designed for developers seeking to integrate precious metals data into their applications. With a focus on innovation and technological advancement, this API allows users to access a wide range of functionalities, including real-time price updates, historical data retrieval, and currency conversion. The transformative potential of real-time metals data cannot be overstated, as it enables developers to build applications that respond to market changes instantaneously.
For more detailed information, you can visit the Metals-API Website or refer to the Metals-API Documentation for comprehensive guidance on implementation.
Key Features and Endpoints
The Metals-API offers a variety of endpoints that cater to different needs within the precious metals market. Here are some of the key features:
- Latest Rates Endpoint: Depending on your subscription plan, this endpoint provides real-time exchange rate data updated every 60 minutes, every 10 minutes, or even more frequently. This feature is essential for traders who need to make quick decisions based on the latest market data.
- Historical Rates Endpoint: Users can access historical rates for most currencies dating back to 2019. By appending a specific date to the API request, developers can retrieve historical price data for Gold (XAU) and other metals, allowing for in-depth market analysis.
- Bid And Ask Endpoint: This powerful feature enables users to retrieve real-time Bid and Ask prices, which are crucial for executing trades at optimal prices. Understanding the spread between these prices can significantly impact trading strategies.
- Convert Endpoint: The Metals-API includes a currency conversion endpoint, allowing users to convert any amount from one currency to another. This feature is particularly useful for traders operating in multiple currencies.
- Time-Series Endpoint: This endpoint allows users to query the API for daily historical rates between two specified dates. This is invaluable for analyzing trends over time and making informed trading decisions.
- Fluctuation Endpoint: Users can track how currencies fluctuate on a day-to-day basis, providing insights into market volatility and helping traders anticipate price movements.
- Carat Endpoint: This feature allows users to retrieve information about Gold rates by Carat, which is essential for jewelers and those involved in the jewelry market.
- Lowest/Highest Price Endpoint: Users can query the API to get the lowest and highest prices for a specified period, which is crucial for understanding market extremes.
- Open/High/Low/Close (OHLC) Price Endpoint: This endpoint provides users with the open, high, low, and close prices for a specific date, allowing for detailed market analysis.
- Historical LME Endpoint: Access historical rates for LME symbols dating back to 2008, which is essential for those trading industrial metals.
- API Key: Your unique API key is essential for accessing the Metals-API. It must be included in the API base URL's access_key parameter to authenticate your requests.
- API Response: The API delivers exchange rates relative to USD by default, ensuring consistency in data interpretation.
- Available Endpoints: The Metals-API provides a constantly updated endpoint that returns all available currencies, ensuring users have access to the latest data.
- Gold Price India Endpoint: Retrieve the latest gold price in India using this dedicated endpoint, which is particularly useful for traders in the Indian market.
- News Endpoint: Stay updated with the latest news articles related to various metals, helping traders stay informed about market-moving events.
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
Latest Rates Endpoint
Get real-time exchange rates for all available metals.
{
"success": true,
"timestamp": 1748045355,
"base": "USD",
"date": "2025-05-24",
"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": 1747958955,
"base": "USD",
"date": "2025-05-23",
"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-05-17",
"end_date": "2025-05-24",
"base": "USD",
"rates": {
"2025-05-17": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915
},
"2025-05-19": {
"XAU": 0.000483,
"XAG": 0.0382,
"XPT": 0.000913
},
"2025-05-24": {
"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": 1748045355,
"rate": 0.000482
},
"result": 0.482,
"unit": "troy ounces"
}
Fluctuation Endpoint
Track rate fluctuations between two dates.
{
"success": true,
"fluctuation": true,
"start_date": "2025-05-17",
"end_date": "2025-05-24",
"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": 1748045355,
"base": "USD",
"date": "2025-05-24",
"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": 1748045355,
"base": "USD",
"date": "2025-05-24",
"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
In conclusion, the Metals-API provides a robust framework for accessing historical prices and real-time data for Gold (XAU) and other precious metals. By leveraging the various endpoints offered by the API, developers can create applications that not only track market trends but also provide valuable insights for traders. The integration of technology and data analytics in precious metals trading is paving the way for innovative solutions that enhance trading strategies and investment decisions.
For those looking to dive deeper into the world of precious metals trading, the Metals-API is an invaluable resource. Whether you are interested in historical data, real-time rates, or market fluctuations, this API equips you with the tools necessary to succeed in the dynamic world of precious metals. Explore the Metals-API Documentation for more information on how to implement these features and take your trading to the next level.