Best Cobalt (LCO) Price Data API in 2025

Exploring the Best Cobalt (LCO) Price Data API in 2025
Metals-API provides a comprehensive solution for accessing cobalt price data, along with a suite of features that empower developers to create innovative applications. In this blog post, we will delve into the capabilities of the Metals-API, its endpoints, and how it can transform the way we interact with metal markets.
About Cobalt (LCO)
API Description
Key Features and Endpoints
Latest Rates Endpoint
{
"success": true,
"timestamp": 1741997002,
"base": "USD",
"date": "2025-03-15",
"rates": {
"LCO": 0.294118
},
"unit": "per troy ounce"
}
Historical Rates Endpoint
{
"success": true,
"timestamp": 1741910602,
"base": "USD",
"date": "2025-03-14",
"rates": {
"LCO": 0.295
},
"unit": "per troy ounce"
}
Bid And Ask Endpoint
{
"success": true,
"timestamp": 1741997002,
"base": "USD",
"date": "2025-03-15",
"rates": {
"LCO": {
"bid": 0.293,
"ask": 0.295,
"spread": 0.002
}
},
"unit": "per troy ounce"
}
Convert Endpoint
{
"success": true,
"query": {
"from": "USD",
"to": "LCO",
"amount": 1000
},
"info": {
"timestamp": 1741997002,
"rate": 0.294118
},
"result": 3.409,
"unit": "troy ounces"
}
Time-Series Endpoint
{
"success": true,
"timeseries": true,
"start_date": "2025-03-08",
"end_date": "2025-03-15",
"base": "USD",
"rates": {
"2025-03-08": {
"LCO": 0.295
},
"2025-03-15": {
"LCO": 0.294118
}
},
"unit": "per troy ounce"
}
Fluctuation Endpoint
{
"success": true,
"fluctuation": true,
"start_date": "2025-03-08",
"end_date": "2025-03-15",
"base": "USD",
"rates": {
"LCO": {
"start_rate": 0.295,
"end_rate": 0.294118,
"change": -0.000882,
"change_pct": -0.30
}
},
"unit": "per troy ounce"
}
Open/High/Low/Close (OHLC) Price Endpoint
{
"success": true,
"timestamp": 1741997002,
"base": "USD",
"date": "2025-03-15",
"rates": {
"LCO": {
"open": 0.295,
"high": 0.297,
"low": 0.293,
"close": 0.294118
}
},
"unit": "per troy ounce"
}
Historical LME Endpoint
{
"success": true,
"timestamp": 1741910602,
"base": "USD",
"date": "2025-03-14",
"rates": {
"LCO": 0.295
},
"unit": "per troy ounce"
}
List of Symbols
Metals-API Supported Symbols page.
Conclusion
Metals-API Documentation for detailed guidance and resources.