Explore Jaipur Gold 22k (JAIP-22k) Historical Prices via this API

Explore Jaipur Gold 22k (JAIP-22k) Historical Prices via this API
In the world of precious metals, gold stands out not only for its intrinsic value but also for its historical significance and market dynamics. For developers and financial analysts looking to delve into the historical prices of gold, particularly the Jaipur Gold 22k (JAIP-22k), the Metals-API offers a robust solution. This API provides access to real-time and historical data, enabling users to make informed decisions based on comprehensive market insights.
About Gold (XAU)
Gold, represented by the symbol XAU, has undergone a digital transformation in recent years. The integration of technology in trading has revolutionized how investors and traders access market data. With the advent of data analytics, market insights have become more accessible, allowing stakeholders to make data-driven decisions. The innovation in price discovery mechanisms has further enhanced the trading landscape, making it imperative for developers to leverage advanced tools like the Metals-API.
The Metals-API is at the forefront of this transformation, providing developers with the ability to build next-generation applications that can analyze and interpret gold price movements. By utilizing real-time metals data, developers can create digital asset solutions that cater to the evolving needs of investors and traders alike.
API Description
The Metals-API is a powerful tool that empowers developers to access a wealth of information related to precious metals. With its innovative capabilities, the API allows users to retrieve real-time and historical data, making it an essential resource for anyone involved in the metals market. The API's design focuses on technological advancement and the transformative potential of real-time data, enabling developers to create applications that can analyze trends, forecast prices, and provide valuable insights.
For more information, you can visit the Metals-API Website or check the Metals-API Documentation for detailed guidance on implementation.
Key Features and Endpoints
The Metals-API offers a variety of endpoints that cater to different needs in the metals market. Each endpoint serves a unique purpose, providing developers with the flexibility to access the data they require. Here are some of the key features:
- 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 feature is crucial for traders who need up-to-the-minute information to make quick decisions.
- Historical Rates Endpoint: Access historical rates for most currencies dating back to 2019. By appending a specific date to your query, you can retrieve past prices, which is essential for trend analysis and forecasting.
- Bid And Ask Endpoint: This powerful feature allows you to retrieve real-time bid and ask prices, providing insights into market liquidity and pricing dynamics.
- Convert Endpoint: Easily convert any amount from one currency to another. This endpoint is particularly useful for traders dealing in multiple currencies, allowing for seamless transactions.
- Time-Series Endpoint: Query the API for daily historical rates between two dates of your choice. This feature is invaluable for analyzing price movements over specific periods.
- Fluctuation Endpoint: Retrieve information about how currencies fluctuate on a day-to-day basis. This data can help identify trends and potential investment opportunities.
- Carat Endpoint: Get information about gold rates by carat. This feature is particularly relevant for jewelers and consumers interested in the purity of gold.
- Lowest/Highest Price Endpoint: Query the API to get the lowest and highest price for a specified date, which can aid in understanding market extremes.
- Open/High/Low/Close (OHLC) Price Endpoint: Access open, high, low, and close prices for a specific date, providing a comprehensive view of daily price action.
- Historical LME Endpoint: Access historical rates for LME symbols dating back to 2008, which is crucial for those involved in industrial metals.
- API Key: Your unique API key is essential for accessing the API's features. It must be included in your requests to authenticate your access.
- API Response: The API delivers exchange rates relative to USD by default, ensuring consistency in data interpretation.
- Available Endpoints: With 14 API endpoints, the Metals-API provides a comprehensive suite of tools for developers.
- Supported Symbols Endpoint: Access a constantly updated list of all available currencies and metals, ensuring you have the latest information.
- Gold Price India Endpoint: Retrieve the latest gold price in India, which is particularly useful for local traders and investors.
- News Endpoint: Stay updated with the latest news articles related to various metals, providing context to market movements.
List of Symbols
The Metals-API provides access to a comprehensive range of metal symbols. For a complete list of all supported symbols and their specifications, refer to the Metals-API Supported Symbols page.
API Endpoint Examples and Responses
Understanding the API responses is crucial for effective implementation. Below are examples of various endpoints and their corresponding JSON responses:
Latest Rates Endpoint
{
"success": true,
"timestamp": 1760486720,
"base": "USD",
"date": "2025-10-15",
"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 response indicates the success of the request and provides the latest exchange rates for various metals, including gold (XAU).
Historical Rates Endpoint
{
"success": true,
"timestamp": 1760400320,
"base": "USD",
"date": "2025-10-14",
"rates": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915,
"XPD": 0.000748
},
"unit": "per troy ounce"
}
This example shows how to access historical rates for gold and other metals, allowing for analysis of past price movements.
Time-series Endpoint
{
"success": true,
"timeseries": true,
"start_date": "2025-10-08",
"end_date": "2025-10-15",
"base": "USD",
"rates": {
"2025-10-08": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915
},
"2025-10-10": {
"XAU": 0.000483,
"XAG": 0.0382,
"XPT": 0.000913
},
"2025-10-15": {
"XAU": 0.000482,
"XAG": 0.03815,
"XPT": 0.000912
}
},
"unit": "per troy ounce"
}
This response provides daily historical rates for a specified period, which is essential for trend analysis.
Convert Endpoint
{
"success": true,
"query": {
"from": "USD",
"to": "XAU",
"amount": 1000
},
"info": {
"timestamp": 1760486720,
"rate": 0.000482
},
"result": 0.482,
"unit": "troy ounces"
}
The Convert Endpoint allows users to convert amounts between different metals or currencies, providing flexibility in transactions.
Fluctuation Endpoint
{
"success": true,
"fluctuation": true,
"start_date": "2025-10-08",
"end_date": "2025-10-15",
"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 tracks fluctuations in metal prices over a specified period, providing insights into market volatility.
OHLC (Open/High/Low/Close) Endpoint
{
"success": true,
"timestamp": 1760486720,
"base": "USD",
"date": "2025-10-15",
"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"
}
This response provides open, high, low, and close prices for a specific date, which is essential for traders analyzing daily price movements.
Bid/Ask Endpoint
{
"success": true,
"timestamp": 1760486720,
"base": "USD",
"date": "2025-10-15",
"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"
}
This endpoint provides current bid and ask prices for metals, which is crucial for understanding market dynamics and making informed trading decisions.
Conclusion
The Metals-API is an invaluable resource for developers and analysts looking to explore the historical prices of gold, including Jaipur Gold 22k (JAIP-22k). With its comprehensive suite of endpoints, the API provides access to real-time and historical data, enabling users to make informed decisions based on accurate market insights. By leveraging the capabilities of the Metals-API, developers can create innovative applications that enhance the trading experience and provide valuable insights into the precious metals market.
For further exploration, visit the Metals-API Website and check out the Metals-API Documentation for detailed implementation guidance. Don't forget to explore the Metals-API Supported Symbols page to familiarize yourself with the range of available metal symbols.