Retrieve Vadodara Gold 22k (VADO-22k) prices with this API

Retrieve Vadodara Gold 22k (VADO-22k) Prices with this API
In the ever-evolving landscape of precious metals trading, the ability to access real-time data is paramount for developers and traders alike. The Metals-API provides a robust solution for retrieving the latest gold prices, including the Vadodara Gold 22k (VADO-22k) prices. This blog post delves into the intricacies of the Metals-API, exploring its capabilities, features, and how it empowers developers to create innovative applications in the precious metals market.
About Gold (XAU)
Gold, represented by the symbol XAU, has long been a cornerstone of wealth and investment. As we witness a digital transformation in the precious metals market, the integration of technology and data analytics is reshaping how traders and investors interact with gold. The advent of real-time data solutions, such as the Metals-API, allows for enhanced market insights and innovation in price discovery.
With the rise of digital asset solutions, the trading of gold is no longer confined to traditional methods. Developers can leverage the Metals-API to build applications that provide users with up-to-the-minute gold prices, historical data analysis, and even predictive analytics based on market trends. This API not only facilitates trading but also enhances the overall trading experience by providing comprehensive data analytics.
API Description
The Metals-API is a powerful tool designed to provide developers with access to real-time and historical data for various metals, including gold, silver, platinum, and palladium. By utilizing this API, developers can create next-generation applications that cater to the needs of traders and investors in the precious metals market.
One of the key features of the Metals-API is its ability to deliver real-time exchange rate data. Depending on the subscription plan, users can receive updates every 60 minutes, every 10 minutes, or even more frequently. This capability is crucial for traders who need to make informed decisions based on the latest market conditions.
For detailed information on how to implement the Metals-API, refer to the Metals-API Documentation. This resource provides comprehensive guidance on using the API effectively.
Key Features and Endpoints
The Metals-API offers a variety of endpoints that cater to different needs in the precious metals market. Here are some of the most notable features:
- Latest Rates Endpoint: This endpoint provides real-time exchange rate data for various metals. Depending on the subscription plan, users can receive updates every 60 minutes, every 10 minutes, or more frequently. This is essential for traders who need to stay informed about the latest market prices.
- Historical Rates Endpoint: Access historical exchange rates for most currencies dating back to 2019. This feature allows users to analyze past market trends and make informed decisions based on historical data.
- Bid And Ask Endpoint: This powerful feature enables users to retrieve real-time bid and ask prices for metals, providing insights into market liquidity and pricing.
- Convert Endpoint: The Metals-API includes a currency conversion endpoint, allowing users to convert any amount from one metal to another or to/from USD. This is particularly useful for traders dealing in multiple currencies.
- Time-Series Endpoint: Users can query the API for daily historical rates between two dates of their choice, allowing for detailed analysis of price movements over time.
- Fluctuation Endpoint: This endpoint provides information about how currencies fluctuate on a day-to-day basis, helping traders understand market volatility.
- Carat Endpoint: Retrieve information about gold rates by carat, which is essential for jewelers and consumers looking to buy or sell gold jewelry.
- Lowest/Highest Price Endpoint: Query the API to get the lowest and highest prices for a specific date, providing insights into market extremes.
- Open/High/Low/Close (OHLC) Price Endpoint: This endpoint allows users to get the open, high, low, and close prices for a specific time period, which is crucial for technical analysis.
- Historical LME Endpoint: Access historical rates for LME symbols dating back to 2008, providing a comprehensive view of market trends.
- API Key: Each user is assigned a unique API key that must be included in requests to authenticate and authorize access to the API.
- API Response: The Metals-API delivers exchange rates relative to USD by default, ensuring consistency in data presentation.
- Available Endpoints: The API features 14 endpoints, each providing different functionalities to cater to various user needs.
- Supported Symbols Endpoint: This constantly updated endpoint returns all available currencies, ensuring users have access to the latest information.
- Gold Price India Endpoint: Retrieve the latest gold price in India using this dedicated endpoint, which is particularly useful for local traders.
- News Endpoint: Stay updated with the latest news articles related to various metals, helping traders stay informed about market developments.
For a complete list of all supported symbols and their specifications, refer to the Metals-API Supported Symbols.
API Endpoint Examples and Responses
Understanding the API responses is crucial for effective implementation. Below are examples of various endpoints and their JSON responses:
Latest Rates Endpoint
{
"success": true,
"timestamp": 1758798035,
"base": "USD",
"date": "2025-09-25",
"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 that the API successfully retrieved the latest rates for various metals, with the base currency being USD. The rates are provided per troy ounce, which is the standard measurement for precious metals.
Historical Rates Endpoint
{
"success": true,
"timestamp": 1758711635,
"base": "USD",
"date": "2025-09-24",
"rates": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915,
"XPD": 0.000748
},
"unit": "per troy ounce"
}
This example shows a successful response for historical rates, allowing users to analyze past prices for gold and other metals.
Time-series Endpoint
{
"success": true,
"timeseries": true,
"start_date": "2025-09-18",
"end_date": "2025-09-25",
"base": "USD",
"rates": {
"2025-09-18": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915
},
"2025-09-20": {
"XAU": 0.000483,
"XAG": 0.0382,
"XPT": 0.000913
},
"2025-09-25": {
"XAU": 0.000482,
"XAG": 0.03815,
"XPT": 0.000912
}
},
"unit": "per troy ounce"
}
This response provides a time series of rates for the specified dates, allowing users to track price movements over time.
Convert Endpoint
{
"success": true,
"query": {
"from": "USD",
"to": "XAU",
"amount": 1000
},
"info": {
"timestamp": 1758798035,
"rate": 0.000482
},
"result": 0.482,
"unit": "troy ounces"
}
This example demonstrates the conversion of an amount from USD to gold (XAU), providing the user with the equivalent amount in troy ounces.
Fluctuation Endpoint
{
"success": true,
"fluctuation": true,
"start_date": "2025-09-18",
"end_date": "2025-09-25",
"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 the rates for various metals have fluctuated over the specified period, which is essential for traders looking to understand market volatility.
OHLC (Open/High/Low/Close) Price Endpoint
{
"success": true,
"timestamp": 1758798035,
"base": "USD",
"date": "2025-09-25",
"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 a specific date, which is crucial for technical analysis and trading strategies.
Bid/Ask Endpoint
{
"success": true,
"timestamp": 1758798035,
"base": "USD",
"date": "2025-09-25",
"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 metals, which is essential for traders looking to execute buy or sell orders effectively.
Conclusion
The Metals-API is a transformative tool for developers and traders in the precious metals market. By providing real-time and historical data, the API empowers users to make informed decisions based on accurate market insights. With features such as the latest rates, historical data access, and various conversion options, the Metals-API is an essential resource for anyone involved in trading metals.
As the market continues to evolve, leveraging technology and data analytics will be crucial for success. The Metals-API not only facilitates trading but also enhances the overall trading experience by providing comprehensive data analytics and insights. For more information on how to get started with the Metals-API, visit the Metals-API Website and explore the Metals-API Documentation for detailed implementation guidance.
In summary, whether you are a seasoned trader or a developer looking to create innovative applications, the Metals-API offers the tools and resources needed to thrive in the dynamic world of precious metals trading.