Access Vadodara Gold 22k (VADO-22k) prices in real-time using this API
Access Vadodara Gold 22k (VADO-22k) Prices in Real-Time Using Metals-API
In today's fast-paced financial landscape, the ability to access real-time data is paramount, especially in the precious metals market. Gold (XAU) has long been a cornerstone of investment portfolios and a safe haven during economic uncertainty. With the advent of APIs like Metals-API, developers can now integrate real-time gold prices into their applications, enabling users to make informed decisions based on the latest market data.
About Gold (XAU)
Gold has always held a unique position in the financial markets, not just as a commodity but as a symbol of wealth and stability. The digital transformation in precious metals trading has opened new avenues for investors and traders alike. With the integration of data analytics and market insights, stakeholders can now leverage technology to enhance their trading strategies.
As the market evolves, innovation in price discovery becomes crucial. The Metals-API provides developers with the tools to build next-generation applications that can analyze trends, track fluctuations, and provide real-time insights into gold prices. This API empowers users to harness the power of digital asset solutions, making it easier than ever to stay ahead in the competitive world of precious metals trading.
API Description
The Metals-API is a robust solution for accessing real-time and historical data on precious metals, including gold, silver, platinum, and palladium. It offers a wide range of endpoints that cater to various needs, from retrieving the latest rates to analyzing historical trends. By utilizing this API, developers can create applications that provide users with accurate and timely information, enhancing their trading experience.
For more information on how to get started, visit the Metals-API Documentation.
Key Features and Endpoints
The Metals-API offers several key features that make it an invaluable resource for developers:
- 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 every 10 minutes, ensuring that users have access to the most current prices.
- Historical Rates Endpoint: Users can access historical rates dating back to 2019 by appending a specific date to the API request. This feature is essential for analyzing trends and making informed investment decisions.
- 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 conversion feature enables users to convert amounts from one currency to another, making it easier to understand the value of metals in different markets.
- Time-Series Endpoint: This endpoint allows users to query daily historical rates between two dates, facilitating in-depth analysis of price movements over time.
- Fluctuation Endpoint: Users can track how prices fluctuate on a day-to-day basis, providing insights into market volatility and trends.
- Carat Endpoint: This feature allows users to retrieve gold rates by carat, catering to specific market needs.
- Lowest/Highest Price Endpoint: Users can query for the lowest and highest prices within a specified date range, helping them identify market extremes.
- Open/High/Low/Close (OHLC) Price Endpoint: This endpoint provides open, high, low, and close prices for a specific time period, essential for technical analysis.
- Historical LME Endpoint: Access historical rates for LME symbols dating back to 2008, allowing for comprehensive market analysis.
- API Key: The API requires a unique key for authentication, ensuring secure access to data.
- API Response: The API delivers exchange rates relative to USD, with all data returned in a structured JSON format.
- Supported Symbols Endpoint: This constantly updated endpoint returns all available currencies, ensuring users have access to the latest market information.
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
Latest Rates Endpoint
Get real-time exchange rates for all available metals:
{
"success": true,
"timestamp": 1782432761,
"base": "USD",
"date": "2026-06-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"
}
Historical Rates Endpoint
Access historical exchange rates for any date since 1999:
{
"success": true,
"timestamp": 1782346361,
"base": "USD",
"date": "2026-06-25",
"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": "2026-06-19",
"end_date": "2026-06-26",
"base": "USD",
"rates": {
"2026-06-19": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915
},
"2026-06-21": {
"XAU": 0.000483,
"XAG": 0.0382,
"XPT": 0.000913
},
"2026-06-26": {
"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": 1782432761,
"rate": 0.000482
},
"result": 0.482,
"unit": "troy ounces"
}
Fluctuation Endpoint
Track rate fluctuations between two dates:
{
"success": true,
"fluctuation": true,
"start_date": "2026-06-19",
"end_date": "2026-06-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"
}
OHLC (Open/High/Low/Close) Endpoint
Get OHLC data for a specific time period:
{
"success": true,
"timestamp": 1782432761,
"base": "USD",
"date": "2026-06-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"
}
Bid/Ask Endpoint
Get current bid and ask prices for metals:
{
"success": true,
"timestamp": 1782432761,
"base": "USD",
"date": "2026-06-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"
}
Conclusion
The Metals-API is a powerful tool for developers looking to integrate real-time gold prices and other precious metals data into their applications. With its extensive range of endpoints and features, it offers unparalleled access to market insights and analytics. By leveraging this API, developers can create innovative solutions that enhance the trading experience for users, providing them with the information they need to make informed decisions.
For further exploration of the API's capabilities, be sure to check out the Metals-API Documentation and the Metals-API Supported Symbols page. The Metals-API Website is also a great resource for understanding how to implement these features effectively in your applications.