Best Kanpur Gold 22k (KANP-22k) prices API in 2025

Best Kanpur Gold 22k (KANP-22k) Prices API in 2025
Metals-API stands out as a powerful tool for developers seeking to integrate gold price data into their applications. In this blog post, we will explore the capabilities of the Metals-API, focusing on its features, endpoints, and how it can empower developers to create next-generation applications that leverage real-time metals data.
About Gold (XAU)
XAU, has long been a cornerstone of wealth and investment. In recent years, the digital transformation in precious metals has opened new avenues for trading and investment. The integration of technology in trading platforms has enabled investors to access market insights and analytics that were previously unavailable. With the rise of digital asset solutions, gold is not just a physical commodity but also a digital asset that can be traded and analyzed in real-time.
API Description
Metals-API is a comprehensive solution for accessing real-time and historical data on precious metals. It empowers developers to create applications that can track gold prices, analyze trends, and provide users with valuable insights. The API is designed with innovation in mind, offering a range of endpoints that cater to various needs, from retrieving the latest rates to accessing historical data.
Key Features and Endpoints
Latest Rates Endpoint
{
"success": true,
"timestamp": 1742176817,
"base": "USD",
"date": "2025-03-17",
"rates": {
"XAU": 0.000482,
"XAG": 0.03815,
"XPT": 0.000912,
"XPD": 0.000744
},
"unit": "per troy ounce"
}
Historical Rates Endpoint
{
"success": true,
"timestamp": 1742090417,
"base": "USD",
"date": "2025-03-16",
"rates": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915
},
"unit": "per troy ounce"
}
Bid And Ask Endpoint
{
"success": true,
"timestamp": 1742176817,
"base": "USD",
"date": "2025-03-17",
"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
{
"success": true,
"query": {
"from": "USD",
"to": "XAU",
"amount": 1000
},
"info": {
"timestamp": 1742176817,
"rate": 0.000482
},
"result": 0.482,
"unit": "troy ounces"
}
Time-Series Endpoint
{
"success": true,
"timeseries": true,
"start_date": "2025-03-10",
"end_date": "2025-03-17",
"base": "USD",
"rates": {
"2025-03-10": {
"XAU": 0.000485,
"XAG": 0.03825
},
"2025-03-12": {
"XAU": 0.000483,
"XAG": 0.0382
},
"2025-03-17": {
"XAU": 0.000482,
"XAG": 0.03815
}
},
"unit": "per troy ounce"
}
Fluctuation Endpoint
{
"success": true,
"fluctuation": true,
"start_date": "2025-03-10",
"end_date": "2025-03-17",
"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
{
"success": true,
"timestamp": 1742176817,
"base": "USD",
"date": "2025-03-17",
"rates": {
"XAU": {
"open": 0.000485,
"high": 0.000487,
"low": 0.000481,
"close": 0.000482
}
},
"unit": "per troy ounce"
}
Historical LME Endpoint
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 Documentation. This resource provides detailed guidance on implementing the API, including authentication, endpoint usage, and response handling. By leveraging the capabilities of the Metals-API, developers can build powerful applications that meet the demands of today's dynamic market.