Collect Lithium Sep 2025 (LMU25) Historical Prices with this API

Collect Lithium Sep 2025 (LMU25) Historical Prices with this API
In the rapidly evolving landscape of metal markets, the demand for accurate and real-time data has never been more critical. Lithium, represented by the symbol LMU25, is at the forefront of this transformation, driven by its pivotal role in the production of batteries for electric vehicles and renewable energy storage. To harness the power of this essential metal, developers and businesses can leverage the capabilities of the Metals-API to collect historical prices and gain valuable insights into market trends.
About Lithium (LITHIUM)
Lithium is a lightweight metal that has gained significant attention due to its application in lithium-ion batteries, which power everything from smartphones to electric vehicles. As the world shifts towards sustainable energy solutions, the demand for lithium is projected to soar, making it a crucial commodity in the global market. The digital transformation in metal markets has opened new avenues for innovation, allowing stakeholders to access real-time data and analytics that drive informed decision-making.
Technological advancements in data analytics and smart technology integration have revolutionized how businesses interact with metal markets. By utilizing APIs like Metals-API, developers can create applications that provide real-time insights into lithium prices, historical trends, and market fluctuations. This empowers businesses to optimize their operations, manage risks, and capitalize on emerging opportunities.
API Description
The Metals-API is a powerful tool that provides developers with access to real-time and historical data on various metals, including lithium. With its innovative architecture, the API enables users to build next-generation applications that can analyze market trends, forecast prices, and make data-driven decisions. The API's capabilities extend beyond mere data retrieval; it offers a suite of features designed to enhance user experience and streamline integration.
For developers looking to dive deeper into the API's functionalities, the Metals-API Documentation provides comprehensive guidance on how to implement various endpoints, manage authentication, and handle data responses effectively. The API supports a wide range of symbols, including lithium, and offers a robust framework for accessing both real-time and historical data.
Key Features and Endpoints
The Metals-API boasts a variety of endpoints that cater to different data needs. Each endpoint serves a specific purpose, allowing developers to tailor their applications according to their requirements. 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. Depending on the plan, updates can occur every 60 minutes or even every 10 minutes, ensuring that users have access to the most current market information.
- Historical Rates Endpoint: Users can access historical rates for most metals dating back to 2019. By appending a specific date to the API request, developers can retrieve historical price data, enabling them to analyze trends over time.
- Bid And Ask Endpoint: This feature allows users to retrieve real-time bid and ask prices for metals. This is particularly useful for traders looking to make informed decisions based on current market conditions.
- Convert Endpoint: The API includes a currency conversion feature, allowing users to convert amounts from one metal to another or to/from USD. This is essential for businesses operating in multiple currencies.
- Time-Series Endpoint: Developers can query the API for daily historical rates between two specified dates. This endpoint is invaluable for analyzing price movements over specific periods.
- Fluctuation Endpoint: This endpoint provides insights into how metal prices fluctuate on a day-to-day basis, helping users understand market volatility.
- Carat Endpoint: Users can retrieve information about gold rates by carat, which is useful for jewelers and retailers.
- Lowest/Highest Price Endpoint: This feature allows users to query the API for the lowest and highest prices of metals over a specified period, aiding in market analysis.
- Open/High/Low/Close (OHLC) Price Endpoint: This endpoint provides open, high, low, and close prices for a specific date, which is crucial for traders and analysts.
- Historical LME Endpoint: Access historical rates for LME symbols dating back to 2008, allowing for extensive market research.
- API Key: Each user is assigned a unique API key that must be included in requests to authenticate and authorize access to the API.
- API Response: The API returns exchange rates relative to USD by default, ensuring consistency in data interpretation.
- Available Endpoints: The Metals-API offers 14 different endpoints, each designed to provide specific functionalities tailored to user needs.
- Supported Symbols Endpoint: This endpoint returns a constantly updated list of all available currencies and metals, ensuring users are aware of their options.
- Gold Price India Endpoint: Retrieve the latest gold price in India using this dedicated endpoint, which is particularly useful for regional traders.
- News Endpoint: Stay updated with the latest news articles related to various metals, providing context to market movements.
List of Symbols
The Metals-API provides access to a comprehensive range of metal symbols, including lithium. 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 metals into their applications.
API Endpoint Examples and Responses
Understanding the structure of API responses is crucial for effective integration. Below are examples of various API endpoints, showcasing the JSON responses you can expect:
Latest Rates Endpoint
{
"success": true,
"timestamp": 1757376104,
"base": "USD",
"date": "2025-09-09",
"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"
}
This response indicates the success of the request and provides the latest exchange rates for various metals, including their values per troy ounce.
Historical Rates Endpoint
{
"success": true,
"timestamp": 1757289704,
"base": "USD",
"date": "2025-09-08",
"rates": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915,
"XPD": 0.000748
},
"unit": "per troy ounce"
}
This example illustrates how to access historical rates for a specific date, allowing users to analyze past market performance.
Time-series Endpoint
{
"success": true,
"timeseries": true,
"start_date": "2025-09-02",
"end_date": "2025-09-09",
"base": "USD",
"rates": {
"2025-09-02": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915
},
"2025-09-04": {
"XAU": 0.000483,
"XAG": 0.0382,
"XPT": 0.000913
},
"2025-09-09": {
"XAU": 0.000482,
"XAG": 0.03815,
"XPT": 0.000912
}
},
"unit": "per troy ounce"
}
The time-series endpoint allows users to retrieve rates over a specified period, facilitating trend analysis and forecasting.
Convert Endpoint
{
"success": true,
"query": {
"from": "USD",
"to": "XAU",
"amount": 1000
},
"info": {
"timestamp": 1757376104,
"rate": 0.000482
},
"result": 0.482,
"unit": "troy ounces"
}
This response demonstrates how to convert a specified amount from one metal to another, providing users with the necessary information to make informed financial decisions.
Fluctuation Endpoint
{
"success": true,
"fluctuation": true,
"start_date": "2025-09-02",
"end_date": "2025-09-09",
"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"
}
The fluctuation endpoint provides insights into how prices have changed over a specified period, allowing users to gauge market volatility.
OHLC (Open/High/Low/Close) Price Endpoint
{
"success": true,
"timestamp": 1757376104,
"base": "USD",
"date": "2025-09-09",
"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"
}
This endpoint provides critical data for traders, showing the open, high, low, and close prices for a specific date, which is essential for technical analysis.
Bid/Ask Endpoint
{
"success": true,
"timestamp": 1757376104,
"base": "USD",
"date": "2025-09-09",
"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"
}
This response provides the current bid and ask prices for metals, which is crucial for traders looking to execute buy or sell orders effectively.
Conclusion
In conclusion, the Metals-API offers a comprehensive suite of tools for developers seeking to collect and analyze historical prices for lithium and other metals. By leveraging the API's capabilities, businesses can gain valuable insights into market trends, optimize their operations, and make informed decisions based on real-time data.
The integration of advanced data analytics, smart technology, and real-time information is transforming the metal markets, and lithium is at the center of this evolution. As the demand for lithium continues to rise, the ability to access accurate historical prices and market data will be essential for stakeholders across the industry.
For more information on how to get started with the Metals-API, visit the Metals-API Documentation and explore the extensive features available to enhance your applications. Whether you are a developer, trader, or business owner, the Metals-API provides the tools you need to succeed in the dynamic world of metal markets.