Obtain Cobalt (LCO) Historical Prices by utilizing this API

Obtain Cobalt (LCO) Historical Prices by Utilizing this API
Metals-API, developers can access historical prices and real-time data, enabling them to build innovative applications that cater to the needs of traders, analysts, and businesses alike.
Metals-API Information
About Cobalt (LCO)
API Description
Metals-API is designed to empower developers with real-time and historical data on various metals, including cobalt. This API is a game-changer for those looking to build next-generation applications that require accurate and timely metal price information. With its robust capabilities, the Metals-API allows users to access a variety of endpoints that cater to different needs.
Key Features and Endpoints
- Latest Rates Endpoint: This endpoint provides real-time exchange rate data for cobalt and other metals. Depending on your subscription plan, you can receive updates every 60 minutes or more frequently.
- Historical Rates Endpoint: Access historical exchange rates for cobalt dating back to 2019. This endpoint allows users to analyze past price movements and trends.
- Bid And Ask Endpoint: Retrieve real-time bid and ask prices for cobalt, enabling traders to make informed decisions based on current market conditions.
- Convert Endpoint: This feature allows users to convert any amount from one metal to another or to/from USD, facilitating seamless transactions.
- Time-Series Endpoint: Query the API for daily historical rates between two dates of your choice, providing insights into price trends over time.
- Fluctuation Endpoint: Track how cobalt prices fluctuate on a day-to-day basis, allowing for better forecasting and analysis.
- Carat Endpoint: Retrieve information about gold rates by carat, which can be useful for those dealing with precious metals.
- Lowest/Highest Price Endpoint: Query the API to get the lowest and highest price for cobalt over a specified period.
- Open/High/Low/Close (OHLC) Price Endpoint: Access open, high, low, and close prices for cobalt, providing a comprehensive view of market performance.
- Historical LME Endpoint: Access historical rates for LME symbols, dating back to 2008, which is crucial for understanding long-term market trends.
- API Key: Your unique API key is required to access the API, ensuring secure and authenticated requests.
- API Response: The API delivers exchange rates relative to USD, with all data returned in a structured JSON format.
- Available Endpoints: The Metals-API offers a constantly updated list of available endpoints, ensuring users have access to the latest features.
- Supported Symbols Endpoint: Retrieve a list of all supported metal symbols, including cobalt, to ensure accurate queries.
- Gold Price India Endpoint: Get the latest gold price in India using the dedicated endpoint, useful for regional market analysis.
- News Endpoint: Stay updated with the latest news articles related to various metals, helping users stay informed about market developments.
List of Symbols
Metals-API Supported Symbols page.
API Endpoint Examples and Responses
Latest Rates Endpoint
{
"success": true,
"timestamp": 1755518427,
"base": "USD",
"date": "2025-08-18",
"rates": {
"XCU": 0.294118
},
"unit": "per troy ounce"
}
Historical Rates Endpoint
{
"success": true,
"timestamp": 1755432027,
"base": "USD",
"date": "2025-08-17",
"rates": {
"XCU": 0.295000
},
"unit": "per troy ounce"
}
Time-series Endpoint
{
"success": true,
"timeseries": true,
"start_date": "2025-08-11",
"end_date": "2025-08-18",
"base": "USD",
"rates": {
"2025-08-11": {
"XCU": 0.295500
},
"2025-08-18": {
"XCU": 0.294118
}
},
"unit": "per troy ounce"
}
Convert Endpoint
{
"success": true,
"query": {
"from": "USD",
"to": "XCU",
"amount": 1000
},
"info": {
"timestamp": 1755518427,
"rate": 0.294118
},
"result": 294.118,
"unit": "troy ounces"
}
Fluctuation Endpoint
{
"success": true,
"fluctuation": true,
"start_date": "2025-08-11",
"end_date": "2025-08-18",
"base": "USD",
"rates": {
"XCU": {
"start_rate": 0.295500,
"end_rate": 0.294118,
"change": -0.001382,
"change_pct": -0.47
}
},
"unit": "per troy ounce"
}
OHLC (Open/High/Low/Close) Endpoint
{
"success": true,
"timestamp": 1755518427,
"base": "USD",
"date": "2025-08-18",
"rates": {
"XCU": {
"open": 0.295000,
"high": 0.296000,
"low": 0.293000,
"close": 0.294118
}
},
"unit": "per troy ounce"
}
Bid/Ask Endpoint
{
"success": true,
"timestamp": 1755518427,
"base": "USD",
"date": "2025-08-18",
"rates": {
"XCU": {
"bid": 0.293000,
"ask": 0.295000,
"spread": 0.002000
}
},
"unit": "per troy ounce"
}
Conclusion
Metals-API Documentation and explore the various endpoints available.