Get iShares Gold Trust Micro (IAUM) Historical Prices for Your Financial Models using this API
Get iShares Gold Trust Micro (IAUM) Historical Prices for Your Financial Models using this API
In the world of finance, accurate and timely data is crucial for making informed decisions. For those interested in precious metals, particularly gold, the iShares Gold Trust Micro (IAUM) offers an excellent opportunity for investment. To effectively analyze and model financial scenarios involving IAUM, obtaining historical prices is essential. This is where the Metals-API comes into play, providing developers with the tools needed to access real-time and historical data on precious metals, including gold.
About Gold (XAU)
Gold, represented by the symbol XAU, has long been a cornerstone of financial markets and a safe haven for investors. As digital transformation sweeps across various sectors, the precious metals market is not left behind. The integration of technology in trading has revolutionized how investors access and analyze data. With the rise of data analytics, market insights derived from historical gold prices can guide investment strategies and risk management.
Moreover, innovation in price discovery mechanisms has made it easier for traders to understand market dynamics. The Metals-API offers a comprehensive solution for accessing gold prices, enabling developers to build applications that leverage real-time data for better decision-making. By utilizing advanced digital asset solutions, investors can gain a competitive edge in the market.
API Description
The Metals-API is a powerful tool designed to provide developers with access to real-time and historical data on various metals, including gold. This API empowers users to create next-generation applications that require accurate and timely metals data. With a focus on innovation and technological advancement, the Metals-API transforms how developers interact with precious metals data.
One of the standout features of the Metals-API is its ability to deliver real-time exchange rates, historical data, and various endpoints that cater to different needs. Whether you are looking to analyze trends, convert currencies, or track fluctuations, the Metals-API has you covered.
Key Features and Endpoints
The Metals-API offers a range of endpoints that provide different functionalities, making it a versatile tool for developers. Here are some of the key features:
- Latest Rates Endpoint: Depending on your subscription plan, this endpoint returns real-time exchange rate data updated every 60 minutes, every 10 minutes, or even more frequently. This allows developers to access the latest market prices for gold and other metals.
- Historical Rates Endpoint: Historical rates are available for most currencies dating back to 2019. By appending a specific date to the API request, users can retrieve historical prices for gold, enabling in-depth analysis of price trends over time.
- Bid And Ask Endpoint: This powerful feature allows users to retrieve real-time bid and ask prices for gold and other metals, providing insights into market liquidity and pricing dynamics.
- Convert Endpoint: The Metals-API includes a currency conversion endpoint that allows users to convert any amount from one metal to another or to/from USD. This is particularly useful for investors looking to assess the value of their holdings in different currencies.
- Time-Series Endpoint: Users can query the API for daily historical rates between two dates of their choice. This feature is invaluable for conducting trend analysis and forecasting future price movements.
- Fluctuation Endpoint: This endpoint provides information about how gold prices fluctuate on a day-to-day basis, helping investors understand market volatility and make informed decisions.
- Carat Endpoint: For those interested in gold jewelry, this endpoint allows users to retrieve information about gold rates by carat, providing a more granular view of gold pricing.
- Lowest/Highest Price Endpoint: Users can query the API to get the lowest and highest prices for gold over a specified period, aiding in the identification of price extremes.
- Open/High/Low/Close (OHLC) Price Endpoint: This endpoint provides open, high, low, and close prices for gold, which are essential for technical analysis and trading strategies.
- Historical LME Endpoint: Access historical rates for LME symbols dating back to 2008, allowing for comprehensive analysis of market trends over a longer time frame.
- API Key: Your unique API key is required to access the Metals-API, ensuring secure and authorized use of the service.
- API Response: Exchange rates delivered by the Metals-API are by default relative to USD, and 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 cater to various user needs.
- Supported Symbols Endpoint: This constantly updated endpoint returns all available currencies and metal symbols, ensuring users have access to the latest information.
- News Endpoint: Retrieve the latest news articles related to various metals, keeping users 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 integrate specific metals into their applications.
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": 1761706949,
"base": "USD",
"date": "2025-10-29",
"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": 1761620549,
"base": "USD",
"date": "2025-10-28",
"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-22",
"end_date": "2025-10-29",
"base": "USD",
"rates": {
"2025-10-22": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915
},
"2025-10-24": {
"XAU": 0.000483,
"XAG": 0.0382,
"XPT": 0.000913
},
"2025-10-29": {
"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": 1761706949,
"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-22",
"end_date": "2025-10-29",
"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": 1761706949,
"base": "USD",
"date": "2025-10-29",
"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": 1761706949,
"base": "USD",
"date": "2025-10-29",
"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 iShares Gold Trust Micro (IAUM) represents a significant opportunity for investors looking to engage with gold as a financial asset. By leveraging the capabilities of the Metals-API, developers can access a wealth of historical and real-time data that is essential for building robust financial models. The API's various endpoints, including the latest rates, historical rates, and conversion functionalities, provide a comprehensive toolkit for analyzing gold prices and making informed investment decisions.
As the financial landscape continues to evolve, the integration of technology and data analytics in precious metals trading will only become more critical. By utilizing the Metals-API, developers can create innovative applications that harness the power of real-time metals data, enabling investors to navigate the complexities of the market with confidence.
For more information on how to get started with the Metals-API, explore the Metals-API Documentation and discover the full range of supported symbols on the Metals-API Supported Symbols page. Embrace the future of precious metals trading with the Metals-API and unlock the potential of your financial models.