Get Accurate Lithium (LITHIUM) - Per Ounce Market Data in Multiple Currencies with this API

Get Accurate Lithium (LITHIUM) - Per Ounce Market Data in Multiple Currencies with this API
Metals-API provides a powerful solution for retrieving precise Lithium (LITHIUM) prices in various currencies, enabling users to make informed decisions based on the latest market trends. This blog post will delve into how Metals-API empowers developers with innovative tools and insights, facilitating the digital transformation of metal markets.
About Lithium (LITHIUM)
API Description
Metals-API Documentation, developers can explore various endpoints that cater to different needs, from retrieving the latest rates to accessing historical data. The API's capabilities empower businesses to harness the power of data analytics, enabling them to make data-driven decisions that can significantly impact their bottom line.
Key Features and Endpoints
- Latest Rates Endpoint: This endpoint provides real-time exchange rate data, updated every 60 minutes, 10 minutes, or even more frequently, depending on your subscription plan. For example, a request to this endpoint might return the current price of Lithium in USD, EUR, and other currencies, allowing businesses to monitor fluctuations in real time.
- Historical Rates Endpoint: Businesses can access historical rates dating back to 2019. By appending a specific date to the API request, users can analyze past trends and make informed predictions about future price movements.
- Bid and Ask Endpoint: This powerful feature enables users to retrieve real-time bid and ask prices for Lithium. Understanding the spread between these prices is essential for traders and investors looking to optimize their buying and selling strategies.
- Convert Endpoint: The Metals-API includes a currency conversion endpoint, allowing users to convert any amount from one currency to another. This is particularly useful for businesses operating in multiple markets, as it simplifies financial transactions across different currencies.
- Time-Series Endpoint: Users can query the API for daily historical rates between two dates of their choice. This feature is invaluable for conducting in-depth market analysis and identifying long-term trends.
- Fluctuation Endpoint: This endpoint provides insights into how prices fluctuate on a day-to-day basis, helping businesses understand market volatility and adjust their strategies accordingly.
- Lowest/Highest Price Endpoint: Users can query the API to get the lowest and highest prices for Lithium over a specified period, which is crucial for identifying market extremes.
- Open/High/Low/Close (OHLC) Price Endpoint: This endpoint allows users to retrieve the open, high, low, and close prices for Lithium, providing a comprehensive view of market performance.
- Historical LME Endpoint: Access historical rates for LME symbols dating back to 2008, enabling businesses to analyze long-term trends in the Lithium market.
- API Key: Each user is provided with a unique API key, which must be included in API requests to authenticate access.
- API Response: The API delivers exchange rates relative to USD by default, ensuring consistency in data interpretation.
- Supported Symbols Endpoint: This endpoint returns a constantly updated list of all available currencies and metals, ensuring users have access to the latest information.
- News Endpoint: Retrieve the latest news articles related to various metals, keeping users informed about market developments that could impact prices.
API Endpoint Examples and Responses
Latest Rates Endpoint
{
"success": true,
"timestamp": 1755389130,
"base": "USD",
"date": "2025-08-17",
"rates": {
"LITHIUM": 0.000482,
"XAU": 0.000482,
"XAG": 0.03815
},
"unit": "per troy ounce"
}
Historical Rates Endpoint
{
"success": true,
"timestamp": 1755302730,
"base": "USD",
"date": "2025-08-16",
"rates": {
"LITHIUM": 0.000485,
"XAU": 0.000485,
"XAG": 0.03825
},
"unit": "per troy ounce"
}
Time-series Endpoint
{
"success": true,
"timeseries": true,
"start_date": "2025-08-10",
"end_date": "2025-08-17",
"base": "USD",
"rates": {
"2025-08-10": {
"LITHIUM": 0.000485,
"XAU": 0.000485,
"XAG": 0.03825
},
"2025-08-12": {
"LITHIUM": 0.000483,
"XAU": 0.000483,
"XAG": 0.0382
},
"2025-08-17": {
"LITHIUM": 0.000482,
"XAU": 0.000482,
"XAG": 0.03815
}
},
"unit": "per troy ounce"
}
Convert Endpoint
{
"success": true,
"query": {
"from": "USD",
"to": "LITHIUM",
"amount": 1000
},
"info": {
"timestamp": 1755389130,
"rate": 0.000482
},
"result": 0.482,
"unit": "troy ounces"
}
Fluctuation Endpoint
{
"success": true,
"fluctuation": true,
"start_date": "2025-08-10",
"end_date": "2025-08-17",
"base": "USD",
"rates": {
"LITHIUM": {
"start_rate": 0.000485,
"end_rate": 0.000482,
"change": -3.0e-6,
"change_pct": -0.62
}
},
"unit": "per troy ounce"
}
OHLC (Open/High/Low/Close) Price Endpoint
{
"success": true,
"timestamp": 1755389130,
"base": "USD",
"date": "2025-08-17",
"rates": {
"LITHIUM": {
"open": 0.000485,
"high": 0.000487,
"low": 0.000481,
"close": 0.000482
}
},
"unit": "per troy ounce"
}
Bid/Ask Endpoint
{
"success": true,
"timestamp": 1755389130,
"base": "USD",
"date": "2025-08-17",
"rates": {
"LITHIUM": {
"bid": 0.000481,
"ask": 0.000483,
"spread": 2.0e-6
}
},
"unit": "per troy ounce"
}
Conclusion
Metals-API Documentation and discover the full range of supported symbols on the Metals-API Supported Symbols page. Embrace the future of metal market data with the Metals-API Website and unlock the potential of real-time insights for your business.