Access Historical Kolhapur Gold 24k (KOLH-24k) Prices in Multiple Currencies with this API
In the rapidly evolving world of finance and trading, having access to accurate and real-time data is crucial for making informed decisions. For those interested in precious metals, the Metals-API provides a powerful solution to access historical Kolhapur Gold 24k (KOLH-24k) prices in multiple currencies. This API not only offers the latest rates but also historical data, making it an invaluable tool for developers and businesses alike.
About Gold (XAU)
Gold, represented by the symbol XAU, has long been a cornerstone of wealth and investment. As the digital transformation continues to reshape the financial landscape, the integration of technology in trading precious metals has become more pronounced. The Metals-API stands at the forefront of this transformation, offering developers the ability to harness data analytics and market insights to create innovative applications.
With the rise of digital asset solutions, understanding the dynamics of gold pricing is essential. The Metals-API provides real-time data that empowers businesses to make strategic decisions based on current market conditions. By leveraging data analytics, companies can gain insights into price trends, enabling them to optimize their trading strategies and improve profitability.
API Capabilities
The Metals-API is designed to provide developers with a comprehensive suite of tools for accessing precious metals data. With its robust capabilities, the API allows for seamless integration into various applications, enabling businesses to stay ahead in a competitive market.
One of the standout features of the Metals-API is its 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 ensures that users have access to the most current pricing information, which is critical for making timely trading decisions.
For those interested in historical data, the Historical Rates Endpoint provides access to rates dating back to 2019. By appending a specific date to the API request, developers can retrieve historical prices for analysis and reporting. This feature is particularly useful for businesses looking to understand long-term trends and make data-driven forecasts.
The Bid and Ask Endpoint is another powerful feature that allows users to retrieve real-time bid and ask prices for various metals. This information is essential for traders who need to understand market depth and make informed buying or selling decisions. The API's response includes the current bid and ask prices, along with the spread, providing a complete picture of the market.
Additionally, the Convert Endpoint enables users to convert any amount from one currency to another. This is particularly useful for businesses operating in multiple markets, as it allows for easy price comparisons and financial planning. The API's response includes the converted amount, making it straightforward to integrate into financial applications.
The Time-Series Endpoint allows users to query the API for daily historical rates between two dates of their choice. This feature is invaluable for businesses that need to analyze price movements over specific periods, helping them to identify patterns and make informed decisions based on historical performance.
For those interested in understanding market fluctuations, the Fluctuation Endpoint provides insights into how currencies fluctuate on a day-to-day basis. By tracking changes in rates over time, businesses can better understand market volatility and adjust their strategies accordingly.
The Carat Endpoint allows users to retrieve information about gold rates by carat. This feature is particularly useful for jewelers and retailers who need to price their products accurately based on the purity of gold. By appending a base carat value to the API request, users can obtain the corresponding gold price.
Moreover, the Lowest/Highest Price Endpoint enables users to query the API for the lowest and highest prices over a specified period. This information is crucial for traders looking to identify potential entry and exit points in the market.
The Open/High/Low/Close (OHLC) Price Endpoint provides detailed pricing information for a specific time period, including the opening, highest, lowest, and closing prices. This data is essential for technical analysis and helps traders make informed decisions based on historical price movements.
For users interested in LME symbols, the Historical LME Endpoint offers access to historical rates dating back to 2008. This endpoint is particularly useful for businesses involved in trading metals on the London Metal Exchange, providing them with the historical data needed for analysis and reporting.
API Response Examples
Understanding the API's response structure is crucial for effective integration. Below are examples of the JSON responses for various endpoints:
Latest Rates Endpoint
{
"success": true,
"timestamp": 1770942217,
"base": "USD",
"date": "2026-02-13",
"rates": {
"XAU": 0.000482,
"XAG": 0.03815,
"XPT": 0.000912,
"XPD": 0.000744
},
"unit": "per troy ounce"
}
Historical Rates Endpoint
{
"success": true,
"timestamp": 1770855817,
"base": "USD",
"date": "2026-02-12",
"rates": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915,
"XPD": 0.000748
},
"unit": "per troy ounce"
}
Time-series Endpoint
{
"success": true,
"timeseries": true,
"start_date": "2026-02-06",
"end_date": "2026-02-13",
"base": "USD",
"rates": {
"2026-02-06": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915
},
"2026-02-08": {
"XAU": 0.000483,
"XAG": 0.0382,
"XPT": 0.000913
},
"2026-02-13": {
"XAU": 0.000482,
"XAG": 0.03815,
"XPT": 0.000912
}
},
"unit": "per troy ounce"
}
Convert Endpoint
{
"success": true,
"query": {
"from": "USD",
"to": "XAU",
"amount": 1000
},
"info": {
"timestamp": 1770942217,
"rate": 0.000482
},
"result": 0.482,
"unit": "troy ounces"
}
Fluctuation Endpoint
{
"success": true,
"fluctuation": true,
"start_date": "2026-02-06",
"end_date": "2026-02-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"
}
OHLC (Open/High/Low/Close) Endpoint
{
"success": true,
"timestamp": 1770942217,
"base": "USD",
"date": "2026-02-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"
}
Bid/Ask Endpoint
{
"success": true,
"timestamp": 1770942217,
"base": "USD",
"date": "2026-02-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"
}
Conclusion
The Metals-API is a transformative tool for developers and businesses looking to access accurate and real-time precious metals data. With its extensive range of endpoints, including the Latest Rates, Historical Rates, and Bid/Ask features, the API empowers users to make informed decisions based on current market conditions. By integrating this API into their applications, businesses can leverage data analytics to gain insights into price trends, optimize trading strategies, and enhance overall profitability.
For more information on how to implement the Metals-API in your projects, refer to the Metals-API Documentation. To explore the full range of supported symbols, visit the Metals-API Supported Symbols page. For additional resources and to get started with the API, check out the Metals-API Website.