Get Accurate Rhodium (XRH) Prices in Multiple Currencies with this API

Rhodium (XRH) prices in multiple currencies, enabling users to make informed decisions based on the latest market data. This blog post will explore how the Metals-API empowers developers to integrate advanced metal pricing capabilities into their applications, enhancing their business operations and decision-making processes.
Understanding the Metals-API
Key Features of the Metals-API
Latest Rates Endpoint
{
"success": true,
"timestamp": 1754704893,
"base": "USD",
"date": "2025-08-09",
"rates": {
"XRH": 0.000482
},
"unit": "per troy ounce"
}
Historical Rates Endpoint
{
"success": true,
"timestamp": 1754618493,
"base": "USD",
"date": "2025-08-08",
"rates": {
"XRH": 0.000485
},
"unit": "per troy ounce"
}
Bid and Ask Endpoint
{
"success": true,
"timestamp": 1754704893,
"base": "USD",
"date": "2025-08-09",
"rates": {
"XRH": {
"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": 1754704893,
"rate": 0.000482
},
"result": 0.482,
"unit": "troy ounces"
}
Time-Series Endpoint
{
"success": true,
"timeseries": true,
"start_date": "2025-08-02",
"end_date": "2025-08-09",
"base": "USD",
"rates": {
"2025-08-02": {
"XRH": 0.000485
},
"2025-08-09": {
"XRH": 0.000482
}
},
"unit": "per troy ounce"
}
Fluctuation Endpoint
{
"success": true,
"fluctuation": true,
"start_date": "2025-08-02",
"end_date": "2025-08-09",
"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": 1754704893,
"base": "USD",
"date": "2025-08-09",
"rates": {
"XRH": {
"open": 0.000485,
"high": 0.000487,
"low": 0.000481,
"close": 0.000482
}
},
"unit": "per troy ounce"
}
Historical LME Endpoint
{
"success": true,
"timestamp": 1754618493,
"base": "USD",
"date": "2025-08-09",
"rates": {
"XRH": 0.000482
},
"unit": "per troy ounce"
}
Business Applications of Metals-API
Trading Platforms
Financial Analysis Tools
Inventory Management Systems
Integration Strategies
Authentication and Authorization
Rate Limiting and Quota Management
Error Handling and Recovery
Performance Optimization
Caching Strategies
Data Validation and Sanitization
Conclusion
Metals-API Website or check out the Metals-API Documentation for detailed guidance on using the API effectively. To explore the full range of supported symbols, refer to the Metals-API Supported Symbols page.