Fetch current market rates for Indore Gold 24k (INDO-24k) using this API

Introduction
In the ever-evolving landscape of precious metals trading, having access to real-time data is crucial for making informed decisions. For those interested in the current market rates for Indore Gold 24k (INDO-24k), leveraging the Metals-API can provide a significant advantage. This API offers a comprehensive suite of tools designed for developers looking to integrate real-time and historical data into their applications. In this blog post, we will delve into the capabilities of the Metals-API, focusing on how it can transform the way we interact with gold and other precious metals.
Metals-API Information
About Gold (XAU)
Gold, represented by the symbol XAU, has long been a symbol of wealth and stability. In recent years, the digital transformation in precious metals has opened new avenues for trading and investment. With the integration of data analytics and market insights, traders can now make more informed decisions based on real-time data. The Metals-API plays a pivotal role in this transformation by providing developers with the tools necessary to access and analyze gold prices effectively.
As technology continues to evolve, the integration of innovative solutions in price discovery and trading has become essential. The Metals-API empowers developers to build next-generation applications that can provide users with up-to-date information on gold prices, trends, and fluctuations. This not only enhances the trading experience but also allows for the development of digital asset solutions that cater to the needs of modern investors.
API Description
The Metals-API is a powerful tool that provides real-time and historical data for various metals, including gold, silver, platinum, and palladium. It is designed to facilitate the integration of metals pricing data into applications, enabling developers to create solutions that meet the demands of the market. The API's capabilities include:
- Real-time Data Access: The API provides real-time exchange rates for metals, updated frequently based on the subscription plan.
- Historical Data: Developers can access historical rates dating back to 2019, allowing for in-depth analysis of market trends.
- Bid and Ask Prices: The API offers real-time bid and ask prices, essential for traders looking to make informed decisions.
- Currency Conversion: The API includes a conversion endpoint, enabling users to convert amounts between different metals and currencies.
- Time-Series Data: Users can query daily historical rates between two dates, providing insights into market fluctuations over time.
- Fluctuation Tracking: The fluctuation endpoint allows users to track how prices change over specific periods.
- Carat Information: Developers can retrieve gold rates by carat, catering to specific market needs.
- OHLC Data: The API provides open, high, low, and close prices for specific time periods, essential for technical analysis.
- News Updates: Users can access the latest news articles related to various metals, keeping them informed about market developments.
Key Features and Endpoints
The Metals-API offers a variety of endpoints that cater to different needs. Depending on your subscription plan, the Latest Rates Endpoint provides real-time exchange rate data updated every 60 minutes, every 10 minutes, or even more frequently. This feature is crucial for traders who need the most current information to make timely decisions.
The Historical Rates Endpoint allows users to access historical rates for most currencies dating back to 2019. By appending a specific date to the API request, developers can retrieve valuable historical data that can be used for trend analysis and forecasting.
For those interested in understanding market dynamics, the Bid and Ask Endpoint is a powerful feature that enables users to retrieve real-time bid and ask prices for metals. This information is vital for traders looking to execute orders at the best possible prices.
The Convert Endpoint is another essential feature, allowing users to convert any amount from one metal to another or to/from USD. This functionality is particularly useful for traders dealing with multiple currencies and metals.
Additionally, the Time-Series Endpoint allows users to query the API for daily historical rates between two dates of their choice. This feature is invaluable for analyzing trends over specific periods and making data-driven decisions.
The Fluctuation Endpoint provides insights into how currencies fluctuate on a day-to-day basis, allowing traders to understand market volatility. Similarly, the Carat Endpoint enables users to retrieve information about gold rates by carat, catering to specific market segments.
For those interested in price extremes, the Lowest/Highest Price Endpoint allows users to query the API for the lowest and highest prices over a specified period. This information can be critical for identifying potential entry and exit points in trading.
The Open/High/Low/Close (OHLC) Price Endpoint provides users with comprehensive data on the open, high, low, and close prices for a given period, essential for technical analysis and trading strategies.
Moreover, the Historical LME Endpoint offers access to historical rates for LME symbols dating back to 2008, providing a wealth of data for analysis and research.
To access the API, developers need to use their unique API Key, which is passed into the API base URL's access_key parameter. The API response delivers exchange rates relative to USD, ensuring consistency and ease of use.
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 the API responses is crucial for effective integration. 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": 1758862840,
"base": "USD",
"date": "2025-09-26",
"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": 1758776440,
"base": "USD",
"date": "2025-09-25",
"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-09-19",
"end_date": "2025-09-26",
"base": "USD",
"rates": {
"2025-09-19": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915
},
"2025-09-21": {
"XAU": 0.000483,
"XAG": 0.0382,
"XPT": 0.000913
},
"2025-09-26": {
"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": 1758862840,
"rate": 0.000482
},
"result": 0.482,
"unit": "troy ounces"
}
Fluctuation Endpoint
Track rate fluctuations between two dates.
{
"success": true,
"fluctuation": true,
"start_date": "2025-09-19",
"end_date": "2025-09-26",
"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) Price Endpoint
Get OHLC data for a specific time period.
{
"success": true,
"timestamp": 1758862840,
"base": "USD",
"date": "2025-09-26",
"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": 1758862840,
"base": "USD",
"date": "2025-09-26",
"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 integrate real-time and historical data for precious metals into their applications. With its comprehensive suite of endpoints, including the latest rates, historical data, bid and ask prices, and more, the API empowers users to make informed trading decisions. By leveraging the capabilities of the Metals-API, developers can create innovative solutions that enhance the trading experience and provide valuable insights into market trends.
For more information on how to utilize the Metals-API, refer to the Metals-API Documentation. To explore the full range of supported symbols, visit the Metals-API Supported Symbols page. By embracing the power of real-time metals data, developers can stay ahead in the competitive world of precious metals trading.