Find the latest Kolhapur Gold 22k (KOLH-22k) prices using this API
Introduction
In the ever-evolving world of precious metals trading, staying updated with the latest market prices is crucial for investors and traders alike. One of the most sought-after metals is gold, specifically the 22k variety, often referred to as KOLH-22k in the Kolhapur market. To facilitate real-time access to gold prices and other metal rates, developers can leverage the powerful Metals-API. This API not only provides the latest rates but also offers a suite of features that empower developers to create innovative applications for tracking and analyzing precious metal prices.
About Gold (XAU)
Gold has long been a symbol of wealth and stability, making it a popular investment choice. With the rise of digital transformation in the precious metals market, data analytics and technology integration have become essential for traders. The Metals-API plays a pivotal role in this transformation by providing real-time data that can be integrated into trading platforms, financial applications, and market analysis tools.
As the demand for gold continues to grow, understanding market trends and price fluctuations is vital. The Metals-API offers developers the tools to harness data analytics for market insights, enabling them to make informed decisions based on real-time information. By integrating this API, developers can innovate in price discovery and create digital asset solutions that cater to the needs of modern investors.
API Description
The Metals-API is a comprehensive solution for accessing real-time and historical data on precious metals. It empowers developers to build next-generation applications that require accurate and timely information. With its robust capabilities, the API supports various endpoints that cater to different data needs, from the latest rates to historical trends.
For more detailed information on how to utilize the API, developers can refer to the Metals-API Documentation, which provides extensive guidance on implementation and usage.
Key Features and Endpoints
The Metals-API offers a variety of endpoints, each designed to serve specific functionalities. Hereβs a closer look at some of the key features:
Latest Rates Endpoint
The Latest Rates Endpoint is a fundamental feature of the Metals-API. Depending on the subscription plan, this endpoint provides real-time exchange rate data for various metals, including gold, silver, platinum, and palladium. The data is updated every 60 minutes, every 10 minutes, or even more frequently, depending on the plan.
{
"success": true,
"timestamp": 1784938147,
"base": "USD",
"date": "2026-07-25",
"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"
}
This endpoint is particularly useful for applications that require up-to-the-minute pricing information, allowing traders to react swiftly to market changes.
Historical Rates Endpoint
For those interested in analyzing trends over time, the Historical Rates Endpoint provides access to historical exchange rates dating back to 2019. Developers can query the API for specific dates by appending a date in the format YYYY-MM-DD.
{
"success": true,
"timestamp": 1784851747,
"base": "USD",
"date": "2026-07-24",
"rates": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915,
"XPD": 0.000748
},
"unit": "per troy ounce"
}
This feature is invaluable for conducting historical analysis and understanding how market conditions have evolved over time.
Bid And Ask Endpoint
The Bid and Ask Endpoint is a powerful tool that allows developers to retrieve real-time bid and ask prices for metals. This feature is essential for traders who need to know the current market spread to make informed trading decisions.
{
"success": true,
"timestamp": 1784938147,
"base": "USD",
"date": "2026-07-25",
"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"
}
By utilizing this endpoint, developers can enhance their trading platforms with accurate pricing information, improving user experience and decision-making.
Convert Endpoint
The Convert Endpoint allows users to convert any amount from one metal to another or to/from USD. This feature is particularly useful for applications that require currency conversion for transactions or reporting.
{
"success": true,
"query": {
"from": "USD",
"to": "XAU",
"amount": 1000
},
"info": {
"timestamp": 1784938147,
"rate": 0.000482
},
"result": 0.482,
"unit": "troy ounces"
}
With this endpoint, developers can easily integrate conversion functionalities into their applications, making it easier for users to understand the value of their investments.
Time-Series Endpoint
The Time-Series Endpoint allows developers to query the API for daily historical rates between two dates of their choice. This feature is beneficial for analyzing trends and making predictions based on historical data.
{
"success": true,
"timeseries": true,
"start_date": "2026-07-18",
"end_date": "2026-07-25",
"base": "USD",
"rates": {
"2026-07-18": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915
},
"2026-07-20": {
"XAU": 0.000483,
"XAG": 0.0382,
"XPT": 0.000913
},
"2026-07-25": {
"XAU": 0.000482,
"XAG": 0.03815,
"XPT": 0.000912
}
},
"unit": "per troy ounce"
}
This endpoint is particularly useful for traders looking to analyze price movements over specific periods, enabling them to make data-driven decisions.
Fluctuation Endpoint
The Fluctuation Endpoint provides information about how metal prices fluctuate on a day-to-day basis. By tracking rate fluctuations between two dates, developers can gain insights into market volatility.
{
"success": true,
"fluctuation": true,
"start_date": "2026-07-18",
"end_date": "2026-07-25",
"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"
}
This endpoint is essential for traders who want to understand market trends and make predictions based on historical fluctuations.
Lowest/Highest Price Endpoint
The Lowest/Highest Price Endpoint allows developers to query the API to get the lowest and highest price for a specific metal on a given date. This feature is useful for identifying price extremes and market trends.
{
"success": true,
"timestamp": 1784938147,
"base": "USD",
"date": "2026-07-25",
"rates": {
"XAU": {
"lowest": 0.000481,
"highest": 0.000487
},
"XAG": {
"lowest": 0.0381,
"highest": 0.0383
}
},
"unit": "per troy ounce"
}
By utilizing this endpoint, developers can enhance their applications with valuable insights into price trends and market behavior.
Open/High/Low/Close (OHLC) Price Endpoint
The Open/High/Low/Close (OHLC) Price Endpoint provides detailed price information for a specific time period. This endpoint is crucial for traders who rely on candlestick charts for technical analysis.
{
"success": true,
"timestamp": 1784938147,
"base": "USD",
"date": "2026-07-25",
"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
}
},
"unit": "per troy ounce"
}
This endpoint allows traders to analyze price movements and make informed decisions based on historical data.
API Key and Authentication
To access the Metals-API, developers must obtain an API key, which is a unique identifier passed into the API base URL's access_key parameter. This key is essential for authentication and ensures that only authorized users can access the data.
For detailed information on authentication and authorization requirements, developers can refer to the Metals-API Documentation.
Conclusion
The Metals-API is a powerful tool for developers looking to integrate real-time and historical data on precious metals into their applications. With features like the Latest Rates Endpoint, Historical Rates Endpoint, and various other endpoints, developers can create innovative solutions that cater to the needs of traders and investors.
By leveraging the capabilities of the Metals-API, developers can enhance their applications with accurate pricing information, market insights, and analytical tools. Whether it's tracking the latest gold prices or analyzing historical trends, the Metals-API provides the necessary data to make informed decisions in the precious metals market.
For more information on the available symbols and their specifications, developers can visit the Metals-API Supported Symbols page. By utilizing these resources, developers can unlock the full potential of the Metals-API and create applications that meet the demands of today's market.