Obtain Lead - LME 3-month (LEAD3M) Historical Prices with this API
Obtain Lead - LME 3-month (LEAD3M) Historical Prices with this API
In today's fast-paced financial landscape, the demand for accurate and timely data is paramount, especially in the metal markets. One of the most sought-after metals is Lead, represented by the symbol LEAD3M. Obtaining historical prices for Lead has become increasingly accessible through the innovative Metals-API. This blog post will delve into the intricacies of Lead, the transformative potential of real-time metals data, and how developers can leverage the Metals-API to access historical prices and other valuable insights.
About Lead (XLE)
Lead is a versatile metal that plays a critical role in various industries, including construction, batteries, and radiation shielding. As the world moves towards digital transformation, the metal markets are also evolving. Technological advancements have paved the way for enhanced data analytics and insights, enabling stakeholders to make informed decisions based on real-time data. The integration of smart technology in metal trading is revolutionizing how businesses operate, providing them with the tools needed to thrive in a competitive environment.
As we look to the future, the possibilities for Lead and other metals are vast. The demand for sustainable practices and innovative solutions will drive the market, making it essential for developers and businesses to stay ahead of the curve. By utilizing the Metals-API, developers can harness the power of data to create applications that provide valuable insights into Lead prices and trends.
API Description
The Metals-API is a powerful tool that provides real-time and historical data for various metals, including Lead. This API is designed to empower developers to build next-generation applications that can analyze and visualize metal prices effectively. With a focus on innovation and technological advancement, the Metals-API offers a range of features that cater to the needs of modern businesses.
One of the standout capabilities of the Metals-API is its ability to deliver real-time exchange rate data. Depending on your subscription plan, the API can provide updates every 60 minutes, every 10 minutes, or even more frequently. This ensures that users have access to the most current information available, allowing them to make timely decisions.
Additionally, the Metals-API offers a comprehensive suite of endpoints that cater to various use cases. For instance, the Historical Rates Endpoint allows users to access historical prices dating back to 2019. By appending a specific date to the API request, developers can retrieve valuable historical data that can be used for analysis and forecasting.
Key Features and Endpoints
The Metals-API is equipped with numerous endpoints, each designed to provide specific functionalities. Here are some of the key features:
- Latest Rates Endpoint: This endpoint returns real-time exchange rate data for metals, updated based on your subscription plan. For example, if you are subscribed to a plan that updates every 10 minutes, you will receive the latest rates accordingly.
- Historical Rates Endpoint: Users can access historical rates for most metals dating back to 2019. By appending a date to the API request, developers can easily query historical prices for Lead and other metals.
- Bid And Ask Endpoint: This powerful feature allows users to retrieve real-time Bid and Ask prices for metals, providing insights into market dynamics and trading opportunities.
- Convert Endpoint: The Metals-API includes a currency conversion endpoint, enabling users to convert amounts from one metal to another or to/from USD. This is particularly useful for businesses operating in multiple currencies.
- Time-Series Endpoint: This endpoint allows users to query the API for daily historical rates between two specified dates. This feature is invaluable for trend analysis and forecasting.
- Fluctuation Endpoint: Users can track how metal prices fluctuate on a day-to-day basis, providing insights into market volatility and trends.
- Carat Endpoint: This endpoint provides information about Gold rates by Carat, allowing users to access detailed pricing information based on purity.
- Lowest/Highest Price Endpoint: Users can query the API to retrieve the lowest and highest prices for a specified date, which is essential for understanding market extremes.
- Open/High/Low/Close (OHLC) Price Endpoint: This endpoint provides open, high, low, and close prices for a specific date, allowing users to analyze price movements throughout the trading day.
- Historical LME Endpoint: This endpoint allows users to access historical rates for LME symbols dating back to 2008, providing a wealth of data for analysis.
- API Key: Users must include their unique API Key in the API request to authenticate and access the data.
- API Response: The Metals-API delivers exchange rates relative to USD by default, ensuring consistency in data interpretation.
- Available Endpoints: The API features 14 endpoints, each providing distinct functionalities to cater to various user needs.
- Supported Symbols Endpoint: This endpoint returns a constantly updated list of all available metal symbols, ensuring users have access to the latest information.
- News Endpoint: Users can retrieve the latest news articles related to various metals, keeping them informed about market developments.
API Endpoint Examples and Responses
To illustrate the capabilities of the Metals-API, let's explore some example responses for key endpoints:
Latest Rates Endpoint
{
"success": true,
"timestamp": 1768868173,
"base": "USD",
"date": "2026-01-20",
"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
{
"success": true,
"timestamp": 1768781773,
"base": "USD",
"date": "2026-01-19",
"rates": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915,
"XPD": 0.000748
},
"unit": "per troy ounce"
}
Time-series Endpoint
{
"success": true,
"timeseries": true,
"start_date": "2026-01-13",
"end_date": "2026-01-20",
"base": "USD",
"rates": {
"2026-01-13": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915
},
"2026-01-15": {
"XAU": 0.000483,
"XAG": 0.0382,
"XPT": 0.000913
},
"2026-01-20": {
"XAU": 0.000482,
"XAG": 0.03815,
"XPT": 0.000912
}
},
"unit": "per troy ounce"
}
Convert Endpoint
{
"success": true,
"query": {
"from": "USD",
"to": "XAU",
"amount": 1000
},
"info": {
"timestamp": 1768868173,
"rate": 0.000482
},
"result": 0.482,
"unit": "troy ounces"
}
Fluctuation Endpoint
{
"success": true,
"fluctuation": true,
"start_date": "2026-01-13",
"end_date": "2026-01-20",
"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
{
"success": true,
"timestamp": 1768868173,
"base": "USD",
"date": "2026-01-20",
"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
{
"success": true,
"timestamp": 1768868173,
"base": "USD",
"date": "2026-01-20",
"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 is a powerful resource for developers looking to access historical prices and real-time data for Lead and other metals. By leveraging the various endpoints offered by the API, developers can create applications that provide valuable insights into market trends and pricing dynamics. The integration of advanced data analytics and smart technology into the metal markets is transforming how businesses operate, making it essential for developers to stay informed and equipped with the right tools.
For more information on how to get started with the Metals-API, visit the Metals-API Documentation and explore the Metals-API Supported Symbols to find the right data for your needs. The future of metal trading is here, and with the right tools, you can be at the forefront of this exciting transformation.