Obtain Raipur Gold 24k (RAIP-24k) Historical Prices via this API

Introduction
In the ever-evolving landscape of financial technology, the demand for accurate and real-time data on precious metals has surged. One of the most sought-after assets in this domain is Gold, represented by the symbol XAU. Obtaining historical prices for Raipur Gold 24k (RAIP-24k) has become increasingly essential for traders, investors, and developers alike. The Metals-API provides a robust solution for accessing historical prices and real-time data, empowering users to make informed decisions based on comprehensive market insights.
Metals-API Information
About Gold (XAU)
Gold has long been regarded as a safe haven asset, especially during periods of economic uncertainty. The digital transformation in precious metals trading has opened new avenues for data analytics and market insights. With the integration of technology in trading, investors can now leverage innovative tools for price discovery and digital asset solutions.
The rise of data analytics has enabled traders to analyze historical price trends, identify patterns, and make predictions about future movements. This is where the Metals-API comes into play, offering a suite of endpoints that provide real-time and historical data on Gold and other precious metals.
API Description
The Metals-API is a powerful tool designed for developers looking to build next-generation applications that require real-time metals data. This API offers a wide range of functionalities, including the ability to retrieve the latest rates, historical prices, and even perform currency conversions. By leveraging the Metals-API, developers can create applications that provide users with up-to-date information on precious metals, enhancing their trading strategies and investment decisions.
With a focus on innovation and technological advancement, the Metals-API empowers users to access real-time data that can transform their approach to trading. The API's capabilities extend beyond mere data retrieval; it allows for the integration of advanced analytics and insights that can drive better decision-making.
Key Features and Endpoints
The Metals-API offers several key features that cater to the needs of traders and developers:
- Latest Rates Endpoint: Depending on your subscription plan, this endpoint provides 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 market prices for Gold and other metals.
- Historical Rates Endpoint: Users can access historical rates for most currencies dating back to 2019. By appending a specific date to the API request, developers can retrieve historical price data for Gold, allowing for in-depth analysis of price trends over time.
- Bid And Ask Endpoint: This feature enables users to retrieve real-time bid and ask prices for Gold and other metals, providing insights into market liquidity and pricing dynamics.
- Convert Endpoint: The Metals-API includes a currency conversion endpoint, allowing users to convert any amount from one metal to another or to/from USD. This is particularly useful for traders who operate in multiple currencies.
- Time-Series Endpoint: This endpoint allows users to query the API for daily historical rates between two dates of their choice, facilitating comprehensive analysis of price movements over specific periods.
- Fluctuation Endpoint: Users can track how Gold and other metals fluctuate on a day-to-day basis, providing valuable insights into market volatility.
- Carat Endpoint: This feature allows users to retrieve information about Gold rates by carat, which is essential for jewelers and traders dealing in various purities of Gold.
- Lowest/Highest Price Endpoint: Users can query the API to get the lowest and highest prices for Gold over a specified period, aiding in the identification of price extremes.
- Open/High/Low/Close (OHLC) Price Endpoint: This endpoint provides users with the open, high, low, and close prices for Gold, offering a comprehensive view of price movements within a specific time frame.
- Historical LME Endpoint: For those interested in LME symbols, this endpoint provides historical rates dating back to 2008, allowing for extensive analysis of market trends.
- API Key: Users must pass their unique API key into the API base URL's access_key parameter to authenticate their requests, ensuring secure access to the data.
- API Response: The Metals-API delivers exchange rates relative to USD by default, with all data returned in a structured JSON format for easy integration into applications.
- Available Endpoints: The API features 14 different endpoints, each providing unique functionalities tailored to the needs of traders and developers.
- Supported Symbols Endpoint: This endpoint returns all available currencies and metal symbols, allowing users to stay updated on the latest offerings.
- Gold Price India Endpoint: Users can retrieve the latest Gold price in India using this dedicated endpoint, which is particularly useful for traders operating in the Indian market.
- News Endpoint: The Metals-API also provides access to the latest news articles related to various metals, keeping users informed about market developments.
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. This resource is invaluable for developers looking to integrate specific metals into their applications.
API Endpoint Examples and Responses
Understanding the structure of API responses is crucial for effective integration. Below are examples of various endpoints and their corresponding JSON responses:
Latest Rates Endpoint
Get real-time exchange rates for all available metals:
{
"success": true,
"timestamp": 1759158052,
"base": "USD",
"date": "2025-09-29",
"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
Access historical exchange rates for any date since 1999:
{
"success": true,
"timestamp": 1759071652,
"base": "USD",
"date": "2025-09-28",
"rates": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915,
"XPD": 0.000748
},
"unit": "per troy ounce"
}
Time-series Endpoint
Get exchange rates for a specific time period:
{
"success": true,
"timeseries": true,
"start_date": "2025-09-22",
"end_date": "2025-09-29",
"base": "USD",
"rates": {
"2025-09-22": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915
},
"2025-09-24": {
"XAU": 0.000483,
"XAG": 0.0382,
"XPT": 0.000913
},
"2025-09-29": {
"XAU": 0.000482,
"XAG": 0.03815,
"XPT": 0.000912
}
},
"unit": "per troy ounce"
}
Convert Endpoint
Convert any amount from one metal to another or to/from USD:
{
"success": true,
"query": {
"from": "USD",
"to": "XAU",
"amount": 1000
},
"info": {
"timestamp": 1759158052,
"rate": 0.000482
},
"result": 0.482,
"unit": "troy ounces"
}
Fluctuation Endpoint
Track rate fluctuations between two dates:
{
"success": true,
"fluctuation": true,
"start_date": "2025-09-22",
"end_date": "2025-09-29",
"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
Get OHLC data for a specific time period:
{
"success": true,
"timestamp": 1759158052,
"base": "USD",
"date": "2025-09-29",
"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
Get current bid and ask prices for metals:
{
"success": true,
"timestamp": 1759158052,
"base": "USD",
"date": "2025-09-29",
"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
In conclusion, the Metals-API offers a comprehensive suite of tools for accessing historical prices and real-time data for Gold and other precious metals. By leveraging the various endpoints, developers can create powerful applications that provide valuable insights into market trends and price movements. The ability to access historical data, track fluctuations, and perform conversions makes the Metals-API an essential resource for anyone involved in precious metals trading.
For further exploration of the API's capabilities, developers are encouraged to review the Metals-API Documentation and familiarize themselves with the available endpoints and their functionalities. Additionally, the Metals-API Supported Symbols page provides a complete list of metal symbols, ensuring that users have access to the latest offerings.
As the financial landscape continues to evolve, staying informed and equipped with the right tools is crucial for success in the precious metals market. The Metals-API stands out as a leader in providing real-time data and historical insights, making it an invaluable asset for traders and developers alike.