Get Vijayawada Gold 24k (VIJA-24k) price data in your applications using this API

Get Vijayawada Gold 24k (XAU) Price Data in Your Applications Using This API
Metals-API offers a robust solution for developers looking to integrate gold price data, specifically for Vijayawada Gold 24k (XAU), into their applications. This blog post will delve into the capabilities of the Metals-API, exploring how it can transform the way you access and utilize gold price data, alongside other precious metals.
Metals-API Information
About Gold (XAU)
XAU, is one of the most sought-after precious metals in the world. Its value is influenced by a myriad of factors, including market demand, geopolitical stability, and economic indicators. As digital transformation continues to reshape the financial landscape, the integration of technology in trading and data analytics has become essential. The Metals-API plays a crucial role in this transformation by providing developers with the tools needed to access real-time gold price data and historical trends.
Digital Transformation in Precious Metals
Data Analytics and Market Insights
Technology Integration in Trading
Innovation in Price Discovery
Digital Asset Solutions
API Description
Metals-API Documentation, which outlines all available features and endpoints.
Key Features and Endpoints
Latest Rates Endpoint
{
"success": true,
"timestamp": 1750824015,
"base": "USD",
"date": "2025-06-25",
"rates": {
"XAU": 0.000482,
"XAG": 0.03815,
"XPT": 0.000912,
"XPD": 0.000744
},
"unit": "per troy ounce"
}
Historical Rates Endpoint
{
"success": true,
"timestamp": 1750737615,
"base": "USD",
"date": "2025-06-24",
"rates": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915
},
"unit": "per troy ounce"
}
Bid And Ask Endpoint
{
"success": true,
"timestamp": 1750824015,
"base": "USD",
"date": "2025-06-25",
"rates": {
"XAU": {
"bid": 0.000481,
"ask": 0.000483,
"spread": 2.0e-6
},
"XAG": {
"bid": 0.0381,
"ask": 0.0382,
"spread": 0.0001
}
},
"unit": "per troy ounce"
}
Convert Endpoint
{
"success": true,
"query": {
"from": "USD",
"to": "XAU",
"amount": 1000
},
"info": {
"timestamp": 1750824015,
"rate": 0.000482
},
"result": 0.482,
"unit": "troy ounces"
}
Time-Series Endpoint
{
"success": true,
"timeseries": true,
"start_date": "2025-06-18",
"end_date": "2025-06-25",
"base": "USD",
"rates": {
"2025-06-18": {
"XAU": 0.000485
},
"2025-06-20": {
"XAU": 0.000483
},
"2025-06-25": {
"XAU": 0.000482
}
},
"unit": "per troy ounce"
}
Fluctuation Endpoint
{
"success": true,
"fluctuation": true,
"start_date": "2025-06-18",
"end_date": "2025-06-25",
"base": "USD",
"rates": {
"XAU": {
"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": 1750824015,
"base": "USD",
"date": "2025-06-25",
"rates": {
"XAU": {
"open": 0.000485,
"high": 0.000487,
"low": 0.000481,
"close": 0.000482
}
},
"unit": "per troy ounce"
}
Historical LME Endpoint
{
"success": true,
"timestamp": 1750737615,
"base": "USD",
"date": "2025-06-24",
"rates": {
"XAU": 0.000485
},
"unit": "per troy ounce"
}
API Key and Response
List of Symbols
Metals-API Supported Symbols page.
Conclusion
Metals-API Website and explore the documentation to unlock the full potential of this powerful API.