Obtain Vadodara Gold 22k (VADO-22k) Historical Prices using this API

Obtain Vadodara Gold 22k (VADO-22k) Historical Prices using this API
In today's digital age, the demand for real-time data and analytics has transformed the landscape of precious metals trading. One of the most sought-after metals is gold, particularly in its 22k form, which is widely used in jewelry and investment. For developers and traders looking to obtain historical prices for Vadodara Gold 22k (VADO-22k), the Metals-API offers a robust solution. This blog post will delve into the capabilities of the Metals-API, focusing on how to access historical prices and other valuable data related to gold.
Metals-API Information
About Gold (XAU)
Gold has been a symbol of wealth and prosperity for centuries. In recent years, the digital transformation in the precious metals market has led to innovative approaches in trading and investment. The integration of data analytics and market insights has empowered traders to make informed decisions based on real-time data. With the advent of technology, price discovery has become more efficient, allowing investors to track fluctuations and trends in gold prices seamlessly.
The Metals-API stands at the forefront of this digital transformation, providing developers with the tools necessary to build next-generation applications that leverage real-time metals data. By utilizing the Metals-API, developers can access a wealth of information, including historical prices, current rates, and market trends, all of which are essential for making informed trading decisions.
API Description
The Metals-API is a powerful tool designed for developers looking to integrate metals pricing data into their applications. It offers a variety of endpoints that provide access to real-time and historical data for various metals, including gold (XAU), silver (XAG), platinum (XPT), and palladium (XPD). The API's capabilities extend beyond mere price retrieval; it empowers developers to create innovative solutions that enhance trading strategies and market analysis.
For more information on the API's features and capabilities, you can visit the Metals-API Website or explore the Metals-API Documentation.
Key Features and Endpoints
The Metals-API boasts a range of endpoints that cater to various needs in the metals trading space. Here are some of the key features:
- Latest Rates Endpoint: Depending on your subscription plan, this endpoint returns real-time exchange rate data updated every 60 minutes, every 10 minutes, or even more frequently. This feature is crucial for traders who need to stay updated on the latest market movements.
- Historical Rates Endpoint: Historical rates are available for most currencies dating back to 2019. By appending a specific date to the API request, users can retrieve historical prices for gold and other metals, making it easier to analyze trends over time.
- Bid And Ask Endpoint: This powerful feature allows users to retrieve real-time bid and ask prices for metals, providing insights into market liquidity and pricing dynamics.
- Convert Endpoint: The Metals-API includes a currency conversion endpoint, enabling users to convert amounts from one metal to another or to/from USD. This is particularly useful for traders dealing with multiple currencies.
- Time-Series Endpoint: Users can query the API for daily historical rates between two dates of their choice, allowing for in-depth analysis of price movements over specific periods.
- Fluctuation Endpoint: This endpoint provides information about how currencies fluctuate on a day-to-day basis, helping traders understand market volatility.
- Carat Endpoint: Users can retrieve information about gold rates by carat, which is essential for jewelers and investors focused on specific gold purities.
- Lowest/Highest Price Endpoint: This feature allows users to query the API to get the lowest and highest price of gold over a specified period, aiding in market analysis.
- Open/High/Low/Close (OHLC) Price Endpoint: Users can obtain the open, high, low, and close prices for gold, providing a comprehensive view of market performance.
- Historical LME Endpoint: This endpoint provides access to historical rates for LME symbols dating back to 2008, which is valuable for traders focused on industrial metals.
- API Key: Each user is assigned a unique API key that must be included in API requests to authenticate access.
- API Response: The Metals-API delivers exchange rates relative to USD by default, ensuring consistency in data interpretation.
- Available Endpoints: The API offers 14 different endpoints, each providing unique functionalities tailored to various trading needs.
- Supported Symbols Endpoint: This endpoint returns all available currencies and metals supported by the API, allowing users to explore their options.
- Gold Price India Endpoint: Users can retrieve the latest gold price in India using this dedicated endpoint, which is particularly useful for local traders.
- News Endpoint: This feature allows users to access the latest news articles related to various metals, keeping traders informed about market developments.
List of Symbols
The Metals-API provides access to a comprehensive range of metal symbols. For a complete list of all supported symbols and their specifications, refer to the Metals-API Supported Symbols page.
API Endpoint Examples and Responses
Understanding the API responses is crucial for effective integration. Below are examples of responses for various endpoints:
Latest Rates Endpoint
{
"success": true,
"timestamp": 1759096834,
"base": "USD",
"date": "2025-09-28",
"rates": {
"XAU": 0.000482,
"XAG": 0.03815,
"XPT": 0.000912,
"XPD": 0.000744,
"XCU": 0.294118,
"XAL": 0.434783,
"XNI": 0.142857,
"XZN": 0.344828
},
"unit": "per troy ounce"
}
This response indicates a successful request, providing the latest exchange rates for various metals, including gold (XAU).
Historical Rates Endpoint
{
"success": true,
"timestamp": 1759010434,
"base": "USD",
"date": "2025-09-27",
"rates": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915,
"XPD": 0.000748
},
"unit": "per troy ounce"
}
This example shows how to access historical rates for gold and other metals, allowing for trend analysis over time.
Time-series Endpoint
{
"success": true,
"timeseries": true,
"start_date": "2025-09-21",
"end_date": "2025-09-28",
"base": "USD",
"rates": {
"2025-09-21": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915
},
"2025-09-23": {
"XAU": 0.000483,
"XAG": 0.0382,
"XPT": 0.000913
},
"2025-09-28": {
"XAU": 0.000482,
"XAG": 0.03815,
"XPT": 0.000912
}
},
"unit": "per troy ounce"
}
This response provides a time series of gold prices, allowing traders to analyze price movements over a specified period.
Convert Endpoint
{
"success": true,
"query": {
"from": "USD",
"to": "XAU",
"amount": 1000
},
"info": {
"timestamp": 1759096834,
"rate": 0.000482
},
"result": 0.482,
"unit": "troy ounces"
}
This example illustrates how to convert an amount from USD to gold (XAU), providing a clear understanding of the conversion process.
Fluctuation Endpoint
{
"success": true,
"fluctuation": true,
"start_date": "2025-09-21",
"end_date": "2025-09-28",
"base": "USD",
"rates": {
"XAU": {
"start_rate": 0.000485,
"end_rate": 0.000482,
"change": -3.0e-6,
"change_pct": -0.62
},
"XAG": {
"start_rate": 0.03825,
"end_rate": 0.03815,
"change": -0.0001,
"change_pct": -0.26
},
"XPT": {
"start_rate": 0.000915,
"end_rate": 0.000912,
"change": -3.0e-6,
"change_pct": -0.33
}
},
"unit": "per troy ounce"
}
This response provides insights into how gold and other metals fluctuate over a specified period, which is essential for understanding market dynamics.
OHLC (Open/High/Low/Close) Price Endpoint
{
"success": true,
"timestamp": 1759096834,
"base": "USD",
"date": "2025-09-28",
"rates": {
"XAU": {
"open": 0.000485,
"high": 0.000487,
"low": 0.000481,
"close": 0.000482
},
"XAG": {
"open": 0.03825,
"high": 0.0383,
"low": 0.0381,
"close": 0.03815
},
"XPT": {
"open": 0.000915,
"high": 0.000918,
"low": 0.00091,
"close": 0.000912
}
},
"unit": "per troy ounce"
}
This endpoint provides the open, high, low, and close prices for gold, which are critical for traders looking to analyze market performance.
Bid/Ask Endpoint
{
"success": true,
"timestamp": 1759096834,
"base": "USD",
"date": "2025-09-28",
"rates": {
"XAU": {
"bid": 0.000481,
"ask": 0.000483,
"spread": 2.0e-6
},
"XAG": {
"bid": 0.0381,
"ask": 0.0382,
"spread": 0.0001
},
"XPT": {
"bid": 0.000911,
"ask": 0.000913,
"spread": 2.0e-6
}
},
"unit": "per troy ounce"
}
This response provides the current bid and ask prices for gold, which are essential for understanding market liquidity and pricing dynamics.
Conclusion
The Metals-API is a powerful resource for developers and traders seeking to obtain historical prices for Vadodara Gold 22k (VADO-22k) and other metals. With its extensive range of endpoints, the API enables users to access real-time and historical data, empowering them to make informed trading decisions. By leveraging the capabilities of the Metals-API, developers can build innovative applications that enhance the trading experience and provide valuable market insights.
For more information on how to get started with the Metals-API, visit the Metals-API Documentation and explore the various endpoints available. Whether you are a seasoned trader or a developer looking to integrate metals data into your applications, the Metals-API offers the tools you need to succeed in the dynamic world of precious metals trading.