Retrieve Copper Continuous Contract (HG00) - Per Pound Historical Prices with this API

Retrieve Copper Continuous Contract (HG00) - Per Pound Historical Prices with this API
HG00, is one of the most widely used metals in various industries, from electrical wiring to plumbing. As a developer or data analyst, having access to historical prices of copper can provide invaluable insights into market trends and help in making informed decisions. With the Metals-API, you can easily retrieve historical prices of copper and other metals, enabling you to integrate this data into your applications seamlessly.
About Copper (XCU)
API Description
Metals-API is a powerful tool that provides developers with access to real-time and historical data for various metals, including copper. This API empowers developers to build next-generation applications that require accurate and timely metals data. With its robust features, the Metals-API allows for seamless integration into existing systems, enabling users to access vital information at their fingertips.
Key Features and Endpoints
- Latest Rates Endpoint: This endpoint provides real-time exchange rate data for copper and other metals. Depending on your subscription plan, you can receive updates every 60 minutes, every 10 minutes, or even more frequently.
- Historical Rates Endpoint: Access historical rates for copper dating back to 2019. By appending a specific date to your query, you can retrieve the historical price of copper for that day.
- Bid and Ask Endpoint: This feature allows you to retrieve real-time bid and ask prices for copper, which is crucial for traders looking to make informed decisions based on market conditions.
- Convert Endpoint: The Metals-API includes a currency conversion endpoint, allowing you to convert any amount from one metal to another or to/from USD, making it easier to analyze prices across different currencies.
- Time-Series Endpoint: This endpoint enables you to query the API for daily historical rates between two dates of your choice, providing a comprehensive view of price trends over time.
- Fluctuation Endpoint: Track how copper prices fluctuate on a day-to-day basis, which can help in understanding market volatility and making strategic trading decisions.
- Open/High/Low/Close (OHLC) Price Endpoint: Retrieve open, high, low, and close prices for copper over a specified time period, which is essential for technical analysis.
- Lowest/Highest Price Endpoint: This endpoint allows you to query the API to get the lowest and highest price of copper for a specified date, providing insights into price extremes.
- Historical LME Endpoint: Access historical rates for LME symbols, including copper, dating back to 2008, which is beneficial for long-term analysis.
- News Endpoint: Stay updated with the latest news articles related to copper and other metals, helping you stay informed about market trends and events.
API Endpoint Examples and Responses
Latest Rates Endpoint
{
"success": true,
"timestamp": 1755043552,
"base": "USD",
"date": "2025-08-13",
"rates": {
"HG00": 4.50,
"XAU": 0.000482,
"XAG": 0.03815
},
"unit": "per pound"
}
rates object contains the current prices of other metals as well.
Historical Rates Endpoint
{
"success": true,
"timestamp": 1754957152,
"base": "USD",
"date": "2025-08-12",
"rates": {
"HG00": 4.45,
"XAU": 0.000485,
"XAG": 0.03825
},
"unit": "per pound"
}
Time-series Endpoint
{
"success": true,
"timeseries": true,
"start_date": "2025-08-06",
"end_date": "2025-08-13",
"base": "USD",
"rates": {
"2025-08-06": {
"HG00": 4.40
},
"2025-08-08": {
"HG00": 4.42
},
"2025-08-13": {
"HG00": 4.50
}
},
"unit": "per pound"
}
Convert Endpoint
{
"success": true,
"query": {
"from": "USD",
"to": "HG00",
"amount": 1000
},
"info": {
"timestamp": 1755043552,
"rate": 4.50
},
"result": 222.22,
"unit": "pounds"
}
Fluctuation Endpoint
{
"success": true,
"fluctuation": true,
"start_date": "2025-08-06",
"end_date": "2025-08-13",
"base": "USD",
"rates": {
"HG00": {
"start_rate": 4.40,
"end_rate": 4.50,
"change": 0.10,
"change_pct": 2.27
}
},
"unit": "per pound"
}
OHLC (Open/High/Low/Close) Price Endpoint
{
"success": true,
"timestamp": 1755043552,
"base": "USD",
"date": "2025-08-13",
"rates": {
"HG00": {
"open": 4.40,
"high": 4.55,
"low": 4.35,
"close": 4.50
}
},
"unit": "per pound"
}
Bid/Ask Endpoint
{
"success": true,
"timestamp": 1755043552,
"base": "USD",
"date": "2025-08-13",
"rates": {
"HG00": {
"bid": 4.48,
"ask": 4.52,
"spread": 0.04
}
},
"unit": "per pound"
}
Conclusion
Metals-API provides a comprehensive solution for accessing copper historical prices and real-time data. With its extensive range of endpoints, developers can easily integrate copper pricing data into their applications, enabling better decision-making and strategic planning. The API's capabilities, including the latest rates, historical data, and fluctuation tracking, empower users to stay ahead in the dynamic metal markets.
Metals-API Documentation and explore the Metals-API Supported Symbols for a complete list of available metals. Embrace the future of metal trading with the Metals-API and unlock the potential of real-time data analytics.