Fetch real-time Rhodium (XRH) prices with this API

Fetch Real-Time Rhodium (XRH) Prices with This API
About Rhodium (XRH)
API Description
Metals-API is a powerful tool that offers real-time and historical data for various metals, including Rhodium. This API is designed to facilitate the development of next-generation applications that require accurate metal pricing information. By leveraging the capabilities of the Metals-API, developers can create applications that provide users with up-to-date market insights, enabling them to make informed decisions.
Key Features and Endpoints
Latest Rates Endpoint
{
"success": true,
"timestamp": 1755234186,
"base": "USD",
"date": "2025-08-15",
"rates": {
"XRH": 0.000482,
"XAU": 0.000482,
"XAG": 0.03815,
"XPT": 0.000912,
"XPD": 0.000744
},
"unit": "per troy ounce"
}
Historical Rates Endpoint
{
"success": true,
"timestamp": 1755147786,
"base": "USD",
"date": "2025-08-14",
"rates": {
"XRH": 0.000485,
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915
},
"unit": "per troy ounce"
}
Bid and Ask Endpoint
{
"success": true,
"timestamp": 1755234186,
"base": "USD",
"date": "2025-08-15",
"rates": {
"XRH": {
"bid": 0.000481,
"ask": 0.000483,
"spread": 2.0e-6
},
"XAU": {
"bid": 0.000481,
"ask": 0.000483,
"spread": 2.0e-6
}
},
"unit": "per troy ounce"
}
Convert Endpoint
{
"success": true,
"query": {
"from": "USD",
"to": "XRH",
"amount": 1000
},
"info": {
"timestamp": 1755234186,
"rate": 0.000482
},
"result": 0.482,
"unit": "troy ounces"
}
Time-Series Endpoint
{
"success": true,
"timeseries": true,
"start_date": "2025-08-08",
"end_date": "2025-08-15",
"base": "USD",
"rates": {
"2025-08-08": {
"XRH": 0.000485,
"XAU": 0.000485
},
"2025-08-10": {
"XRH": 0.000483,
"XAU": 0.000483
},
"2025-08-15": {
"XRH": 0.000482,
"XAU": 0.000482
}
},
"unit": "per troy ounce"
}
Fluctuation Endpoint
{
"success": true,
"fluctuation": true,
"start_date": "2025-08-08",
"end_date": "2025-08-15",
"base": "USD",
"rates": {
"XRH": {
"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": 1755234186,
"base": "USD",
"date": "2025-08-15",
"rates": {
"XRH": {
"open": 0.000485,
"high": 0.000487,
"low": 0.000481,
"close": 0.000482
}
},
"unit": "per troy ounce"
}
Historical LME Endpoint
{
"success": true,
"timestamp": 1755147786,
"base": "USD",
"date": "2025-08-14",
"rates": {
"XRH": 0.000485
},
"unit": "per troy ounce"
}
Authentication and API Key
Performance Optimization and Security Considerations
Conclusion
Metals-API Documentation and explore the Metals-API Supported Symbols for a complete list of available metal symbols. Embrace the future of metal trading with the Metals-API and unlock the potential of real-time data in your applications.