Get Delhi Gold 24k (DELH-24k) Historical Prices to Enhance Your Research using this API
Get Delhi Gold 24k (DELH-24k) Historical Prices to Enhance Your Research using this API
In the ever-evolving landscape of precious metals trading, having access to accurate and timely data is crucial for making informed decisions. For those interested in tracking the historical prices of Gold, particularly the Delhi Gold 24k (DELH-24k), the Metals-API offers a robust solution. This API provides developers with the tools necessary to access real-time and historical data, enabling them to enhance their research and trading strategies effectively.
About Gold (XAU)
Gold, represented by the symbol XAU, has long been regarded as a safe haven asset and a hedge against inflation. In recent years, the digital transformation in the precious metals market has revolutionized how traders and investors access and analyze data. The integration of data analytics and market insights has empowered traders to make more informed decisions based on historical trends and real-time fluctuations.
With the rise of technology in trading, the innovation in price discovery has become more pronounced. The Metals-API serves as a bridge between traditional trading methods and modern digital asset solutions, providing users with the ability to track Gold prices with unprecedented accuracy. By leveraging the capabilities of the Metals-API, developers can create applications that not only display current prices but also analyze historical data to identify trends and make predictions.
API Description
The Metals-API is designed to provide developers with comprehensive access to metals pricing data. This API is built on the principles of innovation and technological advancement, allowing users to harness the power of real-time metals data. With its extensive capabilities, the Metals-API empowers developers to build next-generation applications that can cater to various market needs.
One of the standout features of the Metals-API is its ability to deliver real-time exchange rate data. Depending on your subscription plan, the API can provide updates every 60 minutes, every 10 minutes, or even more frequently. This ensures that users always have access to the latest market information, which is essential for making timely trading decisions.
Furthermore, the API offers a Historical Rates Endpoint, allowing users to access historical rates for most currencies dating back to 2019. This feature is particularly useful for those looking to analyze past price movements and trends in Gold prices. By appending a specific date to the API request, users can retrieve historical data that can inform their trading strategies.
Key Features and Endpoints
The Metals-API boasts a variety of endpoints that cater to different needs within the trading community. Each endpoint serves a unique purpose, providing users with the flexibility to access the data they require. Here are some of the key features:
- Latest Rates Endpoint: This endpoint returns real-time exchange rate data for all available metals. Users can retrieve the latest rates for Gold, Silver, Platinum, and more, ensuring they are always informed about current market conditions.
- Historical Rates Endpoint: Access historical exchange rates for any date since 1999. This endpoint allows users to analyze past price movements and understand how Gold has performed over time.
- Bid And Ask Endpoint: Retrieve real-time Bid and Ask prices for metals. This feature is crucial for traders looking to execute orders at the best possible prices.
- Convert Endpoint: Convert any amount from one metal to another or to/from USD. This endpoint simplifies the process of currency conversion, making it easier for users to understand the value of their investments.
- Time-Series Endpoint: Query the API for daily historical rates between two dates of your choice. This feature is particularly useful for analyzing trends over specific time periods.
- Fluctuation Endpoint: Retrieve information about how currencies fluctuate on a day-to-day basis. This endpoint provides insights into market volatility, helping traders make informed decisions.
- Carat Endpoint: Get information about Gold rates by Carat. This feature is essential for those dealing with different carat weights in their trading.
- Lowest/Highest Price Endpoint: Query the API to get the lowest and highest price for a specified date. This information is valuable for identifying price extremes and potential trading opportunities.
- Open/High/Low/Close (OHLC) Price Endpoint: Access OHLC data for a specific time period. This endpoint provides a comprehensive view of price movements, allowing traders to analyze market trends effectively.
- Historical LME Endpoint: Access historical rates for LME symbols dating back to 2008. This feature is particularly useful for those interested in the London Metal Exchange.
- API Key: Your API Key is essential for accessing the Metals-API. It must be included in the API base URL's access_key parameter to authenticate your requests.
- API Response: The API delivers exchange rates relative to USD by default. All data is returned in a structured JSON format, making it easy to integrate into applications.
- Available Endpoints: The Metals-API offers 14 different endpoints, each providing unique functionalities to meet various user needs.
- Supported Symbols Endpoint: This endpoint returns all available currencies, allowing users to stay updated on the latest symbols supported by the API.
- News Endpoint: Retrieve the latest news articles related to various metals, keeping users informed about market developments.
API Endpoint Examples and Responses
To illustrate the capabilities of the Metals-API, here are some example responses for various endpoints:
Latest Rates Endpoint
{
"success": true,
"timestamp": 1765238557,
"base": "USD",
"date": "2025-12-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"
}
Historical Rates Endpoint
{
"success": true,
"timestamp": 1765152157,
"base": "USD",
"date": "2025-12-08",
"rates": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915,
"XPD": 0.000748
},
"unit": "per troy ounce"
}
Time-series Endpoint
{
"success": true,
"timeseries": true,
"start_date": "2025-12-02",
"end_date": "2025-12-09",
"base": "USD",
"rates": {
"2025-12-02": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915
},
"2025-12-04": {
"XAU": 0.000483,
"XAG": 0.0382,
"XPT": 0.000913
},
"2025-12-09": {
"XAU": 0.000482,
"XAG": 0.03815,
"XPT": 0.000912
}
},
"unit": "per troy ounce"
}
Convert Endpoint
{
"success": true,
"query": {
"from": "USD",
"to": "XAU",
"amount": 1000
},
"info": {
"timestamp": 1765238557,
"rate": 0.000482
},
"result": 0.482,
"unit": "troy ounces"
}
Fluctuation Endpoint
{
"success": true,
"fluctuation": true,
"start_date": "2025-12-02",
"end_date": "2025-12-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"
}
OHLC (Open/High/Low/Close) Endpoint
{
"success": true,
"timestamp": 1765238557,
"base": "USD",
"date": "2025-12-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"
}
Bid/Ask Endpoint
{
"success": true,
"timestamp": 1765238557,
"base": "USD",
"date": "2025-12-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"
}
Conclusion
In conclusion, the Metals-API provides an invaluable resource for developers and traders interested in tracking the historical prices of Gold, including Delhi Gold 24k (DELH-24k). With its extensive range of endpoints and real-time data capabilities, the API empowers users to make informed decisions based on accurate market insights. By leveraging the various features of the Metals-API, developers can create innovative applications that enhance trading strategies and provide users with the tools they need to succeed in the precious metals market.
For more information on how to utilize the Metals-API effectively, be sure to explore the Metals-API Documentation and check out the Metals-API Supported Symbols for a comprehensive list of available metals. With the right tools and data at your disposal, you can take your trading to the next level.