Retrieve Vadodara Gold 24k (VADO-24k) prices with our API guide

Introduction
In the world of precious metals trading, having access to real-time data is crucial for making informed decisions. This is where the Metals-API comes into play, providing developers with the tools they need to retrieve the latest prices for metals like Gold (XAU), Silver (XAG), and more. In this blog post, we will focus on how to retrieve Vadodara Gold 24k (VADO-24k) prices using the Metals-API, explore its various features, and discuss the transformative potential of real-time metals data.
Metals-API Information
About Gold (XAU)
Gold has always been a symbol of wealth and stability, making it a popular choice for investors and traders alike. With the digital transformation in precious metals trading, the integration of technology has revolutionized how we access and analyze market data. The Metals-API allows developers to harness data analytics and market insights to create innovative applications that facilitate trading and investment in gold.
As the demand for digital asset solutions grows, the need for accurate and timely price discovery becomes paramount. The Metals-API empowers developers to build next-generation applications that can provide users with real-time updates on gold prices, historical trends, and market fluctuations.
API Description
The Metals-API Website offers a comprehensive suite of features designed to meet the needs of developers working with precious metals data. With its robust capabilities, the Metals-API enables users to access real-time and historical data, making it an invaluable resource for anyone involved in the metals market.
One of the standout features of the Metals-API is its ability to provide real-time exchange rate data. Depending on your subscription plan, the API's latest rates endpoint can return updates every 60 minutes or even every 10 minutes. This level of granularity allows traders to stay ahead of market movements and make timely decisions.
Additionally, the API offers a historical rates endpoint, which provides access to data dating back to 2019. This feature is particularly useful for analyzing trends over time and understanding how market conditions have evolved.
Another powerful feature is the Bid and Ask endpoint, which allows users to retrieve real-time bid and ask prices for various metals. This information is crucial for traders looking to execute orders at the best possible prices.
For those interested in currency conversion, the Metals-API includes a dedicated convert endpoint that allows users to convert amounts between different currencies. This feature is essential for traders operating in multiple markets and needing to quickly assess the value of their assets.
The API also provides a time-series endpoint, enabling users to query daily historical rates between two specified dates. This functionality is invaluable for conducting in-depth analyses and generating reports on price movements over time.
Furthermore, the fluctuation endpoint allows users to track how prices change on a day-to-day basis, providing insights into market volatility and helping traders make informed decisions.
For those interested in gold rates by carat, the Metals-API offers a carat endpoint that retrieves information about gold prices based on carat weight. This feature is particularly useful for jewelers and consumers looking to understand the value of gold jewelry.
The Metals-API also includes endpoints for retrieving the lowest and highest prices for specified dates, as well as open, high, low, and close (OHLC) price data. These features are essential for traders looking to analyze market performance and make strategic decisions based on historical data.
For developers looking to integrate news into their applications, the Metals-API provides a news endpoint that retrieves the latest articles related to various metals, keeping users informed about market developments.
To explore the full range of features and capabilities, developers can refer to the Metals-API Documentation, which provides detailed information on each endpoint and its usage.
Key Features and Endpoints
The Metals-API offers a variety of endpoints, each designed to provide specific functionalities:
- Latest Rates Endpoint: Retrieve real-time exchange rate data for metals, updated based on your subscription plan.
- Historical Rates Endpoint: Access historical rates dating back to 2019 by appending a date to your query.
- Bid And Ask Endpoint: Get real-time bid and ask prices for metals, essential for executing trades.
- Convert Endpoint: Convert amounts between different currencies, facilitating trading across markets.
- Time-Series Endpoint: Query daily historical rates between two dates for in-depth analysis.
- Fluctuation Endpoint: Track price fluctuations on a day-to-day basis to understand market volatility.
- Carat Endpoint: Retrieve gold rates based on carat weight, useful for jewelers and consumers.
- Lowest/Highest Price Endpoint: Get the lowest and highest prices for specified dates.
- Open/High/Low/Close (OHLC) Price Endpoint: Access OHLC data for specific time periods.
- Historical LME Endpoint: Access historical rates for LME symbols dating back to 2008.
- API Key: Your unique key for accessing the API, ensuring secure and authorized usage.
- API Response: Exchange rates are delivered relative to USD by default, with all data returned in JSON format.
- Available Endpoints: The API includes 14 endpoints, each providing different functionalities.
- Supported Symbols Endpoint: Access a constantly updated list of all available currencies.
- Gold Price India Endpoint: Retrieve the latest gold price in India using a dedicated endpoint.
- News Endpoint: Get the latest news articles related to various metals.
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
To illustrate the capabilities of the Metals-API, here are some examples of API responses for various endpoints:
Latest Rates Endpoint
Get real-time exchange rates for all available metals:
{
"success": true,
"timestamp": 1758276028,
"base": "USD",
"date": "2025-09-19",
"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
Access historical exchange rates for any date since 1999:
{
"success": true,
"timestamp": 1758189628,
"base": "USD",
"date": "2025-09-18",
"rates": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915,
"XPD": 0.000748
},
"unit": "per troy ounce"
}
Time-series Endpoint
Get exchange rates for a specific time period:
{
"success": true,
"timeseries": true,
"start_date": "2025-09-12",
"end_date": "2025-09-19",
"base": "USD",
"rates": {
"2025-09-12": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915
},
"2025-09-14": {
"XAU": 0.000483,
"XAG": 0.0382,
"XPT": 0.000913
},
"2025-09-19": {
"XAU": 0.000482,
"XAG": 0.03815,
"XPT": 0.000912
}
},
"unit": "per troy ounce"
}
Convert Endpoint
Convert any amount from one metal to another or to/from USD:
{
"success": true,
"query": {
"from": "USD",
"to": "XAU",
"amount": 1000
},
"info": {
"timestamp": 1758276028,
"rate": 0.000482
},
"result": 0.482,
"unit": "troy ounces"
}
Fluctuation Endpoint
Track rate fluctuations between two dates:
{
"success": true,
"fluctuation": true,
"start_date": "2025-09-12",
"end_date": "2025-09-19",
"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"
}
OHLC (Open/High/Low/Close) Endpoint
Get OHLC data for a specific time period:
{
"success": true,
"timestamp": 1758276028,
"base": "USD",
"date": "2025-09-19",
"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"
}
Bid/Ask Endpoint
Get current bid and ask prices for metals:
{
"success": true,
"timestamp": 1758276028,
"base": "USD",
"date": "2025-09-19",
"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"
}
Conclusion
The Metals-API is a powerful tool for developers looking to access real-time and historical data on precious metals like Gold (XAU). With its comprehensive suite of features, including the latest rates, historical rates, bid and ask prices, and various conversion options, the API empowers users to make informed trading decisions.
By leveraging the capabilities of the Metals-API, developers can create innovative applications that provide valuable insights into the metals market. Whether you are a trader, investor, or developer, the Metals-API offers the tools you need to stay ahead in the ever-evolving world of precious metals.
For more information on how to get started with the Metals-API, visit the Metals-API Documentation and explore the full range of features available. Don't forget to check out the Metals-API Supported Symbols page for a complete list of metal symbols you can work with.