Get current Gurgaon Gold 24k (GURG-24k) prices using this API

Get Current Gurgaon Gold 24k (GURG-24k) Prices Using This API
In today's fast-paced financial landscape, the ability to access real-time data is crucial for traders and investors alike. For those interested in precious metals, particularly gold, the Metals-API offers a powerful solution to obtain current prices, including the Gurgaon Gold 24k (GURG-24k) rates. This blog post will delve into the capabilities of the Metals-API, exploring how it can transform the way developers and traders interact with gold market data.
Metals-API Information
About Gold (XAU)
Gold, represented by the symbol XAU, has long been a cornerstone of wealth preservation and investment. As digital transformation sweeps across industries, the precious metals market is no exception. The integration of technology in trading has revolutionized how investors access and analyze market data. With the advent of data analytics and market insights, traders can now make informed decisions based on real-time information.
Moreover, the innovation in price discovery mechanisms has allowed for more transparent and efficient trading practices. Digital asset solutions are emerging, enabling investors to hold and trade gold in various forms, including digital tokens backed by physical gold. This shift not only enhances liquidity but also broadens access to gold investments for a wider audience.
API Description
The Metals-API is designed to provide developers with real-time and historical data on precious metals, including gold. Its capabilities empower users to build next-generation applications that can leverage this data for various purposes, from trading platforms to financial analysis tools. The API's transformative potential lies in its ability to deliver accurate and timely information, which is essential for making informed trading decisions.
With the Metals-API Documentation, developers can easily navigate through the various endpoints available, each offering unique functionalities. The API supports a wide range of symbols, including gold, silver, platinum, and palladium, making it a comprehensive resource for precious metals data. For a complete list of supported symbols, refer to the Metals-API Supported Symbols page.
Key Features and Endpoints
The Metals-API offers a variety of endpoints that cater to different needs, allowing developers to access real-time and historical data efficiently. Here are some of the key features:
- Latest Rates Endpoint: This endpoint provides real-time exchange rate data for precious metals, updated based on your subscription plan. Depending on the plan, updates can occur every 60 minutes, every 10 minutes, or even more frequently.
- Historical Rates Endpoint: Users can access historical rates dating back to 2019. By appending a specific date to the API call, developers can retrieve past prices for analysis and reporting.
- Bid And Ask Endpoint: This feature allows users to obtain real-time bid and ask prices for metals, providing insights into market conditions and helping traders make informed decisions.
- Convert Endpoint: The API includes a currency conversion feature, enabling users to convert amounts between different metals or to/from USD, enhancing flexibility in trading.
- Time-Series Endpoint: This endpoint allows users to query daily historical rates between two specified dates, facilitating trend analysis and forecasting.
- Fluctuation Endpoint: Users can track how prices fluctuate over time, providing valuable insights into market volatility.
- Carat Endpoint: This feature allows users to retrieve gold rates based on carat, catering to specific market needs.
- Lowest/Highest Price Endpoint: Users can query the API to find the lowest and highest prices for a specified date range, aiding in market analysis.
- Open/High/Low/Close (OHLC) Price Endpoint: This endpoint provides open, high, low, and close prices for a given date, essential for technical analysis.
- Historical LME Endpoint: Access historical rates for LME symbols dating back to 2008, providing a long-term view of market trends.
- API Key: Each user is assigned a unique API key, which is required for authentication and access to the API's features.
- API Response: The API delivers exchange rates relative to USD by default, ensuring consistency in data interpretation.
- Available Endpoints: The Metals-API offers a variety of endpoints, each designed to fulfill specific data retrieval needs.
- Gold Price India Endpoint: This dedicated endpoint allows users to retrieve the latest gold prices in India, catering to local market demands.
- News Endpoint: Users can access the latest news articles related to various metals, keeping them informed about market developments.
API Endpoint Examples and Responses
Understanding the API's response structure is crucial for effective integration. Below are examples of various endpoints and their corresponding JSON responses:
Latest Rates Endpoint
{
"success": true,
"timestamp": 1747710135,
"base": "USD",
"date": "2025-05-20",
"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 a successful request, providing the latest exchange rates for various metals, including gold (XAU). The rates are expressed per troy ounce, a standard measurement in the precious metals market.
Historical Rates Endpoint
{
"success": true,
"timestamp": 1747623735,
"base": "USD",
"date": "2025-05-19",
"rates": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915,
"XPD": 0.000748
},
"unit": "per troy ounce"
}
This example illustrates how to retrieve historical rates for a specific date. The response includes the rates for gold and other metals, allowing for comparative analysis.
Time-Series Endpoint
{
"success": true,
"timeseries": true,
"start_date": "2025-05-13",
"end_date": "2025-05-20",
"base": "USD",
"rates": {
"2025-05-13": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915
},
"2025-05-15": {
"XAU": 0.000483,
"XAG": 0.0382,
"XPT": 0.000913
},
"2025-05-20": {
"XAU": 0.000482,
"XAG": 0.03815,
"XPT": 0.000912
}
},
"unit": "per troy ounce"
}
The time-series endpoint provides a historical view of rates over a specified period, which is invaluable for trend analysis and forecasting.
Convert Endpoint
{
"success": true,
"query": {
"from": "USD",
"to": "XAU",
"amount": 1000
},
"info": {
"timestamp": 1747710135,
"rate": 0.000482
},
"result": 0.482,
"unit": "troy ounces"
}
This response demonstrates the conversion of an amount from USD to gold (XAU), showing how much gold can be purchased with a specified amount of currency.
Fluctuation Endpoint
{
"success": true,
"fluctuation": true,
"start_date": "2025-05-13",
"end_date": "2025-05-20",
"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 metal prices over a specified period, providing insights into market volatility and trends.
OHLC (Open/High/Low/Close) Price Endpoint
{
"success": true,
"timestamp": 1747710135,
"base": "USD",
"date": "2025-05-20",
"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 crucial data for traders who rely on technical analysis, offering insights into price movements throughout the trading day.
Bid/Ask Endpoint
{
"success": true,
"timestamp": 1747710135,
"base": "USD",
"date": "2025-05-20",
"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, essential for traders looking to execute orders at optimal prices.
Conclusion
The Metals-API is a powerful tool for developers and traders seeking real-time and historical data on precious metals, particularly gold. With its comprehensive range of endpoints, the API enables users to access critical market information, analyze trends, and make informed trading decisions. By leveraging the capabilities of the Metals-API, developers can create innovative applications that enhance the trading experience and provide valuable insights into the precious metals market.
For more information on how to implement the Metals-API in your projects, refer to the Metals-API Documentation. To explore the full range of supported symbols, visit the Metals-API Supported Symbols page. Start harnessing the power of real-time metals data today by visiting the Metals-API Website.