Find Vanadium Pentoxide (VAN) Historical Prices with this API

Introduction
Understanding Vanadium Pentoxide (VAN)
Metals-API Overview
Metals-API is a powerful tool designed for developers looking to integrate metal pricing data into their applications. With a focus on innovation and technological advancement, this API empowers users to access real-time and historical data, enabling them to build next-generation applications that can analyze market trends and make informed decisions.
Digital Transformation in Metal Markets
Technological Innovation and Advancement
Data Analytics and Insights
Future Trends and Possibilities
API Features and Endpoints
Latest Rates Endpoint
{
"success": true,
"timestamp": 1753272021,
"base": "USD",
"date": "2025-07-23",
"rates": {
"VAN": 0.000482
},
"unit": "per troy ounce"
}
Historical Rates Endpoint
{
"success": true,
"timestamp": 1753185621,
"base": "USD",
"date": "2025-07-22",
"rates": {
"VAN": 0.000485
},
"unit": "per troy ounce"
}
Time-Series Endpoint
{
"success": true,
"timeseries": true,
"start_date": "2025-07-16",
"end_date": "2025-07-23",
"base": "USD",
"rates": {
"2025-07-16": {
"VAN": 0.000485
},
"2025-07-18": {
"VAN": 0.000483
},
"2025-07-23": {
"VAN": 0.000482
}
},
"unit": "per troy ounce"
}
Fluctuation Endpoint
{
"success": true,
"fluctuation": true,
"start_date": "2025-07-16",
"end_date": "2025-07-23",
"base": "USD",
"rates": {
"VAN": {
"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": 1753272021,
"base": "USD",
"date": "2025-07-23",
"rates": {
"VAN": {
"open": 0.000485,
"high": 0.000487,
"low": 0.000481,
"close": 0.000482
}
},
"unit": "per troy ounce"
}
Bid/Ask Endpoint
{
"success": true,
"timestamp": 1753272021,
"base": "USD",
"date": "2025-07-23",
"rates": {
"VAN": {
"bid": 0.000481,
"ask": 0.000483,
"spread": 2.0e-6
}
},
"unit": "per troy ounce"
}
Convert Endpoint
{
"success": true,
"query": {
"from": "USD",
"to": "VAN",
"amount": 1000
},
"info": {
"timestamp": 1753272021,
"rate": 0.000482
},
"result": 0.482,
"unit": "troy ounces"
}
Security and Best Practices
Conclusion
Metals-API Documentation and explore the Metals-API Supported Symbols for a complete list of available metals. Visit the Metals-API Website to learn more about how this powerful tool can transform your approach to metal pricing data.