Get FT Cboe Vest Gold Target Income ETF (IGLD) Historical Prices to enhance market research using this API
Get FT Cboe Vest Gold Target Income ETF (IGLD) Historical Prices to Enhance Market Research Using This API
In the ever-evolving landscape of financial markets, having access to accurate and timely data is paramount for making informed investment decisions. One such asset that has consistently captured the attention of investors is gold, represented by the symbol XAU. In this blog post, we will delve into how to obtain historical prices for the FT Cboe Vest Gold Target Income ETF (IGLD) using the Metals-API. This powerful tool not only provides real-time data but also historical insights that can significantly enhance market research.
About Gold (XAU)
Gold has long been regarded as a safe haven asset, especially during times of economic uncertainty. Its value is influenced by various factors, including geopolitical events, inflation rates, and currency fluctuations. With the digital transformation in precious metals trading, investors now have access to advanced data analytics and market insights that were previously unavailable. The integration of technology in trading has revolutionized how investors approach gold, allowing for more innovative price discovery methods and digital asset solutions.
The XAU symbol represents one troy ounce of gold, and its historical prices can provide invaluable insights into market trends. By leveraging the capabilities of the Metals-API, developers can build applications that analyze these trends, providing users with a comprehensive understanding of gold's market behavior.
Metals-API Overview
The Metals-API is a robust JSON API that offers real-time and historical data for various metals, including gold, silver, platinum, and palladium. It empowers developers to create next-generation applications that require precise metals data. The API's innovative features allow for seamless integration into trading platforms, financial applications, and market analysis tools.
One of the standout features of the Metals-API is its ability to provide historical rates dating back to 2019. This capability is crucial for developers and analysts who need to conduct thorough market research and backtesting of trading strategies. The API supports various endpoints that cater to different data needs, ensuring that users can access the information they require efficiently.
Key Features and Endpoints
The Metals-API offers a variety of endpoints that serve different purposes, each designed to enhance the user experience and provide comprehensive data. 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 feature is essential for traders who need up-to-the-minute information on gold prices.
- Historical Rates Endpoint: Users can access historical rates for most currencies dating back to 2019. By appending a specific date (YYYY-MM-DD) to the endpoint, developers can retrieve past gold prices, which is invaluable for trend analysis.
- Bid And Ask Endpoint: This powerful feature allows users to retrieve real-time bid and ask prices for gold and other metals. Understanding the spread between these prices is crucial for traders looking to optimize their entry and exit points.
- Convert Endpoint: The Metals-API includes a currency conversion endpoint, enabling users to convert any amount from one metal to another or to/from USD. This feature is particularly useful for investors dealing with multiple currencies.
- Time-Series Endpoint: This endpoint allows users to query the API for daily historical rates between two dates of their choice. It is ideal for conducting detailed analyses over specific time frames.
- Fluctuation Endpoint: Users can track how gold prices fluctuate on a day-to-day basis. This endpoint provides insights into price volatility, helping traders make informed decisions.
- Carat Endpoint: For those interested in gold jewelry, this endpoint provides information about gold rates by carat. It is essential for jewelers and consumers alike.
- Lowest/Highest Price Endpoint: This feature allows users to query the API for the lowest and highest prices of gold over a specified period, providing insights into market extremes.
- Open/High/Low/Close (OHLC) Price Endpoint: Users can retrieve the open, high, low, and close prices for gold, which are critical for technical analysis.
- Historical LME Endpoint: This endpoint provides access to historical rates for LME symbols dating back to 2008, allowing for comprehensive market analysis.
- API Key: Each user is assigned a unique API key that must be included in requests to authenticate access to the API.
- 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 designed to provide specific functionalities, ensuring that users have access to a wide range of data.
- Supported Symbols Endpoint: This endpoint returns all available currencies, allowing users to explore the full range of metals supported by the API.
- News Endpoint: Users can retrieve the latest news articles related to various metals, keeping them informed about market developments.
API Endpoint Examples and Responses
Understanding how to interact with the Metals-API is crucial for developers. Below are examples of various API endpoints along with their expected responses:
Latest Rates Endpoint
{
"success": true,
"timestamp": 1774138435,
"base": "USD",
"date": "2026-03-22",
"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"
}
The above response indicates that the current price of gold (XAU) is 0.000482 per troy ounce, providing a snapshot of the market at that moment.
Historical Rates Endpoint
{
"success": true,
"timestamp": 1774052035,
"base": "USD",
"date": "2026-03-21",
"rates": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915,
"XPD": 0.000748
},
"unit": "per troy ounce"
}
This response shows the historical price of gold on March 21, 2026, allowing users to analyze past market behavior.
Time-Series Endpoint
{
"success": true,
"timeseries": true,
"start_date": "2026-03-15",
"end_date": "2026-03-22",
"base": "USD",
"rates": {
"2026-03-15": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915
},
"2026-03-17": {
"XAU": 0.000483,
"XAG": 0.0382,
"XPT": 0.000913
},
"2026-03-22": {
"XAU": 0.000482,
"XAG": 0.03815,
"XPT": 0.000912
}
},
"unit": "per troy ounce"
}
This time-series response provides daily rates for gold over a specified period, enabling users to visualize trends and fluctuations.
Convert Endpoint
{
"success": true,
"query": {
"from": "USD",
"to": "XAU",
"amount": 1000
},
"info": {
"timestamp": 1774138435,
"rate": 0.000482
},
"result": 0.482,
"unit": "troy ounces"
}
The convert endpoint allows users to see how much gold they can obtain for a specified amount of USD, which is essential for making investment decisions.
Fluctuation Endpoint
{
"success": true,
"fluctuation": true,
"start_date": "2026-03-15",
"end_date": "2026-03-22",
"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 provides insights into how gold prices have changed over a specified period, highlighting both absolute and percentage changes.
OHLC (Open/High/Low/Close) Endpoint
{
"success": true,
"timestamp": 1774138435,
"base": "USD",
"date": "2026-03-22",
"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"
}
The OHLC endpoint provides critical data for traders who rely on candlestick charts for technical analysis, allowing them to make informed trading decisions.
Bid/Ask Endpoint
{
"success": true,
"timestamp": 1774138435,
"base": "USD",
"date": "2026-03-22",
"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 response provides the current bid and ask prices for gold, which are essential for traders looking to optimize their trading strategies.
Conclusion
In conclusion, the Metals-API offers a comprehensive suite of tools for developers and analysts looking to enhance their market research on gold and other precious metals. By leveraging its various endpoints, users can access real-time and historical data, enabling them to make informed decisions based on accurate market insights. Whether you are interested in the latest rates, historical trends, or price fluctuations, the Metals-API provides the necessary data to support your trading strategies.
For more detailed information on how to implement these features, refer to the Metals-API Documentation. To explore the full range of supported symbols, check out the Metals-API Supported Symbols page. With the right tools and data at your disposal, you can navigate the complexities of the gold market with confidence.