Get real-time Lead Ingot China Spot (LEAD-CH) prices using this API
Get Real-Time Lead Ingot China Spot (LEAD-CH) Prices Using This API
In the rapidly evolving landscape of metal markets, the demand for real-time data has never been more critical. The ability to access accurate and timely information about Lead (XLE) prices can significantly impact trading strategies and investment decisions. With the Metals-API, developers can seamlessly integrate real-time Lead prices into their applications, enabling smarter decision-making and enhanced market analysis.
About Lead (XLE)
Lead is a versatile metal widely used in various industries, from batteries to radiation shielding. As digital transformation sweeps through the metal markets, the integration of technological innovations is reshaping how traders and investors interact with market data. The Metals-API stands at the forefront of this transformation, offering developers the tools to harness data analytics and insights that drive smarter trading decisions.
Technological advancements in the metals market have paved the way for innovative applications that leverage real-time data. By utilizing the Metals-API, developers can create applications that not only provide current Lead prices but also analyze historical trends, track fluctuations, and convert between different currencies. This level of integration allows for a comprehensive understanding of market dynamics, empowering users to make informed decisions.
API Description
The Metals-API is a powerful tool that provides real-time and historical data for various metals, including Lead. With its robust capabilities, developers can build next-generation applications that cater to the needs of traders, investors, and analysts. The API offers a wide range of endpoints, each designed to deliver specific functionalities that enhance the user experience.
For detailed information on how to utilize the API, refer to the Metals-API Documentation. This resource provides comprehensive guidance on implementing the API, including endpoint descriptions, parameter details, and response formats.
Key Features and Endpoints
The Metals-API comes equipped with several key features that enable developers to access and manipulate metal price data effectively. Here are some of the most notable endpoints:
- Latest Rates Endpoint: This endpoint provides real-time exchange rate data for Lead and other metals. Depending on your subscription plan, the API can return updates every 60 minutes or even more frequently. This feature is essential for traders who need the latest market information to make timely decisions.
- Historical Rates Endpoint: Access historical rates dating back to 2019 by appending a specific date to the API request. This functionality allows users to analyze past trends and make predictions based on historical data.
- Bid and Ask Endpoint: Retrieve real-time bid and ask prices for Lead and other metals. This feature is crucial for traders looking to understand market sentiment and make informed buying or selling decisions.
- Convert Endpoint: The Metals-API includes a currency conversion endpoint, allowing users to convert amounts from one metal to another or to/from USD. This is particularly useful for traders dealing with multiple currencies.
- Time-Series Endpoint: Query the API for daily historical rates between two specified dates. This endpoint is valuable for users looking to analyze trends over specific time frames.
- Fluctuation Endpoint: Track how Lead prices fluctuate on a day-to-day basis. This endpoint provides insights into market volatility, helping traders to strategize effectively.
- Carat Endpoint: Retrieve information about Gold rates by Carat. This feature is beneficial for users interested in precious metals beyond Lead.
- Lowest/Highest Price Endpoint: Query the API to get the lowest and highest prices for Lead over a specified period. This information is vital for understanding market extremes.
- Open/High/Low/Close (OHLC) Price Endpoint: Access open, high, low, and close prices for Lead over a specific date range. This data is essential for technical analysis.
- Historical LME Endpoint: Access historical rates for LME symbols dating back to 2008. This endpoint is particularly useful for users interested in long-term trends.
- API Key: Your unique API key is required to access the API. It must be included in the request URL to authenticate your access.
- API Response: The Metals-API returns exchange rates relative to USD by default, providing a consistent basis for comparison.
- Available Endpoints: The API includes 14 endpoints, each offering different functionalities to cater to various user needs.
- Supported Symbols Endpoint: Access a constantly updated list of all available currencies and metals supported by the API.
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
Latest Rates Endpoint
Get real-time exchange rates for all available metals:
{
"success": true,
"timestamp": 1784074120,
"base": "USD",
"date": "2026-07-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": 1783987720,
"base": "USD",
"date": "2026-07-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": "2026-07-08",
"end_date": "2026-07-15",
"base": "USD",
"rates": {
"2026-07-08": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915
},
"2026-07-10": {
"XAU": 0.000483,
"XAG": 0.0382,
"XPT": 0.000913
},
"2026-07-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": 1784074120,
"rate": 0.000482
},
"result": 0.482,
"unit": "troy ounces"
}
Fluctuation Endpoint
Track rate fluctuations between two dates:
{
"success": true,
"fluctuation": true,
"start_date": "2026-07-08",
"end_date": "2026-07-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": 1784074120,
"base": "USD",
"date": "2026-07-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": 1784074120,
"base": "USD",
"date": "2026-07-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 a transformative tool that empowers developers to access real-time Lead prices and historical data, enabling smarter trading decisions and market analysis. By integrating this API into applications, developers can leverage the power of data analytics, track market fluctuations, and convert between different currencies seamlessly. The comprehensive documentation and support provided by the Metals-API ensure that developers have the resources they need to implement these features effectively.
As the metal markets continue to evolve, staying ahead of trends and utilizing innovative technologies will be crucial for success. The Metals-API not only facilitates access to vital market data but also opens up new possibilities for application development in the financial sector. For more information on how to get started, visit the Metals-API Website and explore the extensive Metals-API Documentation to unlock the full potential of this powerful API.