Access real-time LME Lead (LME-LEAD) prices using this API

Access Real-Time LME Lead (LME-LEAD) Prices Using This API
In today's fast-paced financial landscape, the ability to access real-time market data is crucial for developers and businesses alike. The Metals-API offers a powerful solution for accessing real-time LME Lead (LME-LEAD) prices, along with a comprehensive suite of features that empower developers to create innovative applications. This blog post will delve into the world of Lead, its markets, and how the Metals-API can transform the way you interact with metal data.
About Lead (LME-LEAD)
Lead, represented by the symbol LME-LEAD, is a versatile metal widely used in various industries, including construction, batteries, and electronics. As the world continues to embrace digital transformation, the metal markets are also evolving. The integration of technological innovations and advancements in data analytics is reshaping how businesses operate and make decisions. With the rise of smart technology, the demand for real-time data has never been higher.
Lead's market dynamics are influenced by several factors, including supply chain fluctuations, geopolitical events, and environmental regulations. As industries strive for sustainability, the demand for recycled lead is increasing, further complicating market trends. The Metals-API provides developers with the tools to analyze these trends through real-time data, enabling them to make informed decisions based on accurate insights.
API Description
The Metals-API is a robust platform that offers real-time and historical data for various metals, including Lead. By leveraging this API, developers can build next-generation applications that provide users with up-to-date information on metal prices, trends, and fluctuations. The API's capabilities extend beyond simple price retrieval; it empowers users to perform complex analyses and gain insights into market behavior.
One of the key features of the Metals-API is its ability to deliver real-time exchange rate data. Depending on your subscription plan, the API can return the latest rates updated every 60 minutes, every 10 minutes, or even more frequently. This flexibility allows businesses to tailor their data consumption based on their specific needs.
For developers looking to access historical data, the Metals-API offers a Historical Rates Endpoint that provides access to rates dating back to 2019. This feature is invaluable for conducting trend analyses and understanding how market conditions have evolved over time.
Additionally, the API includes a Bid and Ask Endpoint, which allows users to retrieve real-time bid and ask prices for metals. This feature is particularly useful for traders and investors who need to make quick decisions based on current market conditions.
The Convert Endpoint is another powerful tool within the Metals-API, enabling users to convert any amount from one metal to another or to/from USD. This functionality is essential for businesses operating in multiple currencies or dealing with international transactions.
For those interested in tracking fluctuations, the Fluctuation Endpoint provides insights into how metal prices change over time. By analyzing this data, developers can identify patterns and make predictions about future price movements.
Key Features and Endpoints
The Metals-API boasts a wide array of features that cater to various use cases. Here are some of the key endpoints and their functionalities:
- Latest Rates Endpoint: Get real-time exchange rates for all available metals. This endpoint is crucial for applications that require up-to-the-minute pricing information.
- Historical Rates Endpoint: Access historical exchange rates for any date since 2019. This feature is essential for conducting analyses and understanding market trends over time.
- Bid And Ask Endpoint: Retrieve current bid and ask prices for metals, allowing traders to make informed decisions based on real-time data.
- Convert Endpoint: Convert any amount from one metal to another or to/from USD, facilitating international transactions and multi-currency operations.
- Time-Series Endpoint: Get exchange rates for a specific time period, enabling developers to analyze trends over time.
- Fluctuation Endpoint: Track rate fluctuations between two dates, providing insights into market volatility.
- Open/High/Low/Close (OHLC) Price Endpoint: Get OHLC data for a specific time period, which is crucial for traders looking to analyze market performance.
- Historical LME Endpoint: Access historical rates for LME symbols dating back to 2008, allowing for in-depth market analysis.
- API Key: Your unique key for accessing the API, ensuring secure and authorized usage.
- API Response: Exchange rates are delivered relative to USD, with all data returned in a structured JSON format.
- Available Endpoints: The API includes 14 endpoints, each providing different functionalities to cater to diverse needs.
- Supported Symbols Endpoint: Get a constantly updated list of all available currencies and metals supported by the API.
- News Endpoint: Retrieve the latest news articles related to various metals, keeping users informed about market developments.
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 how to interact with the Metals-API is crucial for developers. Below are examples of various API endpoints, along with their expected JSON responses:
Latest Rates Endpoint
Get real-time exchange rates for all available metals.
{
"success": true,
"timestamp": 1758042030,
"base": "USD",
"date": "2025-09-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"
}
Historical Rates Endpoint
Access historical exchange rates for any date since 1999.
{
"success": true,
"timestamp": 1757955630,
"base": "USD",
"date": "2025-09-15",
"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-09-09",
"end_date": "2025-09-16",
"base": "USD",
"rates": {
"2025-09-09": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915
},
"2025-09-11": {
"XAU": 0.000483,
"XAG": 0.0382,
"XPT": 0.000913
},
"2025-09-16": {
"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": 1758042030,
"rate": 0.000482
},
"result": 0.482,
"unit": "troy ounces"
}
Fluctuation Endpoint
Track rate fluctuations between two dates.
{
"success": true,
"fluctuation": true,
"start_date": "2025-09-09",
"end_date": "2025-09-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"
}
OHLC (Open/High/Low/Close) Endpoint
Get OHLC data for a specific time period.
{
"success": true,
"timestamp": 1758042030,
"base": "USD",
"date": "2025-09-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"
}
Bid/Ask Endpoint
Get current bid and ask prices for metals.
{
"success": true,
"timestamp": 1758042030,
"base": "USD",
"date": "2025-09-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"
}
Conclusion
The Metals-API provides a comprehensive solution for accessing real-time LME Lead (LME-LEAD) prices and other metal data. By leveraging its powerful features, developers can create innovative applications that enhance decision-making processes in various industries. The API's ability to deliver real-time data, historical insights, and advanced analytical capabilities positions it as a vital tool for businesses navigating the complexities of the metal markets.
For more information on how to get started with the Metals-API, refer to the Metals-API Documentation. Explore the full range of supported symbols on the Metals-API Supported Symbols page and unlock the potential of real-time metals data for your applications.