Get Accurate Copper (XCU) - Per Ounce Prices in Multiple Currencies with this API

Get Accurate Copper (XCU) - Per Ounce Prices in Multiple Currencies with this API
Metals-API provides developers with the tools to obtain precise Copper (XCU) prices in various currencies, enabling them to build innovative applications that can transform how businesses operate. This blog post will explore how the Metals-API empowers developers through its advanced features, the significance of Copper in the market, and potential business applications.
About Copper (XCU)
API Description
Latest Rates Endpoint, which provides real-time exchange rate data for Copper and other metals. Depending on the subscription plan, this endpoint can return updated rates every 60 minutes or even more frequently. For instance, a developer can query the latest Copper price in USD and convert it to other currencies, facilitating international transactions.
Historical Rates Endpoint, which allows users to access historical pricing data dating back to 2019. This endpoint is invaluable for businesses looking to analyze market trends over time. By appending a specific date to the API request, developers can retrieve historical prices and make informed predictions about future market behavior.
Bid and Ask Endpoint is another powerful tool within the Metals-API. This feature enables users to obtain real-time bid and ask prices for Copper, which is essential for traders and investors looking to make timely decisions based on market conditions. Understanding the bid-ask spread can help businesses optimize their trading strategies and improve profitability.
Convert Endpoint is a game-changer. This endpoint allows users to convert any amount from one currency to another, making it easier to conduct transactions in multiple currencies. For example, a company purchasing Copper from an international supplier can quickly convert the cost from USD to Euros, streamlining the procurement process.
Time-Series Endpoint provides developers with the ability to query daily historical rates between two dates of their choice. This feature is particularly useful for businesses that need to analyze price movements over specific periods, allowing them to identify patterns and make strategic decisions based on historical data.
Fluctuation Endpoint enables users to track how Copper prices fluctuate on a day-to-day basis. By understanding price volatility, businesses can better manage their inventory and purchasing strategies, minimizing risks associated with price changes.
Carat Endpoint provides information about Gold rates by Carat, which can be beneficial for businesses dealing with precious metals alongside Copper. This endpoint allows users to append a base carat value to their queries, providing a comprehensive view of metal pricing.
Lowest/Highest Price Endpoint allows users to query the API for the lowest and highest prices of Copper over a specified period. This information is crucial for businesses looking to identify optimal buying and selling points in the market.
Open/High/Low/Close (OHLC) Price Endpoint provides detailed pricing information for a specific time period, including the opening, highest, lowest, and closing prices. This data is essential for traders and analysts who need to evaluate market performance and make informed decisions.
Historical LME Endpoint offers access to historical rates for LME symbols dating back to 2008. This feature is particularly useful for companies that need to comply with LME pricing standards or analyze historical trends in the LME market.
API Key, which is passed into the API base URL's access_key parameter. This key ensures secure access to the API's features and protects user data.
Supported Symbols Endpoint, which returns all available currencies and metal symbols, ensuring that developers have access to the most up-to-date information.
News Endpoint allows users to retrieve current articles and updates, keeping businesses informed about market developments that could impact pricing and demand.
Key Features and Endpoints
- Latest Rates Endpoint: Get real-time exchange rates for Copper and other metals.
- Historical Rates Endpoint: Access historical exchange rates for any date since 2019.
- Bid and Ask Endpoint: Retrieve current bid and ask prices for Copper.
- Convert Endpoint: Convert amounts between different currencies and metals.
- Time-Series Endpoint: Get exchange rates for a specific time period.
- Fluctuation Endpoint: Track rate fluctuations between two dates.
- Carat Endpoint: Retrieve information about Gold rates by Carat.
- Lowest/Highest Price Endpoint: Query for the lowest and highest prices of Copper.
- Open/High/Low/Close (OHLC) Price Endpoint: Get OHLC data for a specific time period.
- Historical LME Endpoint: Access historical rates for LME symbols.
- API Key: Secure access to the API's features.
- API Response: Exchange rates delivered relative to USD.
- Available Endpoints: Access a wide range of API endpoints for different functionalities.
- Supported Symbols Endpoint: Get a list of all available currencies and metal symbols.
- Gold Price India Endpoint: Retrieve the latest gold price in India.
- News Endpoint: Get the latest news articles related to various metals.
API Endpoint Examples and Responses
Latest Rates Endpoint
{
"success": true,
"timestamp": 1755219808,
"base": "USD",
"date": "2025-08-15",
"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": 1755133408,
"base": "USD",
"date": "2025-08-14",
"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-08-08",
"end_date": "2025-08-15",
"base": "USD",
"rates": {
"2025-08-08": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915
},
"2025-08-10": {
"XAU": 0.000483,
"XAG": 0.0382,
"XPT": 0.000913
},
"2025-08-15": {
"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": 1755219808,
"rate": 0.000482
},
"result": 0.482,
"unit": "troy ounces"
}
Fluctuation Endpoint
{
"success": true,
"fluctuation": true,
"start_date": "2025-08-08",
"end_date": "2025-08-15",
"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) Endpoint
{
"success": true,
"timestamp": 1755219808,
"base": "USD",
"date": "2025-08-15",
"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": 1755219808,
"base": "USD",
"date": "2025-08-15",
"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
Metals-API Documentation and explore the Metals-API Supported Symbols for a comprehensive list of available currencies and metals. The future of metal pricing is here, and with the right tools, businesses can thrive in this dynamic environment.