Get Delhi Gold 24k (DELH-24k) Historical Prices for Investment Analysis using this API
Get Delhi Gold 24k (DELH-24k) Historical Prices for Investment Analysis using this API
In the ever-evolving landscape of precious metals trading, understanding the historical prices of gold is crucial for making informed investment decisions. The Delhi Gold 24k (DELH-24k) symbol represents the highest purity of gold available in the market, and tracking its historical prices can provide valuable insights for investors. One of the most effective ways to access this data is through the Metals-API, a powerful tool that offers real-time and historical data on various metals, including gold.
Metals-API Information
The Metals-API is designed to empower developers and traders by providing comprehensive access to metal prices and market data. With its innovative approach to data analytics and technology integration, the API facilitates seamless trading experiences and enhances price discovery processes. By leveraging the capabilities of the Metals-API, developers can build next-generation applications that cater to the needs of investors and traders alike.
About Gold (XAU)
Gold, represented by the symbol XAU, has long been regarded as a safe-haven asset and a hedge against inflation. As digital transformation continues to reshape the financial landscape, the integration of technology in precious metals trading is becoming increasingly important. The Metals-API provides a robust platform for accessing real-time gold prices, historical data, and market insights, enabling investors to make data-driven decisions.
Data analytics plays a pivotal role in understanding market trends and fluctuations. By utilizing the Metals-API, traders can analyze historical price movements of gold, identify patterns, and make informed predictions about future price behavior. This level of insight is essential for developing effective trading strategies and optimizing investment portfolios.
Moreover, the API's innovative features allow for seamless integration into various trading platforms, enhancing the overall user experience. With real-time data at their fingertips, traders can react swiftly to market changes, ensuring they capitalize on opportunities as they arise.
API Description
The Metals-API is a comprehensive solution for accessing metals data, offering a wide range of endpoints that cater to different needs. Whether you are looking for the latest rates, historical data, or specific market insights, the Metals-API has you covered. Its capabilities extend beyond mere data retrieval; it empowers developers to create applications that can analyze, visualize, and interpret metals data in meaningful ways.
For detailed information on how to utilize the API, refer to the Metals-API Documentation. This resource provides comprehensive guidance on authentication, endpoint usage, and response handling, ensuring that developers can effectively integrate the API into their applications.
Key Features and Endpoints
The Metals-API offers a variety of endpoints, each designed to provide specific functionalities that can enhance trading strategies and investment analysis. Here are some of the key features:
- Latest Rates Endpoint: This endpoint provides real-time exchange rate data for metals, updated based on your subscription plan. Depending on the plan, updates can occur every 60 minutes or every 10 minutes, ensuring that you have the most current information available.
- Historical Rates Endpoint: Access historical rates for gold and other metals dating back to 2019. By appending a specific date to your query, you can retrieve past prices, allowing for in-depth analysis of market trends.
- Bid And Ask Endpoint: This powerful feature retrieves real-time bid and ask prices for metals, providing insight into market liquidity and helping traders make informed decisions.
- Convert Endpoint: The conversion endpoint allows users to convert amounts between different metals or to/from USD, facilitating easy calculations for traders dealing in multiple currencies.
- Time-Series Endpoint: Query the API for daily historical rates between two dates of your choice, enabling detailed analysis of price movements over specific periods.
- Fluctuation Endpoint: Track how metal prices fluctuate on a day-to-day basis, providing insights into market volatility and helping traders anticipate price movements.
- Carat Endpoint: Retrieve information about gold rates by carat, which is essential for jewelers and consumers looking to understand the value of gold in different forms.
- Lowest/Highest Price Endpoint: This endpoint allows you to query the API for the lowest and highest prices of gold over a specified period, aiding in identifying market extremes.
- Open/High/Low/Close (OHLC) Price Endpoint: Get detailed OHLC data for a specific time period, which is crucial for technical analysis and understanding market trends.
- Historical LME Endpoint: Access historical rates for LME symbols dating back to 2008, providing a broader context for market analysis.
- API Key: Your unique API key is essential for accessing the API's features, ensuring secure and authenticated requests.
- API Response: The API delivers exchange rates relative to USD by default, with all data returned in a structured JSON format for easy integration.
- Available Endpoints: The Metals-API includes 14 different endpoints, each offering unique functionalities to cater to various trading and analytical needs.
- Supported Symbols Endpoint: This endpoint provides a constantly updated list of all available currencies and metals, ensuring that you have access to the latest symbols.
- News Endpoint: Retrieve the latest news articles related to various metals, keeping you informed about market developments and trends.
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. This resource is invaluable for developers looking to understand the full scope of available data.
API Endpoint Examples and Responses
Understanding how to interact with the Metals-API is crucial for effective implementation. Below are examples of various endpoints and their corresponding JSON responses:
Latest Rates Endpoint
Get real-time exchange rates for all available metals.
{
"success": true,
"timestamp": 1761613248,
"base": "USD",
"date": "2025-10-28",
"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": 1761526848,
"base": "USD",
"date": "2025-10-27",
"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": "2025-10-21",
"end_date": "2025-10-28",
"base": "USD",
"rates": {
"2025-10-21": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915
},
"2025-10-23": {
"XAU": 0.000483,
"XAG": 0.0382,
"XPT": 0.000913
},
"2025-10-28": {
"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": 1761613248,
"rate": 0.000482
},
"result": 0.482,
"unit": "troy ounces"
}
Fluctuation Endpoint
Track rate fluctuations between two dates.
{
"success": true,
"fluctuation": true,
"start_date": "2025-10-21",
"end_date": "2025-10-28",
"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": 1761613248,
"base": "USD",
"date": "2025-10-28",
"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": 1761613248,
"base": "USD",
"date": "2025-10-28",
"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 is an invaluable resource for developers and traders looking to access historical prices for Delhi Gold 24k (DELH-24k) and other precious metals. By utilizing the various endpoints offered by the API, users can gain insights into market trends, track price fluctuations, and make informed investment decisions. The integration of technology in precious metals trading is transforming the way investors interact with the market, and the Metals-API stands at the forefront of this digital revolution.
For more information on how to get started with the Metals-API, visit the Metals-API Website and explore the Metals-API Documentation for detailed guidance on implementation. Additionally, the Metals-API Supported Symbols page provides a comprehensive list of available symbols, ensuring that you have access to the data you need for your trading strategies.