Obtain Guwahati Gold 22k (GUWA-22k) Historical Prices with this API

Introduction
In the world of precious metals trading, obtaining accurate and timely historical prices is crucial for making informed decisions. One of the most sought-after metals is gold, represented by the symbol XAU. For developers and traders looking to access historical prices of Guwahati Gold 22k (GUWA-22k), the Metals-API provides a robust solution. This blog post will delve into the capabilities of the Metals-API, focusing on how to retrieve historical prices and other essential data related to gold and other metals.
Metals-API Information
About Gold (XAU)
Gold has long been a symbol of wealth and stability. In recent years, the digital transformation in precious metals trading has revolutionized how investors and traders access market data. The integration of data analytics and technology has enabled market participants to gain insights into price movements and trends, enhancing their trading strategies.
With the rise of digital asset solutions, the demand for real-time data has surged. The Metals-API stands at the forefront of this transformation, offering developers the tools they need to build next-generation applications that can analyze and react to market changes in real-time. By leveraging the API, users can access innovative features that facilitate price discovery and enhance trading efficiency.
API Description
The Metals-API is a powerful tool that provides real-time and historical data for various metals, including gold, silver, platinum, and palladium. It empowers developers to create applications that can track prices, analyze trends, and make informed trading decisions. The API's capabilities include:
- Access to real-time exchange rates
- Historical price data dating back to 2019
- Bid and ask prices for precise trading
- Currency conversion features
- Time-series data for trend analysis
- Fluctuation tracking to understand market volatility
- Open, high, low, and close (OHLC) price data for comprehensive analysis
- News updates related to metals
For detailed documentation on how to implement 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. Below, we explore some of the key features and their applications:
Latest Rates Endpoint
The Latest Rates endpoint provides real-time exchange rate data for metals. Depending on your subscription plan, the API can return updates every 60 minutes or even more frequently. This feature is essential for traders who need to stay informed about the latest market conditions.
{
"success": true,
"timestamp": 1748909262,
"base": "USD",
"date": "2025-06-03",
"rates": {
"XAU": 0.000482,
"XAG": 0.03815,
"XPT": 0.000912,
"XPD": 0.000744
},
"unit": "per troy ounce"
}
Historical Rates Endpoint
For those interested in analyzing past market trends, the Historical Rates endpoint allows users to access historical exchange rates for any date since 1999. This feature is particularly useful for back-testing trading strategies or conducting market research.
{
"success": true,
"timestamp": 1748822862,
"base": "USD",
"date": "2025-06-02",
"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 provides real-time bid and ask prices for metals. This information is crucial for traders looking to execute orders at the best possible prices.
{
"success": true,
"timestamp": 1748909262,
"base": "USD",
"date": "2025-06-03",
"rates": {
"XAU": {
"bid": 0.000481,
"ask": 0.000483,
"spread": 2.0e-6
},
"XAG": {
"bid": 0.0381,
"ask": 0.0382,
"spread": 0.0001
}
},
"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 deal with multiple currencies and need to quickly assess the value of their holdings.
{
"success": true,
"query": {
"from": "USD",
"to": "XAU",
"amount": 1000
},
"info": {
"timestamp": 1748909262,
"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 invaluable for analyzing trends over specific periods.
{
"success": true,
"timeseries": true,
"start_date": "2025-05-27",
"end_date": "2025-06-03",
"base": "USD",
"rates": {
"2025-05-27": {
"XAU": 0.000485,
"XAG": 0.03825
},
"2025-06-03": {
"XAU": 0.000482,
"XAG": 0.03815
}
},
"unit": "per troy ounce"
}
Fluctuation Endpoint
The Fluctuation endpoint provides insights into how currencies fluctuate on a day-to-day basis. This feature is essential for understanding market volatility and making informed trading decisions.
{
"success": true,
"fluctuation": true,
"start_date": "2025-05-27",
"end_date": "2025-06-03",
"base": "USD",
"rates": {
"XAU": {
"start_rate": 0.000485,
"end_rate": 0.000482,
"change": -3.0e-6,
"change_pct": -0.62
}
},
"unit": "per troy ounce"
}
Open/High/Low/Close (OHLC) Price Endpoint
The OHLC Price endpoint provides essential data for traders looking to analyze price movements over specific periods. This endpoint returns the open, high, low, and close prices for a given date.
{
"success": true,
"timestamp": 1748909262,
"base": "USD",
"date": "2025-06-03",
"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 feature is particularly useful for those interested in the London Metal Exchange prices.
For a complete list of all supported symbols and their specifications, refer to the Metals-API Supported Symbols.
Conclusion
The Metals-API is an invaluable resource for developers and traders looking to access real-time and historical data for precious metals like gold. With its comprehensive set of features, including the ability to retrieve historical prices, track fluctuations, and convert between currencies, the API empowers users to make informed trading decisions.
As the digital landscape continues to evolve, the integration of advanced technologies and data analytics in precious metals trading will only become more critical. By leveraging the capabilities of the Metals-API, developers can create innovative applications that enhance trading strategies and provide valuable market insights.
For more information on how to get started with the Metals-API, visit the Metals-API Website and explore the extensive documentation available. Whether you are a seasoned trader or a developer looking to build the next big application in the precious metals space, the Metals-API offers the tools you need to succeed.