Query current Lithium Sep 2025 (LMU25) prices using this API
In the rapidly evolving landscape of commodities trading, the demand for real-time data and analytics has never been more critical. As we look towards the future, particularly with metals like Lithium, the ability to query current Lithium Sep 2025 (LMU25) prices using advanced APIs is transforming how traders and developers interact with market data. One such powerful tool is the Metals-API, which provides comprehensive access to metal prices, including Lithium, through its innovative endpoints.
About Lithium (LITHIUM)
Lithium has emerged as a pivotal metal in the digital transformation of various industries, particularly in the realm of energy storage and electric vehicles. As the world shifts towards sustainable energy solutions, the demand for Lithium is expected to surge. This trend is driven by technological innovations in battery technology, where Lithium-ion batteries are becoming the standard for powering electric vehicles and renewable energy systems.
Moreover, the integration of smart technology in metal markets is reshaping how data is analyzed and utilized. With the advent of data analytics and insights, stakeholders can make informed decisions based on real-time market conditions. The future of Lithium and other metals is not just about supply and demand; it's about leveraging technology to forecast trends and optimize trading strategies.
API Description
The Metals-API is a cutting-edge solution that empowers developers to build next-generation applications by providing real-time and historical data on metal prices. This API is designed to facilitate seamless integration into various platforms, enabling users to access crucial market information effortlessly. With its robust capabilities, the Metals-API stands out as a transformative tool in the metals market.
For developers looking to harness the power of real-time metals data, the Metals-API Documentation offers comprehensive guidance on how to implement and utilize the API effectively. The documentation covers everything from authentication to endpoint functionalities, ensuring that users can maximize the API's potential.
Key Features and Endpoints
The Metals-API boasts a variety of endpoints, each designed to cater to specific needs within the metals market. Here are some of the key features:
- Latest Rates Endpoint: This endpoint provides real-time exchange rate data for metals, updated based on your subscription plan. Users can access the latest prices for Lithium and other metals, allowing for timely trading decisions.
- Historical Rates Endpoint: Users can query historical rates dating back to 2019, enabling them to analyze price trends over time. This is particularly useful for forecasting future prices based on past performance.
- Bid And Ask Endpoint: This feature allows users to retrieve real-time bid and ask prices for metals, providing insights into market liquidity and pricing dynamics.
- Convert Endpoint: The API includes a currency conversion feature, allowing users to convert amounts between different metals or to/from USD, facilitating easier trading across various markets.
- Time-Series Endpoint: Users can query daily historical rates between two chosen dates, offering a comprehensive view of price movements over time.
- Fluctuation Endpoint: This endpoint provides information on how metal prices fluctuate on a daily basis, helping traders understand market volatility.
- Carat Endpoint: Users can retrieve information about gold rates by carat, which is essential for jewelers and investors in the gold market.
- Lowest/Highest Price Endpoint: This feature allows users to query the lowest and highest prices for a specified date, providing insights into market extremes.
- Open/High/Low/Close (OHLC) Price Endpoint: Users can access detailed OHLC data for specific time periods, which is crucial for technical analysis.
- Historical LME Endpoint: This endpoint provides access to historical rates for LME symbols, dating back to 2008, allowing for extensive market analysis.
- News Endpoint: Users can retrieve the latest news articles related to various metals, keeping them informed about market developments.
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
Understanding how to interact with the Metals-API is crucial for developers. Below are examples of various endpoints and their responses:
Latest Rates Endpoint
Get real-time exchange rates for all available metals:
{
"success": true,
"timestamp": 1774916035,
"base": "USD",
"date": "2026-03-31",
"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": 1774829635,
"base": "USD",
"date": "2026-03-30",
"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-03-24",
"end_date": "2026-03-31",
"base": "USD",
"rates": {
"2026-03-24": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915
},
"2026-03-26": {
"XAU": 0.000483,
"XAG": 0.0382,
"XPT": 0.000913
},
"2026-03-31": {
"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": 1774916035,
"rate": 0.000482
},
"result": 0.482,
"unit": "troy ounces"
}
Fluctuation Endpoint
Track rate fluctuations between two dates:
{
"success": true,
"fluctuation": true,
"start_date": "2026-03-24",
"end_date": "2026-03-31",
"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": 1774916035,
"base": "USD",
"date": "2026-03-31",
"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": 1774916035,
"base": "USD",
"date": "2026-03-31",
"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 powerful tool that provides developers with the ability to access real-time and historical data on metal prices, including Lithium. By leveraging its various endpoints, users can gain insights into market trends, track fluctuations, and make informed trading decisions. As the demand for metals continues to rise, particularly in the context of sustainable energy solutions, the importance of accurate and timely data cannot be overstated.
For those looking to delve deeper into the capabilities of the Metals-API, the Metals-API Documentation is an invaluable resource. Additionally, the Metals-API Supported Symbols page provides a comprehensive list of available metal symbols, ensuring that developers can access the data they need for their applications.
In summary, the integration of advanced APIs like the Metals-API into trading platforms is revolutionizing the way we interact with metal markets. As we look to the future, the potential for innovation and growth in this space is immense, making it an exciting time for developers and traders alike.