Query Indore Gold 24k (INDO-24k) prices using this API

Introduction
In the ever-evolving landscape of financial technology, the ability to access real-time data is paramount, especially in the precious metals market. This blog post focuses on querying Indore Gold 24k (INDO-24k) prices using the Metals-API. We will explore how this API operates, its key features, and how it can empower developers to create innovative applications that leverage real-time metals data.
Metals-API Information
About Gold (XAU)
Gold, represented by the symbol XAU, has long been a cornerstone of wealth and stability in the financial world. As digital transformation sweeps through industries, the precious metals market is no exception. The integration of data analytics and technology into trading practices has revolutionized how investors interact with gold and other metals.
With the rise of digital asset solutions, traders can now access market insights that were previously unavailable. This innovation in price discovery allows for more informed decision-making, enabling traders to respond swiftly to market fluctuations. The Metals-API plays a crucial role in this transformation, providing developers with the tools needed to build applications that harness the power of real-time data.
API Description
The Metals-API is a powerful tool designed for developers seeking to access comprehensive metals data. It offers a wide range of capabilities, including real-time exchange rates, historical data, and various endpoints tailored to meet diverse needs. By utilizing this API, developers can create next-generation applications that provide users with up-to-date information on precious metals.
One of the standout features of the Metals-API is its ability to deliver real-time data, which is essential for traders who need to make quick decisions based on current market conditions. The API's architecture is built for scalability and performance, ensuring that users can access the data they need without delay.
Key Features and Endpoints
The Metals-API offers a variety of endpoints, each designed to provide specific functionalities. Here are some of the key features:
- Latest Rates Endpoint: This endpoint provides real-time exchange rate data for various metals, updated every 60 minutes, 10 minutes, or even more frequently, depending on the subscription plan. This feature is crucial for traders who need to stay informed about the latest market prices.
- Historical Rates Endpoint: Users can access historical rates dating back to 2019 by appending a specific date to the API query. This feature is invaluable for analyzing trends and making informed predictions based on past performance.
- Bid And Ask Endpoint: This endpoint allows users to retrieve real-time bid and ask prices for metals, providing insights into market liquidity and pricing dynamics.
- Convert Endpoint: The Metals-API includes a currency conversion endpoint, enabling users to convert amounts from one metal to another or to/from USD. This functionality is essential for traders operating in multiple currencies.
- Time-Series Endpoint: Users can query the API for daily historical rates between two chosen dates, allowing for detailed analysis of price movements over time.
- Fluctuation Endpoint: This feature provides information on how metal prices fluctuate on a day-to-day basis, helping traders understand market volatility.
- Carat Endpoint: Users can retrieve information about gold rates by carat, which is particularly useful for jewelers and consumers interested in specific gold purity levels.
- Lowest/Highest Price Endpoint: This endpoint allows users to query the API for the lowest and highest prices of metals over a specified period, aiding in market analysis.
- Open/High/Low/Close (OHLC) Price Endpoint: Users can access OHLC data for specific time periods, providing a comprehensive view of price movements.
- Historical LME Endpoint: This endpoint provides access to historical rates for LME symbols, dating back to 2008, which is crucial for those analyzing long-term trends.
- API Key: Each user is assigned a unique API key that must be included in the API requests to authenticate and authorize access.
- API Response: The Metals-API delivers exchange rates relative to USD by default, ensuring consistency in data interpretation.
- Available Endpoints: The API features 14 endpoints, each serving a distinct purpose, allowing developers to tailor their applications to specific needs.
- Supported Symbols Endpoint: This endpoint provides a constantly updated list of all available currencies and metals, ensuring users have access to the latest information.
- News Endpoint: Users can retrieve the latest news articles related to various metals, keeping them informed about market developments.
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.
API Endpoint Examples and Responses
Understanding how to interact with the Metals-API is crucial for developers. Below are examples of various API endpoints and their responses:
Latest Rates Endpoint
Get real-time exchange rates for all available metals.
{
"success": true,
"timestamp": 1760760029,
"base": "USD",
"date": "2025-10-18",
"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": 1760673629,
"base": "USD",
"date": "2025-10-17",
"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-11",
"end_date": "2025-10-18",
"base": "USD",
"rates": {
"2025-10-11": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915
},
"2025-10-13": {
"XAU": 0.000483,
"XAG": 0.0382,
"XPT": 0.000913
},
"2025-10-18": {
"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": 1760760029,
"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-11",
"end_date": "2025-10-18",
"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": 1760760029,
"base": "USD",
"date": "2025-10-18",
"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": 1760760029,
"base": "USD",
"date": "2025-10-18",
"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
The Metals-API is a transformative tool for developers looking to access real-time data on precious metals like gold. By leveraging its extensive features, including the latest rates, historical data, and various conversion options, developers can build applications that provide users with valuable insights into the metals market. The API's innovative design and robust capabilities make it an essential resource for anyone involved in trading or investing in precious metals.
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. Don't forget to check the Metals-API Supported Symbols page to familiarize yourself with the various metal symbols available for querying.