Get Accurate Rhenium (RHENIUM) Historical Prices using this API

Get Accurate Rhenium (RHENIUM) Historical Prices using this API
Metals-API offers a robust solution. This API not only provides historical pricing data but also empowers users with a suite of features that facilitate the integration of metals data into applications, enabling informed decision-making and strategic planning.
Metals-API Information
About Rhenium (RHENIUM)
API Description
Metals-API Documentation provides extensive guidance on how to utilize each feature effectively. From understanding the structure of API responses to implementing various endpoints, the documentation serves as a valuable resource for developers at all levels.
Key Features and Endpoints
- Latest Rates Endpoint: This endpoint provides real-time exchange rate data, updated based on your subscription plan. Depending on the plan, updates can occur every 60 minutes or even every 10 minutes, ensuring that users have access to the most current pricing information.
- Historical Rates Endpoint: Users can access historical rates for Rhenium and other metals dating back to 2019. By appending a specific date to the API request, developers can retrieve historical pricing data, which is essential for trend analysis and forecasting.
- Bid and Ask Endpoint: This feature allows users to retrieve real-time bid and ask prices for Rhenium, providing insights into market liquidity and pricing dynamics.
- Convert Endpoint: The Metals-API includes a currency conversion feature, enabling users to convert amounts from one metal to another or to/from USD. This is particularly useful for businesses operating in multiple currencies.
- 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 Rhenium prices 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 can be useful for businesses dealing with precious metals.
- Lowest/Highest Price Endpoint: Users can query the API to get the lowest and highest prices for Rhenium over a specified period, aiding in market analysis.
- Open/High/Low/Close (OHLC) Price Endpoint: This endpoint provides open, high, low, and close prices for Rhenium, essential for traders and analysts.
- Historical LME Endpoint: Access historical rates for LME symbols dating back to 2008, which is crucial for understanding long-term market trends.
- API Key: Each user is assigned a unique API key, which must be included in requests to authenticate and authorize access to the API.
- API Response: The API delivers exchange rates relative to USD by default, with all data returned in a structured JSON format.
- Available Endpoints: The Metals-API provides a comprehensive list of endpoints, each designed to fulfill specific data needs.
- Supported Symbols Endpoint: This endpoint returns all available metal symbols, allowing users to explore the full range of options.
- Gold Price India Endpoint: Retrieve the latest gold prices in India, which can be beneficial for businesses operating in that market.
- News Endpoint: Stay updated with the latest news articles related to various metals, providing context to market movements.
List of Symbols
Metals-API Supported Symbols page. This resource is invaluable for developers looking to understand the full capabilities of the API.
API Endpoint Examples and Responses
Latest Rates Endpoint
{
"success": true,
"timestamp": 1755363626,
"base": "USD",
"date": "2025-08-16",
"rates": {
"RHENIUM": 0.000482,
"XAU": 0.000482,
"XAG": 0.03815
},
"unit": "per troy ounce"
}
Historical Rates Endpoint
{
"success": true,
"timestamp": 1755277226,
"base": "USD",
"date": "2025-08-15",
"rates": {
"RHENIUM": 0.000485,
"XAU": 0.000485,
"XAG": 0.03825
},
"unit": "per troy ounce"
}
Time-series Endpoint
{
"success": true,
"timeseries": true,
"start_date": "2025-08-09",
"end_date": "2025-08-16",
"base": "USD",
"rates": {
"2025-08-09": {
"RHENIUM": 0.000485
},
"2025-08-11": {
"RHENIUM": 0.000483
},
"2025-08-16": {
"RHENIUM": 0.000482
}
},
"unit": "per troy ounce"
}
Convert Endpoint
{
"success": true,
"query": {
"from": "USD",
"to": "RHENIUM",
"amount": 1000
},
"info": {
"timestamp": 1755363626,
"rate": 0.000482
},
"result": 0.482,
"unit": "troy ounces"
}
Fluctuation Endpoint
{
"success": true,
"fluctuation": true,
"start_date": "2025-08-09",
"end_date": "2025-08-16",
"base": "USD",
"rates": {
"RHENIUM": {
"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) Price Endpoint
{
"success": true,
"timestamp": 1755363626,
"base": "USD",
"date": "2025-08-16",
"rates": {
"RHENIUM": {
"open": 0.000485,
"high": 0.000487,
"low": 0.000481,
"close": 0.000482
}
},
"unit": "per troy ounce"
}
Bid/Ask Endpoint
{
"success": true,
"timestamp": 1755363626,
"base": "USD",
"date": "2025-08-16",
"rates": {
"RHENIUM": {
"bid": 0.000481,
"ask": 0.000483,
"spread": 2.0e-6
}
},
"unit": "per troy ounce"
}
Conclusion
Metals-API Documentation. To explore the full range of supported symbols, visit the Metals-API Supported Symbols page. By harnessing the power of the Metals-API, you can unlock the potential of real-time metals data and drive your applications to new heights.