Get Real-Time Kolhapur Gold 22k (KOLH-22k) Historical Prices using this API for Investment Strategies

Introduction
Kolhapur Gold 22k (KOLH-22k) is a significant symbol to consider. By leveraging the Metals-API, investors and developers can access historical prices and real-time data to enhance their trading strategies. This blog post will delve into the capabilities of the Metals-API, focusing on how to retrieve historical prices for gold and other metals, while exploring the digital transformation in precious metals trading.
Metals-API Information
About Gold (XAU)
XAU, has long been a symbol of wealth and stability. In recent years, the digital transformation of precious metals has opened new avenues for investors. With the integration of data analytics and market insights, traders can now harness technology to make more informed decisions. The innovation in price discovery and the rise of digital asset solutions have further enhanced the trading landscape.
API Description
Metals-API is a powerful tool designed for developers and investors alike. It offers a comprehensive suite of endpoints that provide real-time and historical data for various metals, including gold, silver, platinum, and palladium. The API's capabilities include:
- Real-time exchange rates: Get the latest market rates for metals updated frequently based on your subscription plan.
- Historical rates: Access historical price data dating back to 2019, allowing for in-depth analysis of market trends.
- Bid and Ask prices: Retrieve real-time bid and ask prices to understand market dynamics better.
- Currency conversion: Convert amounts between different metals and currencies seamlessly.
- Time-series data: Analyze daily historical rates over a specified period to identify trends.
- Fluctuation tracking: Monitor how metal prices fluctuate over time, providing insights into market volatility.
- Carat information: Get gold rates based on carat specifications, which is essential for jewelry investors.
- Open/High/Low/Close (OHLC) data: Access detailed market performance metrics for specific time periods.
- News updates: Stay informed with the latest news articles related to various metals.
Key Features and Endpoints
Latest Rates Endpoint
Latest Rates Endpoint allows users to retrieve real-time exchange rate data for all available metals. Depending on your subscription plan, this endpoint can provide updates every 60 minutes or even more frequently. For example, a typical response might look like this:
{
"success": true,
"timestamp": 1755021635,
"base": "USD",
"date": "2025-08-12",
"rates": {
"XAU": 0.000482,
"XAG": 0.03815,
"XPT": 0.000912,
"XPD": 0.000744
},
"unit": "per troy ounce"
}
Historical Rates Endpoint
Historical Rates Endpoint provides access to historical exchange rates for any date since 1999. This is particularly useful for analyzing trends over time. A sample response might look like this:
{
"success": true,
"timestamp": 1754935235,
"base": "USD",
"date": "2025-08-11",
"rates": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915,
"XPD": 0.000748
},
"unit": "per troy ounce"
}
Bid And Ask Endpoint
Bid And Ask Endpoint is a powerful feature that enables users to retrieve real-time bid and ask prices for metals. This information is essential for traders looking to execute buy or sell orders at optimal prices. A typical response might include:
{
"success": true,
"timestamp": 1755021635,
"base": "USD",
"date": "2025-08-12",
"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
Convert Endpoint allows users to convert any amount from one metal to another or to/from USD. This is particularly useful for investors dealing with multiple currencies. A sample response might look like this:
{
"success": true,
"query": {
"from": "USD",
"to": "XAU",
"amount": 1000
},
"info": {
"timestamp": 1755021635,
"rate": 0.000482
},
"result": 0.482,
"unit": "troy ounces"
}
Time-Series Endpoint
Time-Series Endpoint allows users to query the API for daily historical rates between two dates of their choice. This is invaluable for conducting in-depth analyses over specific periods. A typical response might look like this:
{
"success": true,
"timeseries": true,
"start_date": "2025-08-05",
"end_date": "2025-08-12",
"base": "USD",
"rates": {
"2025-08-05": {
"XAU": 0.000485,
"XAG": 0.03825
},
"2025-08-12": {
"XAU": 0.000482,
"XAG": 0.03815
}
},
"unit": "per troy ounce"
}
Fluctuation Endpoint
Fluctuation Endpoint provides information about how metal prices fluctuate on a day-to-day basis. This is essential for understanding market volatility. A sample response might look like this:
{
"success": true,
"fluctuation": true,
"start_date": "2025-08-05",
"end_date": "2025-08-12",
"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
OHLC Price Endpoint allows users to query the API for the open, high, low, and close prices for a specific time period. This data is crucial for technical analysis. A typical response might look like this:
{
"success": true,
"timestamp": 1755021635,
"base": "USD",
"date": "2025-08-12",
"rates": {
"XAU": {
"open": 0.000485,
"high": 0.000487,
"low": 0.000481,
"close": 0.000482
}
},
"unit": "per troy ounce"
}
Historical LME Endpoint
Historical LME Endpoint provides access to historical rates for LME symbols dating back to 2008. This is particularly useful for traders dealing with industrial metals. The response format is similar to other historical endpoints, allowing for easy integration into existing systems.
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 offers a robust and comprehensive solution for accessing real-time and historical data for precious metals, particularly gold. By utilizing its various endpoints, developers can create applications that provide valuable insights into market trends, enabling investors to make informed decisions. The digital transformation in precious metals trading, coupled with the API's capabilities, empowers users to harness the power of data analytics and technology integration in their investment strategies.
Metals-API Documentation. This resource provides detailed guidance on using the API effectively, ensuring that developers can maximize its potential in their applications.