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

Retrieve Copper Continuous Contract (HG00) - Per Pound Historical Prices with this API
Copper, represented by the symbol 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)
Copper is not just a metal; it is a cornerstone of modern technology and infrastructure. The digital transformation in metal markets has led to significant advancements in how we analyze and utilize data related to copper prices. With the rise of smart technology integration, developers can leverage real-time data analytics to gain insights into market fluctuations, demand forecasts, and pricing trends.
Technological innovation has revolutionized the way we approach metal trading. The integration of advanced data analytics tools allows for a deeper understanding of market dynamics. For instance, predictive analytics can help forecast future price movements based on historical data, enabling traders to make more informed decisions. The future of copper trading is likely to be shaped by these technological advancements, with a focus on real-time data access and smart technology integration.
API Description
The 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.
One of the standout features of the Metals-API is its ability to deliver real-time exchange rate data updated frequently, depending on the subscription plan. This means that developers can access the latest copper prices and historical data with ease, making it an essential tool for anyone involved in metal trading or analysis.
Key Features and Endpoints
The Metals-API offers a variety of endpoints that cater to different needs. Here are some of the key features:
- 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
Understanding the API responses is crucial for effective implementation. Here are some examples of how the Metals-API responds to various requests:
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"
}
This response indicates that the latest price of copper (HG00) is $4.50 per pound. The 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"
}
This response shows the historical price of copper on August 12, 2025, which was $4.45 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"
}
This response provides a time series of copper prices between August 6 and August 13, 2025, showing how prices have changed over that period.
Convert Endpoint
{
"success": true,
"query": {
"from": "USD",
"to": "HG00",
"amount": 1000
},
"info": {
"timestamp": 1755043552,
"rate": 4.50
},
"result": 222.22,
"unit": "pounds"
}
This response indicates that $1000 can be converted to approximately 222.22 pounds of copper at the current rate of $4.50 per pound.
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"
}
This response shows the fluctuation in copper prices over the specified period, indicating a positive change of 2.27%.
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"
}
This response provides the open, high, low, and close prices for copper on August 13, 2025, which is essential for traders conducting technical analysis.
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"
}
This response indicates the current bid and ask prices for copper, which are crucial for making trading decisions.
Conclusion
The 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.
As the metal markets continue to evolve with technological advancements, the importance of having access to accurate and timely data cannot be overstated. By leveraging the Metals-API, developers can harness the power of data analytics and smart technology integration to drive innovation in their applications.
For more information on how to get started with the Metals-API, refer to the 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.