Fetch live Kochi Gold 24k (KOCH-24k) prices using this API endpoint

Introduction
In today's rapidly evolving financial landscape, the demand for real-time data on precious metals, particularly gold, has surged. The Kochi Gold 24k (KOCH-24k) prices are a prime example of how digital transformation is reshaping the trading of precious metals. By leveraging the Metals-API, developers can access live gold prices and other essential market data, enabling them to build innovative applications that cater to the needs of traders and investors alike.
Metals-API Information
About Gold (XAU)
Gold, represented by the symbol XAU, has long been a cornerstone of wealth and investment. Its allure is not just in its physical properties but also in its role as a hedge against inflation and economic uncertainty. The digital transformation in precious metals trading has opened new avenues for data analytics and market insights. With the integration of technology, traders can now access real-time data, allowing for more informed decision-making.
Data analytics plays a crucial role in understanding market trends and price movements. By utilizing advanced algorithms and machine learning, traders can gain insights into historical price patterns and predict future movements. This innovation in price discovery is essential for maximizing returns and minimizing risks.
Furthermore, the rise of digital asset solutions has made it easier for investors to trade gold and other precious metals. With the help of APIs like Metals-API, developers can create applications that facilitate seamless transactions, ensuring that users have access to the latest market data at their fingertips.
API Description
The Metals-API is a powerful tool that provides developers with access to real-time and historical data on various metals, including gold, silver, platinum, and palladium. This API empowers developers to build next-generation applications that can analyze market trends, track price fluctuations, and convert currencies with ease.
One of the standout features of the Metals-API is its ability to deliver real-time exchange rate data. Depending on your subscription plan, the API can provide updates every 60 minutes or even more frequently. This capability is essential for traders who need to stay ahead of market movements.
For developers looking to integrate historical data into their applications, the Metals-API offers historical rates dating back to 2019. This feature allows users to analyze past performance and make data-driven decisions based on historical trends.
Moreover, the API includes various endpoints that cater to different needs, such as bid and ask prices, currency conversion, and time-series data. Each endpoint is designed to provide specific functionalities, making it easier for developers to access the information they need.
For more detailed information on the API's capabilities, visit the Metals-API Documentation.
Key Features and Endpoints
The Metals-API boasts a range of features that can significantly enhance the trading experience. Here are some of the key endpoints and their functionalities:
Latest Rates Endpoint
The Latest Rates Endpoint provides real-time exchange rate data for all available metals. Depending on your subscription plan, you can receive updates every 60 minutes or more frequently. This endpoint is crucial for traders who need to make quick decisions based on the latest market data.
{
"success": true,
"timestamp": 1756825233,
"base": "USD",
"date": "2025-09-02",
"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
Accessing historical rates is vital for understanding market trends over time. The Historical Rates Endpoint allows users to query rates for most currencies dating back to 2019. This feature is particularly useful for conducting in-depth analyses and back-testing trading strategies.
{
"success": true,
"timestamp": 1756738833,
"base": "USD",
"date": "2025-09-01",
"rates": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915,
"XPD": 0.000748
},
"unit": "per troy ounce"
}
Bid And Ask Endpoint
The Bid and Ask Endpoint is a powerful feature that enables users to retrieve real-time bid and ask prices for various metals. This information is essential for traders looking to execute orders at the best possible prices.
{
"success": true,
"timestamp": 1756825233,
"base": "USD",
"date": "2025-09-02",
"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"
}
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 traders who need to quickly assess the value of their holdings in different currencies.
{
"success": true,
"query": {
"from": "USD",
"to": "XAU",
"amount": 1000
},
"info": {
"timestamp": 1756825233,
"rate": 0.000482
},
"result": 0.482,
"unit": "troy ounces"
}
Time-Series Endpoint
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 traders looking to analyze price movements over specific periods.
{
"success": true,
"timeseries": true,
"start_date": "2025-08-26",
"end_date": "2025-09-02",
"base": "USD",
"rates": {
"2025-08-26": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915
},
"2025-08-28": {
"XAU": 0.000483,
"XAG": 0.0382,
"XPT": 0.000913
},
"2025-09-02": {
"XAU": 0.000482,
"XAG": 0.03815,
"XPT": 0.000912
}
},
"unit": "per troy ounce"
}
Fluctuation Endpoint
The Fluctuation Endpoint provides information about how currencies fluctuate on a day-to-day basis. This feature is essential for traders who want to understand market volatility and make informed decisions.
{
"success": true,
"fluctuation": true,
"start_date": "2025-08-26",
"end_date": "2025-09-02",
"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"
}
Open/High/Low/Close (OHLC) Price Endpoint
The 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 traders who rely on candlestick patterns for their trading strategies.
{
"success": true,
"timestamp": 1756825233,
"base": "USD",
"date": "2025-09-02",
"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"
}
Historical LME Endpoint
The Historical LME Endpoint provides access to historical rates for LME symbols dating back to 2008. This endpoint is particularly useful for traders interested in the London Metal Exchange market.
API Key and Response
Your API Key is the unique key that is passed into the API base URL's access_key parameter. This key is essential for authenticating requests and ensuring secure access to the API's features. The exchange rates delivered by the Metals-API are by default relative to USD, and all data is returned in a structured JSON format.
Available Endpoints
The Metals-API comes with a comprehensive list of endpoints, each providing different functionalities. For a complete list of supported symbols and their specifications, refer to the Metals-API Supported Symbols page.
Gold Price India Endpoint
For those interested in the Indian market, the Gold Price India Endpoint allows users to retrieve the latest gold price in India using the Metals API's dedicated endpoint. This feature is particularly useful for traders operating in the Indian market.
News Endpoint
The Metals-API also includes a News Endpoint that allows users to retrieve the latest news articles related to various metals. Staying informed about market news is crucial for making timely trading decisions.
Conclusion
The Metals-API is a transformative tool for developers looking to access real-time and historical data on precious metals. With its extensive range of features, including the Latest Rates, Historical Rates, and Bid and Ask endpoints, the API empowers traders to make informed decisions based on accurate and timely data. By integrating this API into their applications, developers can create innovative solutions that enhance the trading experience.
As the financial landscape continues to evolve, the importance of real-time data and analytics in precious metals trading cannot be overstated. The Metals-API not only provides essential market insights but also enables developers to build applications that cater to the needs of modern traders. For more information on how to get started, visit the Metals-API Website and explore the Metals-API Documentation for detailed guidance on implementation.