Get Kolhapur Gold 22k (KOLH-22k) Historical Prices to Integrate into Your App using this API

Introduction
XAU. If you're looking to enhance your application with historical prices of Kolhapur Gold 22k (KOLH-22k), the Metals-API offers a robust solution. This blog post will delve into the intricacies of the Metals-API, focusing on how to retrieve historical prices and other valuable data related to gold.
Metals-API Information
About Gold (XAU)
API Description
Metals-API is a powerful tool designed for developers looking to access real-time and historical data on various metals, including gold. This API empowers developers to build next-generation applications that can leverage real-time metals data for trading, analysis, and reporting. With its innovative capabilities, the Metals-API allows for seamless integration into existing systems, providing a comprehensive suite of features that cater to the needs of modern developers.
Key Features and Endpoints
Latest Rates Endpoint
{
"success": true,
"timestamp": 1752483622,
"base": "USD",
"date": "2025-07-14",
"rates": {
"XAU": 0.000482,
"XAG": 0.03815,
"XPT": 0.000912,
"XPD": 0.000744
},
"unit": "per troy ounce"
}
Historical Rates Endpoint
{
"success": true,
"timestamp": 1752397222,
"base": "USD",
"date": "2025-07-13",
"rates": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915,
"XPD": 0.000748
},
"unit": "per troy ounce"
}
Bid And Ask Endpoint
{
"success": true,
"timestamp": 1752483622,
"base": "USD",
"date": "2025-07-14",
"rates": {
"XAU": {
"bid": 0.000481,
"ask": 0.000483,
"spread": 2.0e-6
},
"XAG": {
"bid": 0.0381,
"ask": 0.0382,
"spread": 0.0001
}
},
"unit": "per troy ounce"
}
Convert Endpoint
{
"success": true,
"query": {
"from": "USD",
"to": "XAU",
"amount": 1000
},
"info": {
"timestamp": 1752483622,
"rate": 0.000482
},
"result": 0.482,
"unit": "troy ounces"
}
Time-Series Endpoint
{
"success": true,
"timeseries": true,
"start_date": "2025-07-07",
"end_date": "2025-07-14",
"base": "USD",
"rates": {
"2025-07-07": {
"XAU": 0.000485,
"XAG": 0.03825
},
"2025-07-09": {
"XAU": 0.000483,
"XAG": 0.0382
},
"2025-07-14": {
"XAU": 0.000482,
"XAG": 0.03815
}
},
"unit": "per troy ounce"
}
Fluctuation Endpoint
{
"success": true,
"fluctuation": true,
"start_date": "2025-07-07",
"end_date": "2025-07-14",
"base": "USD",
"rates": {
"XAU": {
"start_rate": 0.000485,
"end_rate": 0.000482,
"change": -3.0e-6,
"change_pct": -0.62
}
},
"unit": "per troy ounce"
}
Open/High/Low/Close (OHLC) Price Endpoint
{
"success": true,
"timestamp": 1752483622,
"base": "USD",
"date": "2025-07-14",
"rates": {
"XAU": {
"open": 0.000485,
"high": 0.000487,
"low": 0.000481,
"close": 0.000482
}
},
"unit": "per troy ounce"
}
Historical LME Endpoint
API Key and Authentication
API Response
List of Symbols
Metals-API Supported Symbols page. This resource is invaluable for developers looking to integrate specific metals into their applications.
Conclusion
Metals-API. With features such as real-time rates, historical data, and various endpoints designed for specific use cases, developers can create powerful applications that leverage the latest in metals trading technology. By utilizing the Metals-API, you can enhance your application's functionality, providing users with the insights they need to make informed trading decisions.
Metals-API Documentation. This resource will guide you through the various endpoints, response formats, and best practices for integrating metals data into your applications. Embrace the future of trading with the Metals-API and unlock the potential of real-time metals data.