Best Coimbatore Gold (XAU-COIM) prices API in 2025

Best Coimbatore Gold (XAU-COIM) prices API is at the forefront of this digital transformation, providing developers with the tools they need to access and analyze gold prices effectively. This blog post will explore the intricacies of the Metals-API, focusing on how it empowers developers to harness the power of data analytics and technology integration in trading.
About Gold (XAU)
XAU, has long been a cornerstone of wealth and investment. In recent years, the digital transformation of precious metals has reshaped how investors and traders interact with this valuable asset. The integration of technology in trading has led to innovative price discovery methods, allowing for more accurate and timely insights into market trends.
Digital Asset Solutions
API Description
Metals-API is designed to provide developers with real-time access to metals data, including gold prices. This API is a powerful tool that allows for the retrieval of various data points, including the latest rates, historical data, and conversion capabilities. With its focus on innovation and technological advancement, the Metals-API is transforming how developers approach metals trading.
Metals-API Website or check out the Metals-API Documentation for detailed guidance on implementation.
Key Features and Endpoints
Latest Rates Endpoint
{
"success": true,
"timestamp": 1742180419,
"base": "USD",
"date": "2025-03-17",
"rates": {
"XAU": 0.000482,
"XAG": 0.03815,
"XPT": 0.000912,
"XPD": 0.000744
},
"unit": "per troy ounce"
}
Historical Rates Endpoint
{
"success": true,
"timestamp": 1742094019,
"base": "USD",
"date": "2025-03-16",
"rates": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915
},
"unit": "per troy ounce"
}
Bid And Ask Endpoint
{
"success": true,
"timestamp": 1742180419,
"base": "USD",
"date": "2025-03-17",
"rates": {
"XAU": {
"bid": 0.000481,
"ask": 0.000483,
"spread": 2.0e-6
}
},
"unit": "per troy ounce"
}
Convert Endpoint
{
"success": true,
"query": {
"from": "USD",
"to": "XAU",
"amount": 1000
},
"info": {
"timestamp": 1742180419,
"rate": 0.000482
},
"result": 0.482,
"unit": "troy ounces"
}
Time-Series Endpoint
{
"success": true,
"timeseries": true,
"start_date": "2025-03-10",
"end_date": "2025-03-17",
"base": "USD",
"rates": {
"2025-03-10": {
"XAU": 0.000485
},
"2025-03-17": {
"XAU": 0.000482
}
},
"unit": "per troy ounce"
}
Fluctuation Endpoint
{
"success": true,
"fluctuation": true,
"start_date": "2025-03-10",
"end_date": "2025-03-17",
"base": "USD",
"rates": {
"XAU": {
"start_rate": 0.000485,
"end_rate": 0.000482,
"change": -3.0e-6,
"change_pct": -0.62
}
},
"unit": "per troy ounce"
}
Carat Endpoint
{
"success": true,
"timestamp": 1742180419,
"base": "USD",
"date": "2025-03-17",
"rates": {
"XAU": {
"carat_24": 0.000482,
"carat_22": 0.000441
}
},
"unit": "per troy ounce"
}
Lowest/Highest Price Endpoint
{
"success": true,
"timestamp": 1742180419,
"base": "USD",
"date": "2025-03-17",
"rates": {
"XAU": {
"lowest": 0.000481,
"highest": 0.000487
}
},
"unit": "per troy ounce"
}
Open/High/Low/Close (OHLC) Price Endpoint
{
"success": true,
"timestamp": 1742180419,
"base": "USD",
"date": "2025-03-17",
"rates": {
"XAU": {
"open": 0.000485,
"high": 0.000487,
"low": 0.000481,
"close": 0.000482
}
},
"unit": "per troy ounce"
}
Historical LME Endpoint
{
"success": true,
"timestamp": 1742180419,
"base": "USD",
"date": "2025-03-17",
"rates": {
"XCU": {
"rate": 0.294118
}
},
"unit": "per troy ounce"
}
API Key and Response
Conclusion
Metals-API is a game-changer for developers looking to access real-time gold prices and other metals data. With its extensive range of features, including the Latest Rates, Historical Rates, and various conversion capabilities, this API empowers developers to create innovative applications that meet the demands of today's market.
Metals-API Supported Symbols page.