Retrieve live Jaipur Gold 22k (JAIP-22k) prices with our API

Retrieve Live Jaipur Gold 22k (JAIP-22k) Prices with Our API
Metals-API provides developers with the tools necessary to retrieve live prices for various metals, including the highly sought-after Jaipur Gold 22k (JAIP-22k). This blog post will delve into the intricacies of the Metals-API, exploring its features, capabilities, and how it can empower developers to build next-generation applications that leverage real-time metals data.
Metals-API Information
About Gold (XAU)
XAU, has long been a cornerstone of wealth and investment. As a precious metal, it is not only a safe haven during economic uncertainty but also a key component in various industries, including jewelry and electronics. The digital transformation in precious metals trading has opened new avenues for investors and traders alike. With the integration of technology, data analytics, and innovative price discovery methods, the gold market is evolving rapidly.
API Description
Metals-API Documentation, which provides extensive guidance on how to effectively utilize the API's features.
Key Features and Endpoints
Latest Rates Endpoint
{
"success": true,
"timestamp": 1750039414,
"base": "USD",
"date": "2025-06-16",
"rates": {
"XAU": 0.000482,
"XAG": 0.03815,
"XPT": 0.000912,
"XPD": 0.000744
},
"unit": "per troy ounce"
}
Historical Rates Endpoint
{
"success": true,
"timestamp": 1749953014,
"base": "USD",
"date": "2025-06-15",
"rates": {
"XAU": 0.000485,
"XAG": 0.03825
},
"unit": "per troy ounce"
}
Bid And Ask Endpoint
{
"success": true,
"timestamp": 1750039414,
"base": "USD",
"date": "2025-06-16",
"rates": {
"XAU": {
"bid": 0.000481,
"ask": 0.000483,
"spread": 2.0e-6
}
},
"unit": "per troy ounce"
}
Convert Endpoint
{
"success": true,
"query": {
"from": "USD",
"to": "XAU",
"amount": 1000
},
"info": {
"timestamp": 1750039414,
"rate": 0.000482
},
"result": 0.482,
"unit": "troy ounces"
}
Time-Series Endpoint
{
"success": true,
"timeseries": true,
"start_date": "2025-06-09",
"end_date": "2025-06-16",
"base": "USD",
"rates": {
"2025-06-09": {
"XAU": 0.000485
},
"2025-06-16": {
"XAU": 0.000482
}
},
"unit": "per troy ounce"
}
Fluctuation Endpoint
{
"success": true,
"fluctuation": true,
"start_date": "2025-06-09",
"end_date": "2025-06-16",
"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": 1750039414,
"base": "USD",
"date": "2025-06-16",
"rates": {
"XAU": {
"open": 0.000485,
"high": 0.000487,
"low": 0.000481,
"close": 0.000482
}
},
"unit": "per troy ounce"
}
Historical LME Endpoint
API Key and Response
Metals-API Supported Symbols.
Conclusion
Metals-API Website and explore the comprehensive documentation available.