Get Daily Kolhapur Gold 22k (KOLH-22k) Historical Prices using this API for Your Reports

In the ever-evolving landscape of precious metals trading, the ability to access accurate and timely data is paramount. For developers and analysts looking to get daily Kolhapur Gold 22k (KOLH-22k) historical prices, leveraging the Metals-API is a game-changer. This API provides a robust framework for accessing real-time and historical data on various metals, including gold, silver, platinum, and palladium. In this blog post, we will delve into the intricacies of the Metals-API, exploring its capabilities, features, and how to effectively utilize it for obtaining historical prices.
Metals-API Information
About Gold (XAU)
Gold, represented by the symbol XAU, has long been a cornerstone of wealth and investment. As a digital asset, gold is undergoing a transformation driven by technology and data analytics. The digital transformation in precious metals trading is not just about buying and selling; it encompasses a broader spectrum of data-driven insights and market analytics. With the rise of digital asset solutions, traders can now access real-time data that empowers them to make informed decisions.
Data analytics plays a crucial role in understanding market trends and price movements. By integrating advanced technologies into trading platforms, developers can create applications that provide innovative price discovery mechanisms. The Metals-API is at the forefront of this transformation, offering developers the tools they need to build next-generation applications that harness the power of real-time metals data.
API Description
The Metals-API is designed to provide developers with a comprehensive suite of tools for accessing metals prices and historical data. This API is not just a data source; it is a transformative platform that enables the creation of applications capable of delivering real-time insights into the metals market. With its user-friendly interface and extensive documentation, developers can quickly integrate the API into their projects.
For more information, visit the Metals-API Website or check out the Metals-API Documentation for detailed guidance on implementation.
Key Features and Endpoints
The Metals-API offers a variety of endpoints that cater to different needs, making it a versatile tool for developers. Here are some of the key features:
- Latest Rates Endpoint: Depending on your subscription plan, this endpoint returns real-time exchange rate data updated every 60 minutes, every 10 minutes, or even more frequently. This feature is essential for traders who need to stay updated on the latest market movements.
- Historical Rates Endpoint: Historical rates are available for most currencies dating back to 2019. Developers can query the Metals-API for historical rates by appending a specific date to the endpoint. This is particularly useful for generating reports and analyzing trends over time.
- Bid And Ask Endpoint: This powerful feature allows users to retrieve real-time bid and ask prices for various metals. Understanding the bid-ask spread is crucial for traders looking to optimize their trading strategies.
- Convert Endpoint: The API includes a currency conversion endpoint, enabling users to convert any amount from one metal to another or to/from USD. This feature simplifies the process of calculating equivalent values across different metals.
- Time-Series Endpoint: The time-series endpoint allows developers to query the API for daily historical rates between two dates of their choice. This is invaluable for trend analysis and forecasting.
- Fluctuation Endpoint: Users can track how currencies fluctuate on a day-to-day basis using this endpoint. It provides insights into market volatility and helps traders make informed decisions.
- Carat Endpoint: This endpoint retrieves information about gold rates by carat, allowing users to understand the value of gold in different purities.
- Lowest/Highest Price Endpoint: Developers can query the API to get the lowest and highest price of metals for a specified date, which is crucial for understanding market extremes.
- Open/High/Low/Close (OHLC) Price Endpoint: This endpoint provides open, high, low, and close prices for a specific time period, enabling traders to analyze price movements effectively.
- Historical LME Endpoint: Access historical rates for LME symbols dating back to 2008, which is essential for those involved in trading metals on the London Metal Exchange.
- API Key: Each user is provided with a unique API key that must be included in the API requests to authenticate access.
- API Response: The API delivers exchange rates relative to USD by default, ensuring consistency in data interpretation.
- Supported Symbols Endpoint: This constantly updated endpoint returns all available currencies and metals, allowing developers to stay informed about the latest offerings.
- Gold Price India Endpoint: Retrieve the latest gold price in India using this dedicated endpoint, which is particularly useful for traders in the Indian market.
- News Endpoint: The API provides access to the latest news articles related to various metals, keeping users informed about market developments.
List of Symbols
The 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.
API Endpoint Examples and Responses
Understanding the API responses is crucial for effective integration. Below are examples of various endpoints and their responses:
Latest Rates Endpoint
Get real-time exchange rates for all available metals:
{
"success": true,
"timestamp": 1753531296,
"base": "USD",
"date": "2025-07-26",
"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
Access historical exchange rates for any date since 1999:
{
"success": true,
"timestamp": 1753444896,
"base": "USD",
"date": "2025-07-25",
"rates": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915,
"XPD": 0.000748
},
"unit": "per troy ounce"
}
Time-series Endpoint
Get exchange rates for a specific time period:
{
"success": true,
"timeseries": true,
"start_date": "2025-07-19",
"end_date": "2025-07-26",
"base": "USD",
"rates": {
"2025-07-19": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915
},
"2025-07-21": {
"XAU": 0.000483,
"XAG": 0.0382,
"XPT": 0.000913
},
"2025-07-26": {
"XAU": 0.000482,
"XAG": 0.03815,
"XPT": 0.000912
}
},
"unit": "per troy ounce"
}
Convert Endpoint
Convert any amount from one metal to another or to/from USD:
{
"success": true,
"query": {
"from": "USD",
"to": "XAU",
"amount": 1000
},
"info": {
"timestamp": 1753531296,
"rate": 0.000482
},
"result": 0.482,
"unit": "troy ounces"
}
Fluctuation Endpoint
Track rate fluctuations between two dates:
{
"success": true,
"fluctuation": true,
"start_date": "2025-07-19",
"end_date": "2025-07-26",
"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
Get OHLC data for a specific time period:
{
"success": true,
"timestamp": 1753531296,
"base": "USD",
"date": "2025-07-26",
"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
Get current bid and ask prices for metals:
{
"success": true,
"timestamp": 1753531296,
"base": "USD",
"date": "2025-07-26",
"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
The Metals-API is an invaluable resource for developers seeking to access real-time and historical data on precious metals. With its extensive range of endpoints and capabilities, it empowers users to create innovative applications that leverage data analytics for market insights. By integrating this API, developers can enhance their trading strategies, optimize their applications, and provide users with the most accurate and timely information available.
For further exploration of the API's capabilities, be sure to check the Metals-API Documentation and stay updated with the latest offerings on the Metals-API Website. Whether you are looking to analyze historical trends or track real-time prices, the Metals-API is your go-to solution for all things related to precious metals.