Best Raipur Gold 22k (RAIP-22k) prices API in 2025

Introduction
Best Raipur Gold 22k (RAIP-22k) prices API is a crucial tool for developers and traders alike, providing essential insights into the gold market. This blog post will delve into the capabilities of the Metals-API, focusing on how it empowers users to access accurate and timely data on gold prices, market trends, and trading opportunities.
Metals-API Information
About Gold (XAU)
XAU, has long been a cornerstone of the global economy and a safe haven for investors. In recent years, the digital transformation in precious metals has revolutionized how traders and investors access and analyze data. With the integration of advanced data analytics and technology, the trading landscape has evolved, enabling users to make informed decisions based on real-time insights.
API Description
Metals-API Website or check out the Metals-API Documentation for detailed guidance on implementation.
Key Features and Endpoints
Latest Rates Endpoint
{
"success": true,
"timestamp": 1742256456,
"base": "USD",
"date": "2025-03-18",
"rates": {
"XAU": 0.000482,
"XAG": 0.03815,
"XPT": 0.000912,
"XPD": 0.000744
},
"unit": "per troy ounce"
}
Historical Rates Endpoint
{
"success": true,
"timestamp": 1742170056,
"base": "USD",
"date": "2025-03-17",
"rates": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915
},
"unit": "per troy ounce"
}
Bid And Ask Endpoint
{
"success": true,
"timestamp": 1742256456,
"base": "USD",
"date": "2025-03-18",
"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": 1742256456,
"rate": 0.000482
},
"result": 0.482,
"unit": "troy ounces"
}
Time-Series Endpoint
{
"success": true,
"timeseries": true,
"start_date": "2025-03-11",
"end_date": "2025-03-18",
"base": "USD",
"rates": {
"2025-03-11": {
"XAU": 0.000485
},
"2025-03-18": {
"XAU": 0.000482
}
},
"unit": "per troy ounce"
}
Fluctuation Endpoint
{
"success": true,
"fluctuation": true,
"start_date": "2025-03-11",
"end_date": "2025-03-18",
"base": "USD",
"rates": {
"XAU": {
"start_rate": 0.000485,
"end_rate": 0.000482,
"change": -3.0e-6,
"change_pct": -0.62
}
},
"unit": "per troy ounce"
}
Carat Endpoint
{
"success": true,
"carat": {
"XAU": {
"rate": 0.000482,
"unit": "per troy ounce"
}
}
}
Lowest/Highest Price Endpoint
{
"success": true,
"lowest": {
"XAU": 0.000481
},
"highest": {
"XAU": 0.000487
}
}
Open/High/Low/Close (OHLC) Price Endpoint
{
"success": true,
"timestamp": 1742256456,
"base": "USD",
"date": "2025-03-18",
"rates": {
"XAU": {
"open": 0.000485,
"high": 0.000487,
"low": 0.000481,
"close": 0.000482
}
},
"unit": "per troy ounce"
}
Historical LME Endpoint
{
"success": true,
"timestamp": 1742170056,
"base": "USD",
"date": "2025-03-17",
"rates": {
"XAU": 0.000485
},
"unit": "per troy ounce"
}
List of Symbols
Metals-API Supported Symbols page.
Conclusion
Metals-API Documentation for detailed implementation guidance and best practices. The future of trading in precious metals is here, and the Metals-API is at the forefront of this digital transformation.