Get Vadodara Gold 22k (VADO-22k) Historical Prices to Analyze Market Trends using this API
Get Vadodara Gold 22k (VADO-22k) Historical Prices to Analyze Market Trends using this API
In the ever-evolving world of precious metals, understanding market trends is crucial for investors and traders alike. One of the most sought-after metals is gold, specifically 22k gold, which is widely used in jewelry and investment. For those looking to analyze historical prices of Vadodara Gold 22k (VADO-22k), the Metals-API provides a robust solution. This API allows developers to access real-time and historical data, enabling them to make informed decisions based on market trends.
About Gold (XAU)
Gold has long been a symbol of wealth and stability. In recent years, the digital transformation in the precious metals market has opened new avenues for data analytics and market insights. With the integration of technology in trading, investors can now leverage innovative tools for price discovery and market analysis. The rise of digital asset solutions has further enhanced the accessibility of gold trading, making it easier for individuals and institutions to engage with this valuable commodity.
The Metals-API stands at the forefront of this transformation, offering developers the ability to build next-generation applications that utilize real-time metals data. By harnessing the power of data analytics, traders can gain insights into market trends, fluctuations, and historical pricing, allowing for more strategic investment decisions.
API Description
The Metals-API is designed to provide comprehensive access to metals pricing data. It empowers developers to create applications that can track and analyze market trends effectively. With its innovative capabilities, the API allows users to retrieve real-time exchange rates, historical data, and various other functionalities that are essential for trading and investment strategies.
One of the key features of the Metals-API is its ability to deliver data in a user-friendly JSON format. This makes it easy for developers to integrate the API into their applications and utilize the data for various purposes. The API supports a wide range of endpoints, each designed to cater to specific needs, from retrieving the latest rates to accessing historical data dating back to 2019.
Key Features and Endpoints
The Metals-API offers a variety of endpoints that provide different functionalities, each with its own unique applications:
- Latest Rates Endpoint: This endpoint provides real-time exchange rate data for various metals, updated based on your subscription plan. Depending on the plan, updates can occur every 60 minutes or even every 10 minutes, ensuring you have the latest market information at your fingertips.
- Historical Rates Endpoint: Access historical rates for most currencies dating back to 2019. By appending a specific date in the format YYYY-MM-DD, you can query the Metals-API for historical rates, allowing for in-depth market analysis.
- Bid And Ask Endpoint: This powerful feature enables you to retrieve real-time bid and ask prices for metals, providing insights into market liquidity and pricing dynamics.
- Convert Endpoint: The conversion endpoint allows you to convert any amount from one metal to another or to/from USD, facilitating seamless transactions and calculations.
- Time-Series Endpoint: Query the API for daily historical rates between two dates of your choice. This feature is particularly useful for analyzing trends over specific periods.
- Fluctuation Endpoint: Retrieve information about how currencies fluctuate on a day-to-day basis, helping you understand market volatility and price movements.
- Carat Endpoint: Access gold rates by carat, which is essential for jewelers and investors dealing with different gold purities.
- Lowest/Highest Price Endpoint: This endpoint allows you to query the API for the lowest and highest prices within a specified date range, providing insights into market extremes.
- Open/High/Low/Close (OHLC) Price Endpoint: Get detailed OHLC data for a specific time period, which is crucial for technical analysis and trading strategies.
- Historical LME Endpoint: Access historical rates for LME symbols dating back to 2008, allowing for comprehensive market analysis.
- API Key: Your unique API key is essential for accessing the API's features and must be included in your requests.
- API Response: The API delivers exchange rates relative to USD by default, with all data returned in a structured JSON format.
- Available Endpoints: The Metals-API includes 14 endpoints, each providing distinct functionalities tailored to various user needs.
- Supported Symbols Endpoint: This constantly updated endpoint returns all available currencies, ensuring you have access to the latest symbols.
- News Endpoint: Retrieve the latest news articles related to various metals, keeping you 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. This resource is invaluable for developers looking to integrate specific metals into their applications.
API Endpoint Examples and Responses
Understanding the API's responses is crucial for effective implementation. Below are examples of various endpoints and their corresponding JSON responses:
Latest Rates Endpoint
{
"success": true,
"timestamp": 1774484572,
"base": "USD",
"date": "2026-03-26",
"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 the success of the request and provides the latest exchange rates for various metals, including gold (XAU), silver (XAG), and platinum (XPT).
Historical Rates Endpoint
{
"success": true,
"timestamp": 1774398172,
"base": "USD",
"date": "2026-03-25",
"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 a specific date, allowing users to analyze past market conditions.
Time-series Endpoint
{
"success": true,
"timeseries": true,
"start_date": "2026-03-19",
"end_date": "2026-03-26",
"base": "USD",
"rates": {
"2026-03-19": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915
},
"2026-03-21": {
"XAU": 0.000483,
"XAG": 0.0382,
"XPT": 0.000913
},
"2026-03-26": {
"XAU": 0.000482,
"XAG": 0.03815,
"XPT": 0.000912
}
},
"unit": "per troy ounce"
}
This response provides daily historical rates between two specified dates, enabling users to visualize trends over time.
Convert Endpoint
{
"success": true,
"query": {
"from": "USD",
"to": "XAU",
"amount": 1000
},
"info": {
"timestamp": 1774484572,
"rate": 0.000482
},
"result": 0.482,
"unit": "troy ounces"
}
The convert endpoint allows users to convert amounts between different metals and currencies, providing a straightforward way to calculate values.
Fluctuation Endpoint
{
"success": true,
"fluctuation": true,
"start_date": "2026-03-19",
"end_date": "2026-03-26",
"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 endpoint tracks fluctuations in metal prices over a specified period, providing valuable insights into market volatility.
OHLC (Open/High/Low/Close) Price Endpoint
{
"success": true,
"timestamp": 1774484572,
"base": "USD",
"date": "2026-03-26",
"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 response provides open, high, low, and close prices for a specific date, which is essential for traders conducting technical analysis.
Bid/Ask Endpoint
{
"success": true,
"timestamp": 1774484572,
"base": "USD",
"date": "2026-03-26",
"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 endpoint provides current bid and ask prices, which are crucial for understanding market dynamics and making informed trading decisions.
Conclusion
The Metals-API is an invaluable tool for developers and traders looking to analyze historical prices and market trends for Vadodara Gold 22k (VADO-22k) and other precious metals. By leveraging the API's extensive features, including real-time data, historical rates, and various endpoints, users can gain deep insights into market behavior and make informed decisions.
Whether you are developing a trading application, conducting market analysis, or simply looking to stay informed about precious metals, the Metals-API provides the necessary tools and data to succeed. For more information, explore the Metals-API Documentation and discover how you can integrate this powerful API into your projects.