Access iShares Gold Trust Micro (IAUM) prices through this API

Access iShares Gold Trust Micro (IAUM) Prices Through This API
The iShares Gold Trust Micro (IAUM) is a popular investment vehicle that allows investors to gain exposure to the price movements of gold without the need to physically hold the metal. As the demand for gold continues to rise, understanding its market dynamics becomes crucial for investors and developers alike. One of the most effective ways to access real-time gold prices and market data is through the Metals-API. This powerful API provides developers with the tools necessary to integrate gold pricing data into their applications, enabling innovative solutions and insights into the precious metals market.
Metals-API Information
The Metals-API is a comprehensive solution for accessing real-time and historical data on various metals, including gold (XAU), silver (XAG), platinum (XPT), and palladium (XPD). With its robust capabilities, the API empowers developers to create applications that can analyze market trends, perform data analytics, and provide valuable insights into the precious metals sector.
About Gold (XAU)
Gold has long been considered a safe-haven asset, especially during times of economic uncertainty. Its intrinsic value and limited supply make it a desirable investment for both individuals and institutions. The digital transformation in precious metals trading has led to the integration of advanced technologies that enhance price discovery and market analytics. The Metals-API plays a pivotal role in this transformation by offering real-time data that can be leveraged for various applications.
Data analytics and market insights derived from the Metals-API can help investors make informed decisions. By utilizing the API's capabilities, developers can create dashboards that visualize gold price trends, analyze historical data, and even forecast future price movements. This level of insight is crucial for traders looking to capitalize on market fluctuations.
Moreover, the integration of technology in trading has revolutionized how investors interact with the metals market. With the Metals-API, developers can build applications that automate trading strategies based on real-time data, ensuring that they are always one step ahead in the market.
API Description
The Metals-API is designed to provide developers with a seamless experience when accessing metals data. It offers a variety of endpoints that cater to different needs, from retrieving the latest rates to accessing historical data. The API's innovative approach to delivering real-time metals data empowers developers to build next-generation applications that can transform the way investors interact with precious metals.
For detailed information on how to utilize the API, developers can refer to the Metals-API Documentation. This resource provides comprehensive guidance on the various endpoints, their functionalities, and how to implement them effectively.
Key Features and Endpoints
The Metals-API boasts several key features that enhance its usability and functionality:
- 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 most current pricing information for gold and other metals.
- Historical Rates Endpoint: Historical rates are available for most currencies dating back to 2019. Developers can query the Metals-API for historical rates by appending a specific date, enabling them to analyze past market trends.
- Bid And Ask Endpoint: This powerful feature 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, which can be used to convert any amount from one currency to another. This is particularly useful for investors looking to understand the value of gold in different currencies.
- Time-Series Endpoint: This endpoint allows developers to query the API for daily historical rates between two dates of their choice, facilitating in-depth analysis of price movements over time.
- Fluctuation Endpoint: Users can retrieve information about how currencies fluctuate on a day-to-day basis, helping them understand market volatility.
- Carat Endpoint: This endpoint provides information about gold rates by carat, allowing jewelers and investors to assess gold value based on purity.
- Lowest/Highest Price Endpoint: Developers can query the API to get the lowest and highest price of gold over a specified period, aiding in market analysis.
- Open/High/Low/Close (OHLC) Price Endpoint: This endpoint provides open, high, low, and close prices for a specific time period, essential for technical analysis.
- Historical LME Endpoint: Access historical rates for LME symbols dating back to 2008, allowing for comprehensive market research.
- API Key: Each user is assigned a unique API key that must be included in the API requests to authenticate access.
- API Response: The API delivers exchange rates relative to USD by default, ensuring consistency in data interpretation.
- Available Endpoints: The Metals-API offers multiple endpoints, each providing different functionalities tailored to user needs.
- Supported Symbols Endpoint: This constantly updated endpoint returns all available currencies, ensuring developers have access to the latest data.
- Gold Price India Endpoint: Retrieve the latest gold price in India using this dedicated endpoint, catering to regional market needs.
- News Endpoint: The Metals-API allows users to 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. This resource is invaluable for developers looking to integrate specific metal data into their applications.
API Endpoint Examples and Responses
Understanding the API's response structure is crucial for effective implementation. Below are examples of various endpoints and their corresponding JSON responses:
Latest Rates Endpoint
{
"success": true,
"timestamp": 1750316413,
"base": "USD",
"date": "2025-06-19",
"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"
}
This response indicates a successful request, providing the latest exchange rates for various metals, including gold (XAU).
Historical Rates Endpoint
{
"success": true,
"timestamp": 1750230013,
"base": "USD",
"date": "2025-06-18",
"rates": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915,
"XPD": 0.000748
},
"unit": "per troy ounce"
}
This example shows how to access historical rates for gold and other metals, allowing developers to analyze past performance.
Time-series Endpoint
{
"success": true,
"timeseries": true,
"start_date": "2025-06-12",
"end_date": "2025-06-19",
"base": "USD",
"rates": {
"2025-06-12": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915
},
"2025-06-14": {
"XAU": 0.000483,
"XAG": 0.0382,
"XPT": 0.000913
},
"2025-06-19": {
"XAU": 0.000482,
"XAG": 0.03815,
"XPT": 0.000912
}
},
"unit": "per troy ounce"
}
This response provides daily historical rates for a specified period, enabling developers to track price changes over time.
Convert Endpoint
{
"success": true,
"query": {
"from": "USD",
"to": "XAU",
"amount": 1000
},
"info": {
"timestamp": 1750316413,
"rate": 0.000482
},
"result": 0.482,
"unit": "troy ounces"
}
The Convert Endpoint allows users to convert amounts between different metals or currencies, providing flexibility in financial calculations.
Fluctuation Endpoint
{
"success": true,
"fluctuation": true,
"start_date": "2025-06-12",
"end_date": "2025-06-19",
"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"
}
This endpoint tracks rate fluctuations between two dates, providing insights into market volatility and trends.
OHLC (Open/High/Low/Close) Endpoint
{
"success": true,
"timestamp": 1750316413,
"base": "USD",
"date": "2025-06-19",
"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"
}
This response provides open, high, low, and close prices for a specific time period, essential for traders conducting technical analysis.
Bid/Ask Endpoint
{
"success": true,
"timestamp": 1750316413,
"base": "USD",
"date": "2025-06-19",
"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"
}
This endpoint provides current bid and ask prices, which are crucial for understanding market liquidity and making informed trading decisions.
Conclusion
Accessing real-time gold prices and market data through the Metals-API is essential for developers looking to create innovative applications in the precious metals sector. With its extensive range of features and endpoints, the API empowers users to analyze market trends, perform data analytics, and automate trading strategies. By leveraging the capabilities of the Metals-API, developers can build solutions that not only enhance their understanding of the gold market but also provide valuable insights to investors.
For more information on how to implement the Metals-API in your applications, refer to the Metals-API Documentation. To explore the full range of supported symbols, visit the Metals-API Supported Symbols page. Embrace the digital transformation in precious metals trading and unlock the potential of real-time data with the Metals-API.