Download Westmetall Lower Copper (XCU_WM_L) Historical Prices from this API
Download Westmetall Lower Copper (XCU_WM_L) Historical Prices from this API
Copper, represented by the symbol XCU, is a vital metal in various industries, from construction to electronics. As the demand for copper continues to rise, understanding its historical prices becomes crucial for investors, analysts, and developers alike. The Metals-API provides a powerful solution for accessing historical price data for copper and other metals, enabling users to harness the potential of real-time metals data.
About Copper (XCU)
Copper has long been regarded as one of the most essential metals in the world. Its excellent conductivity makes it a preferred choice for electrical wiring, while its malleability and resistance to corrosion enhance its utility in plumbing and roofing. As industries undergo digital transformation, the demand for copper is expected to surge, driven by advancements in technology and the growing emphasis on renewable energy sources.
The integration of smart technologies in various sectors is reshaping the copper market. For instance, electric vehicles (EVs) require significantly more copper than traditional vehicles, leading to increased demand. Additionally, data analytics and insights derived from historical price data can help stakeholders make informed decisions, optimizing their strategies in an ever-evolving market landscape.
Metals-API Information
The Metals-API is a comprehensive JSON API that provides access to real-time and historical metals prices, including copper. This API empowers developers to build next-generation applications that leverage real-time data for various use cases, from financial analysis to market forecasting.
With the Metals-API, users can access a wide range of endpoints designed to cater to different needs. The API's capabilities include retrieving the latest rates, historical rates, bid and ask prices, and more. Each endpoint is crafted to provide specific functionalities, allowing developers to tailor their applications to meet the demands of their users.
Key Features and Endpoints
The Metals-API offers a variety of endpoints that can be utilized for different purposes. Hereβs a closer look at some of the most significant features:
- Latest Rates Endpoint: This endpoint provides real-time exchange rate data for copper and other metals, updated based on your subscription plan. Depending on the plan, updates can occur every 60 minutes, every 10 minutes, or even more frequently.
- Historical Rates Endpoint: Users can access historical rates for copper dating back to 2019. By appending a specific date to the API request, developers can retrieve historical price data, which is invaluable for trend analysis and forecasting.
- Bid And Ask Endpoint: This feature allows users to retrieve real-time bid and ask prices for copper, providing insights into market dynamics and helping traders make informed decisions.
- Convert Endpoint: The conversion endpoint enables users to convert amounts between different metals or to/from USD, facilitating seamless transactions and calculations.
- Time-Series Endpoint: This endpoint allows users to query the API for daily historical rates between two specified dates, making it easier to analyze price trends over time.
- Fluctuation Endpoint: Users can track how copper prices fluctuate on a day-to-day basis, providing insights into market volatility and helping traders strategize accordingly.
- Carat Endpoint: This feature enables users to retrieve gold rates by carat, which can be useful for those dealing with precious metals alongside copper.
- Lowest/Highest Price Endpoint: Users can query the API to get the lowest and highest prices for copper over a specified period, aiding in market analysis.
- Open/High/Low/Close (OHLC) Price Endpoint: This endpoint provides open, high, low, and close prices for copper, essential for traders looking to analyze market performance.
- Historical LME Endpoint: This feature allows access to historical rates for LME symbols, dating back to 2008, which is particularly useful for those involved in trading on the London Metal Exchange.
- API Key: Users must pass their unique API key in the request to access the API, ensuring secure and authorized usage.
- API Response: The API delivers exchange rates relative to USD by default, with all data returned in a structured JSON format.
- Available Endpoints: The Metals-API includes 14 different endpoints, each providing unique functionalities tailored to various user needs.
- Supported Symbols Endpoint: This endpoint returns a constantly updated list of all available metal symbols, ensuring users have access to the latest information.
- News Endpoint: Users can retrieve the latest news articles related to various metals, keeping them informed about market trends and developments.
API Endpoint Examples and Responses
To illustrate the capabilities of the Metals-API, here are some example responses for key endpoints:
Latest Rates Endpoint
{
"success": true,
"timestamp": 1765350047,
"base": "USD",
"date": "2025-12-10",
"rates": {
"XAU": 0.000482,
"XAG": 0.03815,
"XPT": 0.000912,
"XPD": 0.000744,
"XCU": 0.294118,
"XAL": 0.434783,
"XNI": 0.142857,
"XZN": 0.344828
},
"unit": "per troy ounce"
}
Historical Rates Endpoint
{
"success": true,
"timestamp": 1765263647,
"base": "USD",
"date": "2025-12-09",
"rates": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915,
"XPD": 0.000748
},
"unit": "per troy ounce"
}
Time-series Endpoint
{
"success": true,
"timeseries": true,
"start_date": "2025-12-03",
"end_date": "2025-12-10",
"base": "USD",
"rates": {
"2025-12-03": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915
},
"2025-12-05": {
"XAU": 0.000483,
"XAG": 0.0382,
"XPT": 0.000913
},
"2025-12-10": {
"XAU": 0.000482,
"XAG": 0.03815,
"XPT": 0.000912
}
},
"unit": "per troy ounce"
}
Convert Endpoint
{
"success": true,
"query": {
"from": "USD",
"to": "XAU",
"amount": 1000
},
"info": {
"timestamp": 1765350047,
"rate": 0.000482
},
"result": 0.482,
"unit": "troy ounces"
}
Fluctuation Endpoint
{
"success": true,
"fluctuation": true,
"start_date": "2025-12-03",
"end_date": "2025-12-10",
"base": "USD",
"rates": {
"XAU": {
"start_rate": 0.000485,
"end_rate": 0.000482,
"change": -3.0e-6,
"change_pct": -0.62
},
"XAG": {
"start_rate": 0.03825,
"end_rate": 0.03815,
"change": -0.0001,
"change_pct": -0.26
},
"XPT": {
"start_rate": 0.000915,
"end_rate": 0.000912,
"change": -3.0e-6,
"change_pct": -0.33
}
},
"unit": "per troy ounce"
}
OHLC (Open/High/Low/Close) Price Endpoint
{
"success": true,
"timestamp": 1765350047,
"base": "USD",
"date": "2025-12-10",
"rates": {
"XAU": {
"open": 0.000485,
"high": 0.000487,
"low": 0.000481,
"close": 0.000482
},
"XAG": {
"open": 0.03825,
"high": 0.0383,
"low": 0.0381,
"close": 0.03815
},
"XPT": {
"open": 0.000915,
"high": 0.000918,
"low": 0.00091,
"close": 0.000912
}
},
"unit": "per troy ounce"
}
Bid/Ask Endpoint
{
"success": true,
"timestamp": 1765350047,
"base": "USD",
"date": "2025-12-10",
"rates": {
"XAU": {
"bid": 0.000481,
"ask": 0.000483,
"spread": 2.0e-6
},
"XAG": {
"bid": 0.0381,
"ask": 0.0382,
"spread": 0.0001
},
"XPT": {
"bid": 0.000911,
"ask": 0.000913,
"spread": 2.0e-6
}
},
"unit": "per troy ounce"
}
Conclusion
Accessing historical prices for copper through the Metals-API is an invaluable resource for developers and analysts alike. The API's extensive features, including real-time rates, historical data, and conversion capabilities, empower users to make informed decisions in a rapidly changing market. By leveraging the power of data analytics and insights, stakeholders can navigate the complexities of the copper market with confidence.
For more detailed information on how to implement these features, refer to the Metals-API Documentation and explore the Metals-API Supported Symbols for a comprehensive list of available metals. As the market continues to evolve, staying informed and utilizing advanced tools like the Metals-API will be essential for success.