Get Gold UAE 22 k (XAUUAE22) - Per Gram live updates using this API

Get Gold UAE 22 k (XAUUAE22) - Per Gram Live Updates Using This API
In the ever-evolving landscape of precious metals trading, the demand for real-time data and analytics has never been higher. The Gold (XAU) market, particularly in the UAE, is witnessing a digital transformation driven by technological advancements and data analytics. With the introduction of the Metals-API, developers and traders can access live updates on gold prices, including the 22k gold rate in the UAE, through a seamless API integration. This blog post delves into the capabilities of the Metals-API, exploring how it empowers users to harness real-time data for informed trading decisions.
About Gold (XAU)
Gold has long been a symbol of wealth and stability, serving as a hedge against inflation and economic uncertainty. In the UAE, where gold is deeply embedded in the culture and economy, the demand for accurate and timely gold pricing is paramount. The digital transformation in precious metals trading has opened new avenues for investors and traders alike. By leveraging data analytics and market insights, stakeholders can make informed decisions based on real-time fluctuations in gold prices.
The integration of technology in trading has revolutionized how gold is bought and sold. Innovations in price discovery mechanisms have enabled traders to access live market data, allowing them to react swiftly to market changes. The Metals-API stands at the forefront of this transformation, providing developers with the tools necessary to build next-generation applications that can track gold prices, analyze trends, and execute trades efficiently.
API Description
The Metals-API is a powerful tool designed to provide real-time and historical data on various metals, including gold, silver, platinum, and palladium. With its robust architecture, the API allows developers to create applications that can access live market data, perform currency conversions, and analyze historical trends. The transformative potential of real-time metals data cannot be overstated, as it empowers users to make data-driven decisions in a fast-paced trading environment.
One of the standout 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 level of granularity is essential for traders who need to stay ahead of market movements.
Key Features and Endpoints
The Metals-API offers a comprehensive suite of endpoints that cater to various trading needs. Here are some of the key features:
- Latest Rates Endpoint: This endpoint provides real-time exchange rate data for all available metals. Users can easily access the latest gold prices, including the 22k rate in the UAE, ensuring they have the most current information at their fingertips.
- Historical Rates Endpoint: For those looking to analyze trends over time, the historical rates endpoint allows users to query data dating back to 2019. By appending a specific date, developers can retrieve past gold prices and analyze market behavior.
- Bid And Ask Endpoint: This feature enables users to retrieve real-time bid and ask prices for metals, providing insights into market liquidity and pricing dynamics.
- Convert Endpoint: The conversion endpoint allows users to convert any amount from one metal to another or to/from USD. This is particularly useful for traders who operate in multiple currencies.
- Time-Series Endpoint: Users can query the API for daily historical rates between two dates of their choice, facilitating in-depth analysis of price movements over time.
- Fluctuation Endpoint: This endpoint provides information about how currencies fluctuate on a day-to-day basis, allowing traders to track volatility and make informed decisions.
- Carat Endpoint: For those interested in gold purity, the carat endpoint retrieves information about gold rates by carat, enabling users to understand pricing variations based on purity levels.
- Lowest/Highest Price Endpoint: Users can query the API to get the lowest and highest price for a specific date, aiding in market analysis and decision-making.
- Open/High/Low/Close (OHLC) Price Endpoint: This endpoint provides open, high, low, and close prices for a specific time period, offering a comprehensive view of market performance.
- Historical LME Endpoint: Access historical rates for LME symbols dating back to 2008, providing a long-term perspective on 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 API delivers exchange rates relative to USD by default, ensuring consistency and ease of use.
- Available Endpoints: With 14 different endpoints, the Metals-API provides a wide range of functionalities to meet diverse trading 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, allowing for cross-market analysis and comparisons.
- News Endpoint: Stay updated with the latest news articles related to various metals, providing context and insights into market movements.
API Endpoint Examples and Responses
Understanding the API's functionality is crucial for effective implementation. Below are examples of various endpoints and their corresponding JSON responses:
Latest Rates Endpoint
{
"success": true,
"timestamp": 1759978846,
"base": "USD",
"date": "2025-10-09",
"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"
}
The above response indicates that the current price of gold (XAU) is 0.000482 per troy ounce, providing traders with immediate access to market data.
Historical Rates Endpoint
{
"success": true,
"timestamp": 1759892446,
"base": "USD",
"date": "2025-10-08",
"rates": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915,
"XPD": 0.000748
},
"unit": "per troy ounce"
}
This response shows the historical price of gold on a specific date, allowing users to analyze past trends and make informed predictions.
Time-series Endpoint
{
"success": true,
"timeseries": true,
"start_date": "2025-10-02",
"end_date": "2025-10-09",
"base": "USD",
"rates": {
"2025-10-02": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915
},
"2025-10-04": {
"XAU": 0.000483,
"XAG": 0.0382,
"XPT": 0.000913
},
"2025-10-09": {
"XAU": 0.000482,
"XAG": 0.03815,
"XPT": 0.000912
}
},
"unit": "per troy ounce"
}
This time-series response provides a snapshot of gold prices over a specified period, enabling users to visualize trends and fluctuations.
Convert Endpoint
{
"success": true,
"query": {
"from": "USD",
"to": "XAU",
"amount": 1000
},
"info": {
"timestamp": 1759978846,
"rate": 0.000482
},
"result": 0.482,
"unit": "troy ounces"
}
The convert endpoint allows users to convert a specified amount from USD to gold (XAU), providing valuable insights for traders operating in multiple currencies.
Fluctuation Endpoint
{
"success": true,
"fluctuation": true,
"start_date": "2025-10-02",
"end_date": "2025-10-09",
"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 endpoint tracks fluctuations in gold prices over a specified period, providing traders with insights into market volatility.
OHLC (Open/High/Low/Close) Price Endpoint
{
"success": true,
"timestamp": 1759978846,
"base": "USD",
"date": "2025-10-09",
"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"
}
The OHLC endpoint provides a comprehensive view of market performance, allowing traders to assess price movements throughout the trading day.
Bid/Ask Endpoint
{
"success": true,
"timestamp": 1759978846,
"base": "USD",
"date": "2025-10-09",
"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 endpoint provides current bid and ask prices for metals, offering insights into market liquidity and pricing dynamics.
Conclusion
The Metals-API is a game-changer for developers and traders in the precious metals market. By providing real-time data and comprehensive analytics, it empowers users to make informed decisions based on the latest market trends. The ability to access live updates on gold prices, including the 22k rate in the UAE, is invaluable for traders looking to capitalize on market fluctuations.
As the digital transformation in precious metals continues, the Metals-API stands out as a vital tool for those seeking to navigate the complexities of trading. With its extensive range of endpoints and capabilities, developers can create innovative applications that enhance trading strategies and improve market insights.
For more information on how to integrate the Metals-API into your applications, visit the Metals-API Documentation. To explore the full list of supported symbols, check out the Metals-API Supported Symbols. Embrace the future of precious metals trading with the Metals-API and unlock the potential of real-time data.