Fetch Delhi Gold 22k (DELH-22k) prices with this API

Introduction
In the rapidly evolving world of finance, the demand for accurate and real-time data has never been greater, especially in the precious metals market. For developers and traders looking to fetch Delhi Gold 22k (DELH-22k) prices, the Metals-API offers a robust solution. This API not only provides real-time pricing data but also empowers users with a suite of features designed to enhance trading strategies and market analysis.
Metals-API Information
About Gold (XAU)
Gold, represented by the symbol XAU, has long been a cornerstone of wealth and investment. As digital transformation sweeps across industries, the precious metals market is no exception. The integration of data analytics and technology in trading has revolutionized how investors approach gold trading. With the rise of digital asset solutions, traders can now leverage real-time data to make informed decisions, ensuring they remain competitive in a volatile market.
The Metals-API plays a crucial role in this transformation by providing developers with the tools needed to access comprehensive market insights. By utilizing advanced data analytics, users can uncover trends and patterns that were previously difficult to identify, allowing for more strategic trading and investment decisions.
API Description
The Metals-API is designed to deliver real-time metals data, enabling developers to build next-generation applications that cater to the needs of traders and investors. With its innovative capabilities, the API allows users to access a wide range of functionalities, including the latest rates, historical data, and conversion features. This empowers developers to create applications that can analyze market trends, forecast price movements, and optimize trading strategies.
One of the standout features of the Metals-API is its ability to provide real-time exchange rate data. Depending on the subscription plan, users can receive updates every 60 minutes or even every 10 minutes, ensuring they have the most current information at their fingertips. This level of accessibility is vital for traders who need to react quickly to market changes.
Key Features and Endpoints
The Metals-API offers a variety of endpoints that cater to different needs within the precious metals market. Here are some of the key features:
Latest Rates Endpoint
The Latest Rates Endpoint provides real-time exchange rate data for various metals, including gold, silver, platinum, and palladium. This endpoint is essential for traders who need to stay updated on current market prices.
{
"success": true,
"timestamp": 1759852845,
"base": "USD",
"date": "2025-10-07",
"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 trends over time, the Historical Rates Endpoint allows users to access exchange rates dating back to 2019. This feature is invaluable for conducting market analysis and understanding price movements over specific periods.
{
"success": true,
"timestamp": 1759766445,
"base": "USD",
"date": "2025-10-06",
"rates": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915
},
"unit": "per troy ounce"
}
Bid And Ask Endpoint
The Bid and Ask Endpoint provides real-time bid and ask prices for metals, allowing traders to make informed decisions based on current market conditions. This feature is particularly useful for those looking to execute trades at optimal prices.
{
"success": true,
"timestamp": 1759852845,
"base": "USD",
"date": "2025-10-07",
"rates": {
"XAU": {
"bid": 0.000481,
"ask": 0.000483,
"spread": 2.0e-6
}
},
"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 simplifies the process of calculating the value of metals in different currencies, making it easier for traders to assess their investments.
{
"success": true,
"query": {
"from": "USD",
"to": "XAU",
"amount": 1000
},
"info": {
"timestamp": 1759852845,
"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 particularly useful for traders looking to analyze price movements over specific time frames.
{
"success": true,
"timeseries": true,
"start_date": "2025-09-30",
"end_date": "2025-10-07",
"base": "USD",
"rates": {
"2025-09-30": {
"XAU": 0.000485
},
"2025-10-07": {
"XAU": 0.000482
}
},
"unit": "per troy ounce"
}
Fluctuation Endpoint
The Fluctuation Endpoint provides information about how currencies fluctuate on a day-to-day basis. This feature is essential for traders looking to understand market volatility and make informed decisions based on price changes.
{
"success": true,
"fluctuation": true,
"start_date": "2025-09-30",
"end_date": "2025-10-07",
"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 users with the open, high, low, and close prices for a specific time period. This data is crucial for traders looking to analyze market trends and make informed trading decisions.
{
"success": true,
"timestamp": 1759852845,
"base": "USD",
"date": "2025-10-07",
"rates": {
"XAU": {
"open": 0.000485,
"high": 0.000487,
"low": 0.000481,
"close": 0.000482
}
},
"unit": "per troy ounce"
}
Carat Endpoint
The Carat Endpoint allows users to retrieve information about gold rates by carat. This feature is particularly useful for jewelers and traders dealing in various purities of gold.
{
"success": true,
"rates": {
"22k": 0.000482
}
}
Lowest/Highest Price Endpoint
The Lowest/Highest Price Endpoint allows users to query the API to get the lowest and highest price for a specified date. This feature is essential for traders looking to understand market extremes.
{
"success": true,
"lowest": {
"XAU": 0.000481
},
"highest": {
"XAU": 0.000487
}
}
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 traders looking to analyze long-term trends in the metals market.
{
"success": true,
"timestamp": 1759766445,
"base": "USD",
"date": "2025-10-06",
"rates": {
"XAU": 0.000485
}
}
API Key and Response
To access the Metals-API, users must include their unique API Key in the request. This key is passed into the API base URL's access_key parameter, ensuring secure access to the data. The API response is delivered in JSON format, with exchange rates typically relative to USD.
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 integrate specific metals into their applications.
Conclusion
The Metals-API is a powerful tool for developers and traders looking to access real-time data on precious metals, including gold, silver, platinum, and palladium. With its extensive range of features, including the Latest Rates, Historical Rates, and Conversion Endpoints, the API empowers users to make informed trading decisions based on accurate and timely information. 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, visit the Metals-API Website and explore the Metals-API Documentation for detailed guidance on implementation and usage.