Get Accurate Rhodium (XRH) Historical Prices with Metals-API for Your Analysis

Get Accurate Rhodium (XRH) Historical Prices with Metals-API for Your Analysis
Metals-API offers a powerful solution. This blog post will delve into the capabilities of Metals-API, focusing on how to retrieve historical prices and leverage various endpoints for comprehensive data analysis.
Metals-API Information
About Rhodium (XRH)
API Description
Metals-API Documentation, which provides comprehensive guidelines and examples.
Key Features and Endpoints
- Latest Rates Endpoint: This endpoint provides real-time exchange rate data for metals, updated based on your subscription plan. Users can access the latest rates for Rhodium and other metals, ensuring they have the most current information at their fingertips.
- Historical Rates Endpoint: Users can access historical rates for Rhodium dating back to 2019. By appending a specific date to the API request, developers can retrieve past pricing data, which is essential for trend analysis and forecasting.
- Bid and Ask Endpoint: This feature allows users to obtain real-time bid and ask prices for Rhodium, providing insights into market liquidity and pricing dynamics.
- Convert Endpoint: The conversion endpoint enables users to convert amounts between different metals or to/from USD, facilitating easy calculations for trading and investment purposes.
- Time-Series Endpoint: This endpoint allows users to query daily historical rates between two specified dates, making it easier to analyze price movements over time.
- Fluctuation Endpoint: Users can track how Rhodium prices fluctuate on a day-to-day basis, providing insights into market volatility and trends.
- Open/High/Low/Close (OHLC) Price Endpoint: This endpoint provides detailed pricing information, including the opening, high, low, and closing prices for Rhodium over a specified period.
- Historical LME Endpoint: For those interested in LME symbols, this endpoint provides historical rates dating back to 2008, allowing for comprehensive market analysis.
- News Endpoint: Stay updated with the latest news articles related to Rhodium and other metals, helping users stay informed about market developments.
API Endpoint Examples and Responses
Latest Rates Endpoint
{
"success": true,
"timestamp": 1745463690,
"base": "USD",
"date": "2025-04-24",
"rates": {
"XRH": 0.000482
},
"unit": "per troy ounce"
}
Historical Rates Endpoint
{
"success": true,
"timestamp": 1745377290,
"base": "USD",
"date": "2025-04-23",
"rates": {
"XRH": 0.000485
},
"unit": "per troy ounce"
}
Time-Series Endpoint
{
"success": true,
"timeseries": true,
"start_date": "2025-04-17",
"end_date": "2025-04-24",
"base": "USD",
"rates": {
"2025-04-17": {
"XRH": 0.000485
},
"2025-04-19": {
"XRH": 0.000483
},
"2025-04-24": {
"XRH": 0.000482
}
},
"unit": "per troy ounce"
}
Convert Endpoint
{
"success": true,
"query": {
"from": "USD",
"to": "XRH",
"amount": 1000
},
"info": {
"timestamp": 1745463690,
"rate": 0.000482
},
"result": 0.482,
"unit": "troy ounces"
}
Fluctuation Endpoint
{
"success": true,
"fluctuation": true,
"start_date": "2025-04-17",
"end_date": "2025-04-24",
"base": "USD",
"rates": {
"XRH": {
"start_rate": 0.000485,
"end_rate": 0.000482,
"change": -3.0e-6,
"change_pct": -0.62
}
},
"unit": "per troy ounce"
}
OHLC (Open/High/Low/Close) Endpoint
{
"success": true,
"timestamp": 1745463690,
"base": "USD",
"date": "2025-04-24",
"rates": {
"XRH": {
"open": 0.000485,
"high": 0.000487,
"low": 0.000481,
"close": 0.000482
}
},
"unit": "per troy ounce"
}
Bid/Ask Endpoint
{
"success": true,
"timestamp": 1745463690,
"base": "USD",
"date": "2025-04-24",
"rates": {
"XRH": {
"bid": 0.000481,
"ask": 0.000483,
"spread": 2.0e-6
}
},
"unit": "per troy ounce"
}
Conclusion
Metals-API Website and explore the Metals-API Supported Symbols for a complete list of available metals.