Understanding Hafnium (HAF) Historical Prices with Metals-API

Understanding Hafnium (HAF) Historical Prices with Metals-API
Metals-API Information
About Hafnium (HAF)
API Description
- Real-time Data Access: Users can access up-to-date metal prices, ensuring they have the latest information at their fingertips.
- Historical Data Retrieval: The API allows users to query historical prices dating back to 2019, enabling in-depth analysis of price trends over time.
- Data Conversion: The API includes a conversion endpoint that allows users to convert amounts between different metals and currencies.
- Fluctuation Tracking: Users can monitor how metal prices fluctuate over specific periods, providing insights into market volatility.
Metals-API Documentation, which provides comprehensive guidance on using the API effectively.
Key Features and Endpoints
Latest Rates Endpoint
{
"success": true,
"timestamp": 1743213688,
"base": "USD",
"date": "2025-03-29",
"rates": {
"HAF": 0.000482
},
"unit": "per troy ounce"
}
Historical Rates Endpoint
{
"success": true,
"timestamp": 1743127288,
"base": "USD",
"date": "2025-03-28",
"rates": {
"HAF": 0.000485
},
"unit": "per troy ounce"
}
Time-Series Endpoint
{
"success": true,
"timeseries": true,
"start_date": "2025-03-22",
"end_date": "2025-03-29",
"base": "USD",
"rates": {
"2025-03-22": {
"HAF": 0.000485
},
"2025-03-29": {
"HAF": 0.000482
}
},
"unit": "per troy ounce"
}
Convert Endpoint
{
"success": true,
"query": {
"from": "USD",
"to": "HAF",
"amount": 1000
},
"info": {
"timestamp": 1743213688,
"rate": 0.000482
},
"result": 0.482,
"unit": "troy ounces"
}
Fluctuation Endpoint
{
"success": true,
"fluctuation": true,
"start_date": "2025-03-22",
"end_date": "2025-03-29",
"base": "USD",
"rates": {
"HAF": {
"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": 1743213688,
"base": "USD",
"date": "2025-03-29",
"rates": {
"HAF": {
"open": 0.000485,
"high": 0.000487,
"low": 0.000481,
"close": 0.000482
}
},
"unit": "per troy ounce"
}
Bid/Ask Endpoint
{
"success": true,
"timestamp": 1743213688,
"base": "USD",
"date": "2025-03-29",
"rates": {
"HAF": {
"bid": 0.000481,
"ask": 0.000483,
"spread": 2.0e-6
}
},
"unit": "per troy ounce"
}
List of Symbols
Metals-API Supported Symbols page.
Conclusion
Metals-API Website and explore the extensive documentation available. With the right tools and insights, navigating the complexities of the metal markets becomes a more manageable and informed process.