Get Vanadium Pentoxide (VAN) price data for market analysis using this API

Get Vanadium Pentoxide (VAN) Price Data for Market Analysis Using This API
Metals-API Information
About Vanadium Pentoxide (VAN)
API Description
Metals-API Website or check the Metals-API Documentation for detailed guidance on implementation.
Key Features and Endpoints
Latest Rates Endpoint
{
"success": true,
"timestamp": 1750654812,
"base": "USD",
"date": "2025-06-23",
"rates": {
"VAN": 0.000482
},
"unit": "per troy ounce"
}
Historical Rates Endpoint
{
"success": true,
"timestamp": 1750568412,
"base": "USD",
"date": "2025-06-22",
"rates": {
"VAN": 0.000485
},
"unit": "per troy ounce"
}
Bid And Ask Endpoint
{
"success": true,
"timestamp": 1750654812,
"base": "USD",
"date": "2025-06-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": 1750654812,
"rate": 0.000482
},
"result": 0.482,
"unit": "troy ounces"
}
Time-Series Endpoint
{
"success": true,
"timeseries": true,
"start_date": "2025-06-16",
"end_date": "2025-06-23",
"base": "USD",
"rates": {
"2025-06-16": {
"VAN": 0.000485
},
"2025-06-23": {
"VAN": 0.000482
}
},
"unit": "per troy ounce"
}
Fluctuation Endpoint
{
"success": true,
"fluctuation": true,
"start_date": "2025-06-16",
"end_date": "2025-06-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": 1750654812,
"base": "USD",
"date": "2025-06-23",
"rates": {
"VAN": {
"open": 0.000485,
"high": 0.000487,
"low": 0.000481,
"close": 0.000482
}
},
"unit": "per troy ounce"
}
Historical LME Endpoint
List of Symbols
Metals-API Supported Symbols page.
Conclusion