Access Comprehensive Lithium Sep 2025 (LMU25) Historical Prices with this API
Access Comprehensive Lithium Sep 2025 (LMU25) Historical Prices with this API
In today's fast-paced digital landscape, the demand for real-time data and analytics is more critical than ever, especially in the metals market. Lithium, a key component in batteries and electric vehicles, is at the forefront of this transformation. With the Metals-API, developers can access comprehensive historical prices for Lithium (LMU25) and other metals, enabling them to build innovative applications that leverage real-time data. This blog post will explore the capabilities of the Metals-API, focusing on how to retrieve historical prices and the transformative potential of this technology.
About Lithium (LITHIUM)
Lithium is a soft, silvery-white metal that is highly reactive and flammable. It is primarily used in rechargeable batteries for mobile phones, laptops, digital cameras, and electric vehicles. As the world shifts towards renewable energy and electric mobility, the demand for Lithium is expected to surge. This digital transformation in metal markets is driven by technological innovation and advancement, where data analytics and insights play a crucial role in decision-making processes.
The integration of smart technology in the metals market allows for real-time tracking of prices, trends, and fluctuations. Developers can harness the power of data analytics to gain insights into market dynamics, enabling them to make informed decisions. The future of Lithium and other metals is bright, with possibilities for enhanced efficiency, sustainability, and profitability.
Metals-API Overview
The Metals-API is a powerful tool that provides real-time and historical data for various metals, including Lithium. This API empowers developers to build next-generation applications that require accurate and timely information. With a user-friendly interface and comprehensive documentation, the Metals-API is designed to meet the needs of technically proficient API developers.
One of the standout features of the Metals-API is its ability to deliver real-time exchange rate data. Depending on your subscription plan, the API can return data updated every 60 minutes, every 10 minutes, or even more frequently. This flexibility allows developers to tailor their applications to specific requirements, ensuring they have access to the most current information available.
Key Features and Endpoints
The Metals-API offers a variety of endpoints that cater to different data needs. Here are some of the key features:
- Latest Rates Endpoint: This endpoint provides real-time exchange rates for all available metals. By querying this endpoint, developers can access the most up-to-date pricing information, which is crucial for applications that require immediate data.
- Historical Rates Endpoint: Historical rates are available for most currencies dating back to 2019. Developers can query the Metals-API for historical rates by appending a specific date to the endpoint, allowing for in-depth analysis of price trends over time.
- Bid and Ask Endpoint: This powerful feature enables developers to retrieve real-time Bid and Ask prices for metals. Understanding the bid-ask spread is essential for traders and investors looking to make informed decisions.
- Convert Endpoint: The Metals-API includes a currency conversion endpoint, allowing users to convert any amount from one metal to another or to/from USD. This feature is particularly useful for applications that require multi-currency support.
- Time-Series Endpoint: Developers can query the API for daily historical rates between two dates of their choice, enabling them to analyze trends and fluctuations over specific periods.
- Fluctuation Endpoint: This endpoint provides information about how currencies fluctuate on a day-to-day basis, giving developers insights into market volatility.
- Carat Endpoint: Users can retrieve information about Gold rates by Carat, which is essential for jewelers and traders in the precious metals market.
- Lowest/Highest Price Endpoint: This feature allows developers to query the API to get the lowest and highest price for a specified date, which is crucial 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 for detailed market analysis.
- Historical LME Endpoint: This endpoint gives access to historical rates for LME symbols, dating back to 2008, which is vital for long-term market analysis.
- API Key: Each user is provided with a unique API key that must be included in requests to authenticate and authorize access to the API.
- API Response: The Metals-API delivers exchange rates relative to USD by default, ensuring consistency in data interpretation.
- Available Endpoints: The API comes with 14 different endpoints, each providing unique functionalities to meet diverse data needs.
- Supported Symbols Endpoint: This endpoint returns all available currencies, allowing developers to stay updated on the symbols they can use.
- News Endpoint: The Metals-API includes a news feature that retrieves the latest articles related to various metals, keeping users informed about market developments.
API Endpoint Examples and Responses
Understanding the API responses is crucial for developers looking to integrate the Metals-API into their applications. Here are some examples of the API responses for various endpoints:
Latest Rates Endpoint
{
"success": true,
"timestamp": 1768263672,
"base": "USD",
"date": "2026-01-13",
"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": 1768177272,
"base": "USD",
"date": "2026-01-12",
"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-06",
"end_date": "2026-01-13",
"base": "USD",
"rates": {
"2026-01-06": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915
},
"2026-01-08": {
"XAU": 0.000483,
"XAG": 0.0382,
"XPT": 0.000913
},
"2026-01-13": {
"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": 1768263672,
"rate": 0.000482
},
"result": 0.482,
"unit": "troy ounces"
}
Fluctuation Endpoint
{
"success": true,
"fluctuation": true,
"start_date": "2026-01-06",
"end_date": "2026-01-13",
"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) Price Endpoint
{
"success": true,
"timestamp": 1768263672,
"base": "USD",
"date": "2026-01-13",
"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": 1768263672,
"base": "USD",
"date": "2026-01-13",
"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 for developers looking to access comprehensive historical prices for Lithium and other metals. By leveraging the API's capabilities, developers can create innovative applications that provide real-time data, enabling informed decision-making in the fast-evolving metals market. The integration of advanced data analytics, smart technology, and real-time insights positions the Metals-API as a leader in the digital transformation of metal markets.
For more information on how to get started with the Metals-API, refer to the Metals-API Documentation and explore the Metals-API Supported Symbols for a complete list of available metals. Embrace the future of metals trading with the power of real-time data at your fingertips.