Query monthly Vadodara Gold 22k (VADO-22k) prices using this API
Introduction
In the ever-evolving landscape of financial markets, gold remains a cornerstone asset, particularly in regions like Vadodara, where the demand for 22k gold (VADO-22k) is significant. Understanding the fluctuations in gold prices is crucial for investors, traders, and consumers alike. To facilitate this, the Metals-API provides a powerful solution for querying real-time and historical gold prices, enabling users to make informed decisions based on accurate data.
About Gold (XAU)
Gold, represented by the symbol XAU, is not just a precious metal; it is a symbol of wealth and stability. The digital transformation in precious metals trading has revolutionized how investors access market data. With the integration of data analytics and market insights, traders can now leverage technology to enhance their trading strategies. The Metals-API stands at the forefront of this transformation, offering innovative solutions for price discovery and digital asset management.
Digital Transformation in Precious Metals
The rise of digital platforms has made it easier for investors to access real-time data and analytics. The Metals-API allows developers to integrate gold pricing data into their applications seamlessly. This integration empowers users to track market trends, analyze price movements, and make data-driven decisions.
Data Analytics and Market Insights
With the Metals-API, users can access a wealth of historical data, enabling them to perform in-depth market analysis. By utilizing the API's historical rates endpoint, developers can retrieve gold prices dating back to 2019, providing a comprehensive view of market trends over time. This data can be instrumental in forecasting future price movements and making informed investment decisions.
Technology Integration in Trading
The Metals-API is designed to integrate seamlessly with various trading platforms, allowing users to access real-time gold prices and other metal rates. This integration facilitates automated trading strategies, where algorithms can react to market changes in real-time, optimizing trading outcomes.
Innovation in Price Discovery
Price discovery is a critical aspect of trading, and the Metals-API enhances this process by providing accurate and timely data. The API's latest rates endpoint updates exchange rate data every 60 minutes or more frequently, depending on the subscription plan. This ensures that users have access to the most current pricing information, which is vital for making timely trading decisions.
Digital Asset Solutions
As the financial landscape shifts towards digital assets, the Metals-API offers solutions that cater to this trend. By providing real-time data on gold and other metals, the API supports the development of applications that facilitate digital asset trading, making it easier for users to invest in precious metals.
API Description
The Metals-API is a comprehensive tool that empowers developers to build next-generation applications focused on precious metals trading. With its robust features and capabilities, the API provides real-time and historical data, enabling users to access critical market information at their fingertips. The API's capabilities include:
- Real-time exchange rates for various metals
- Historical rates dating back to 2019
- Bid and ask prices for precise trading
- Currency conversion for seamless transactions
- Time-series data for in-depth analysis
- Fluctuation tracking to monitor price changes
- Carat-specific gold rates for localized pricing
- Lowest and highest price queries for market insights
- Open, high, low, and close (OHLC) price data for comprehensive analysis
For detailed information on how to utilize these features, refer to the Metals-API Documentation.
Key Features and Endpoints
The Metals-API offers a variety of endpoints that cater to different needs in the precious metals market. Each endpoint serves a unique purpose, providing users with the flexibility to access the data they require.
Latest Rates Endpoint
The latest rates endpoint is a cornerstone feature of the Metals-API. Depending on the subscription plan, this endpoint returns real-time exchange rate data updated every 60 minutes, every 10 minutes, or even more frequently. This ensures that users have access to the most current gold prices, which is essential for making timely trading decisions.
{
"success": true,
"timestamp": 1785110878,
"base": "USD",
"date": "2026-07-27",
"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"
}
Historical Rates Endpoint
Accessing historical exchange rates is crucial for market analysis. The historical rates endpoint allows users to retrieve gold prices for any date since 1999. By appending a specific date to the API request, developers can access valuable historical data that can inform future trading strategies.
{
"success": true,
"timestamp": 1785024478,
"base": "USD",
"date": "2026-07-26",
"rates": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915,
"XPD": 0.000748
},
"unit": "per troy ounce"
}
Bid And Ask Endpoint
The bid and ask endpoint is a powerful feature that enables users to retrieve real-time bid and ask prices for gold and other metals. This information is vital for traders looking to execute orders at the best possible prices.
{
"success": true,
"timestamp": 1785110878,
"base": "USD",
"date": "2026-07-27",
"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"
}
Convert Endpoint
The convert endpoint allows users to convert any amount from one metal to another or to/from USD. This feature is particularly useful for traders who need to calculate the equivalent value of their holdings in different currencies.
{
"success": true,
"query": {
"from": "USD",
"to": "XAU",
"amount": 1000
},
"info": {
"timestamp": 1785110878,
"rate": 0.000482
},
"result": 0.482,
"unit": "troy ounces"
}
Time-Series Endpoint
The time-series endpoint allows users to query the API for daily historical rates between two dates of their choice. This feature is essential for analyzing trends over specific periods, enabling traders to make informed decisions based on historical performance.
{
"success": true,
"timeseries": true,
"start_date": "2026-07-20",
"end_date": "2026-07-27",
"base": "USD",
"rates": {
"2026-07-20": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915
},
"2026-07-22": {
"XAU": 0.000483,
"XAG": 0.0382,
"XPT": 0.000913
},
"2026-07-27": {
"XAU": 0.000482,
"XAG": 0.03815,
"XPT": 0.000912
}
},
"unit": "per troy ounce"
}
Fluctuation Endpoint
The fluctuation endpoint provides information about how gold prices fluctuate on a day-to-day basis. By tracking rate changes between two dates, traders can gain insights into market volatility and adjust their strategies accordingly.
{
"success": true,
"fluctuation": true,
"start_date": "2026-07-20",
"end_date": "2026-07-27",
"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"
}
Carat Endpoint
The carat endpoint allows users to retrieve information about gold rates by carat. This feature is particularly useful for consumers and jewelers who need to know the price of gold based on its purity.
{
"success": true,
"timestamp": 1785110878,
"base": "USD",
"date": "2026-07-27",
"rates": {
"22k": 0.000482,
"18k": 0.000395,
"14k": 0.000325
},
"unit": "per troy ounce"
}
Lowest/Highest Price Endpoint
The lowest-highest endpoint allows users to query the API to get the lowest and highest price of gold for a specified date. This information is crucial for traders looking to identify market extremes and make strategic decisions.
{
"success": true,
"timestamp": 1785110878,
"base": "USD",
"date": "2026-07-27",
"rates": {
"XAU": {
"lowest": 0.000481,
"highest": 0.000487
}
},
"unit": "per troy ounce"
}
Open/High/Low/Close (OHLC) Price Endpoint
The OHLC endpoint provides users with open, high, low, and close prices for gold over a specified time period. This data is essential for traders looking to analyze market trends and make informed trading decisions.
{
"success": true,
"timestamp": 1785110878,
"base": "USD",
"date": "2026-07-27",
"rates": {
"XAU": {
"open": 0.000485,
"high": 0.000487,
"low": 0.000481,
"close": 0.000482
}
},
"unit": "per troy ounce"
}
Historical LME Endpoint
The historical LME endpoint provides access to historical rates for LME symbols dating back to 2008. This endpoint is particularly useful for users interested in the London Metal Exchange prices and trends.
{
"success": true,
"timestamp": 1785110878,
"base": "USD",
"date": "2026-07-27",
"rates": {
"XAU": 0.000482,
"XAG": 0.03815
},
"unit": "per troy ounce"
}
API Key and Response
To access the Metals-API, users must obtain an API key, which is passed into the API base URL's access_key parameter. This key is essential for authentication and ensures that only authorized users can access the data.
The API response is delivered in JSON format, with exchange rates provided relative to USD by default. All data is returned in a structured format, making it easy for developers to parse and utilize the information in their applications.
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 metal data into their applications.
Conclusion
The Metals-API is a transformative tool for anyone involved in the precious metals market, particularly for those focused on gold trading. With its extensive range of features, including real-time rates, historical data, and various endpoints tailored for different needs, the API empowers developers to create innovative applications that enhance trading strategies and market analysis.
By leveraging the capabilities of the Metals-API, users can access critical market data, enabling them to make informed decisions and optimize their trading outcomes. Whether you are a developer looking to integrate gold pricing data into your application or a trader seeking to analyze market trends, the Metals-API offers the tools necessary for success in the dynamic world of precious metals.
For more information on how to get started with the Metals-API, visit the Metals-API Website and explore the comprehensive Metals-API Documentation for detailed guidance on implementation and usage.