Obtain Kochi Gold (XAU-KOCH) prices via this API

XAU. With the rise of digital transformation in the financial sector, developers now have access to powerful tools that can enhance their trading applications. One such tool is the Metals-API, which provides comprehensive data on various metals, including Gold (XAU-KOCH), through its innovative API.
Metals-API Information
About Gold (XAU)
Metals-API empowers developers to build next-generation applications that can provide users with timely insights into Gold prices, historical trends, and market fluctuations. By utilizing advanced data analytics, traders can optimize their strategies and enhance their trading performance.
API Description
Metals-API is designed to provide developers with a robust platform for accessing real-time and historical data on various metals, including Gold. This API is a game-changer in the way traders and developers interact with precious metals data. It allows for seamless integration into applications, enabling users to retrieve vital information quickly and efficiently.
Metals-API Documentation, developers can explore the various endpoints available, each offering unique functionalities. The API supports a wide range of operations, from retrieving the latest rates to historical data analysis, making it an invaluable resource for anyone involved in precious metals trading.
Key Features and Endpoints
Metals-API offers several key features that enhance its usability and functionality:
Latest Rates Endpoint
{
"success": true,
"timestamp": 1755064888,
"base": "USD",
"date": "2025-08-13",
"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": 1754978488,
"base": "USD",
"date": "2025-08-12",
"rates": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915,
"XPD": 0.000748
},
"unit": "per troy ounce"
}
Bid And Ask Endpoint
{
"success": true,
"timestamp": 1755064888,
"base": "USD",
"date": "2025-08-13",
"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"
}
Convert Endpoint
{
"success": true,
"query": {
"from": "USD",
"to": "XAU",
"amount": 1000
},
"info": {
"timestamp": 1755064888,
"rate": 0.000482
},
"result": 0.482,
"unit": "troy ounces"
}
Time-Series Endpoint
{
"success": true,
"timeseries": true,
"start_date": "2025-08-06",
"end_date": "2025-08-13",
"base": "USD",
"rates": {
"2025-08-06": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915
},
"2025-08-08": {
"XAU": 0.000483,
"XAG": 0.0382,
"XPT": 0.000913
},
"2025-08-13": {
"XAU": 0.000482,
"XAG": 0.03815,
"XPT": 0.000912
}
},
"unit": "per troy ounce"
}
Fluctuation Endpoint
{
"success": true,
"fluctuation": true,
"start_date": "2025-08-06",
"end_date": "2025-08-13",
"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"
}
Open/High/Low/Close (OHLC) Price Endpoint
{
"success": true,
"timestamp": 1755064888,
"base": "USD",
"date": "2025-08-13",
"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"
}
Historical LME Endpoint
List of Symbols
Metals-API provides access to a comprehensive range of metal symbols. For a complete list of all supported symbols and their specifications, refer to the Metals-API Supported Symbols page. This resource is invaluable for developers looking to integrate multiple metal data into their applications.
Conclusion
Metals-API is a powerful tool for developers looking to access real-time and historical data on precious metals like Gold (XAU). With its extensive range of endpoints, the API provides the necessary data to make informed trading decisions. From the Latest Rates Endpoint to the OHLC Price Endpoint, each feature is designed to enhance the trading experience and provide valuable insights into market trends.
Metals-API, developers can create innovative solutions that empower traders to navigate the complexities of the precious metals market effectively.
Metals-API, visit the Metals-API Documentation and explore the possibilities of integrating real-time metals data into your applications.