Access FT Cboe Vest Gold Target Income ETF (IGLD) Historical Prices utilizing this API

Access FT Cboe Vest Gold Target Income ETF (IGLD) Historical Prices Utilizing This API
In the world of finance and investment, the ability to access and analyze historical prices is crucial for making informed decisions. For those interested in the FT Cboe Vest Gold Target Income ETF (IGLD), understanding how to retrieve historical prices using the Metals-API can significantly enhance your investment strategy. This blog post will delve into the capabilities of the Metals-API, particularly focusing on how it can be utilized to access historical prices for gold (XAU) and other precious metals.
Metals-API Information
The Metals-API is a powerful tool designed to provide real-time and historical data on various metals, including gold, silver, platinum, and palladium. It offers a range of endpoints that allow developers to access exchange rates, historical data, and market insights efficiently. By leveraging the Metals-API, developers can create applications that provide valuable insights into the precious metals market, enabling users to make data-driven decisions.
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 market demand, geopolitical events, and currency fluctuations. In recent years, the digital transformation in precious metals has opened up new avenues for investors and traders alike. With advancements in data analytics and technology integration, the trading of gold has become more accessible and efficient.
One of the most significant innovations in the gold market is the integration of technology in price discovery. The Metals-API provides real-time data that empowers developers to build applications capable of tracking gold prices dynamically. This capability is essential for investors looking to capitalize on market trends and fluctuations.
Moreover, the rise of digital asset solutions has transformed how investors approach gold. With the Metals-API, users can access comprehensive market insights that help them understand price movements and make informed trading decisions. The API's ability to provide historical data dating back to 2019 allows for in-depth analysis and trend identification, which is crucial for any serious investor.
API Description
The Metals-API is designed with innovation and technological advancement in mind. It empowers developers to build next-generation applications that can handle real-time metals data efficiently. The API offers a variety of endpoints, each serving a unique purpose, from retrieving the latest rates to accessing historical data and performing currency conversions.
For more detailed information, you can refer to the Metals-API Documentation, which provides comprehensive guidance on how to utilize the API effectively. Additionally, the Metals-API Supported Symbols page lists all available metal symbols, including gold (XAU), silver (XAG), platinum (XPT), and palladium (XPD).
Key Features and Endpoints
The Metals-API offers several key features that enhance its usability for developers and investors alike. Below are some of the most notable endpoints and their functionalities:
- Latest Rates Endpoint: This endpoint provides real-time exchange rate data for various metals. Depending on your subscription plan, the API can return updates every 60 minutes or even more frequently. This feature is essential for traders who need to stay updated on market movements.
- Historical Rates Endpoint: Users can access historical rates for most currencies dating back to 2019. By appending a specific date to the API request, developers can retrieve past exchange rates, which is invaluable for trend analysis and forecasting.
- Bid And Ask Endpoint: This powerful feature allows users to retrieve real-time bid and ask prices for metals. Understanding the bid-ask spread 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 amounts 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 specified dates. It is particularly beneficial for analyzing trends over time and understanding market behavior.
- Fluctuation Endpoint: Users can track how metal prices fluctuate on a day-to-day basis using this endpoint. It provides insights into market volatility and helps traders make informed decisions.
- Carat Endpoint: This endpoint allows users to retrieve information about gold rates by carat. It is particularly useful for jewelers and those dealing in gold jewelry.
- Lowest/Highest Price Endpoint: Users can query the API to get the lowest and highest prices for a specified date range. This information is crucial for identifying market extremes and potential trading opportunities.
- Open/High/Low/Close (OHLC) Price Endpoint: This endpoint provides open, high, low, and close prices for a specific date, allowing traders to analyze market performance over a given period.
- Historical LME Endpoint: This endpoint provides access to historical rates for LME symbols dating back to 2008, offering a wealth of data for analysis.
- API Key: Each user is assigned a unique API key that must be included in 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 offers a variety of endpoints, each designed to fulfill specific functionalities, making it a versatile tool for developers.
- Gold Price India Endpoint: This dedicated endpoint allows users to retrieve the latest gold price in India, catering to a specific market segment.
- News Endpoint: Users can access the latest news articles related to various metals, keeping them informed about market developments.
API Endpoint Examples and Responses
Understanding the API's response structure is crucial for effective implementation. Below are examples of JSON responses for various endpoints:
Latest Rates Endpoint
{
"success": true,
"timestamp": 1750824071,
"base": "USD",
"date": "2025-06-25",
"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 the success of the request and provides the latest exchange rates for various metals, including gold (XAU).
Historical Rates Endpoint
{
"success": true,
"timestamp": 1750737671,
"base": "USD",
"date": "2025-06-24",
"rates": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915,
"XPD": 0.000748
},
"unit": "per troy ounce"
}
This example shows how to retrieve historical rates for a specific date, allowing users to analyze past market conditions.
Time-Series Endpoint
{
"success": true,
"timeseries": true,
"start_date": "2025-06-18",
"end_date": "2025-06-25",
"base": "USD",
"rates": {
"2025-06-18": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915
},
"2025-06-20": {
"XAU": 0.000483,
"XAG": 0.0382,
"XPT": 0.000913
},
"2025-06-25": {
"XAU": 0.000482,
"XAG": 0.03815,
"XPT": 0.000912
}
},
"unit": "per troy ounce"
}
This response illustrates how to obtain exchange rates for a specific time period, which is essential for trend analysis.
Convert Endpoint
{
"success": true,
"query": {
"from": "USD",
"to": "XAU",
"amount": 1000
},
"info": {
"timestamp": 1750824071,
"rate": 0.000482
},
"result": 0.482,
"unit": "troy ounces"
}
This example demonstrates how to convert an amount from USD to gold (XAU), providing the user with the equivalent value in troy ounces.
Fluctuation Endpoint
{
"success": true,
"fluctuation": true,
"start_date": "2025-06-18",
"end_date": "2025-06-25",
"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 response provides insights into how metal prices have fluctuated over a specific period, which is vital for understanding market dynamics.
OHLC (Open/High/Low/Close) Price Endpoint
{
"success": true,
"timestamp": 1750824071,
"base": "USD",
"date": "2025-06-25",
"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 endpoint provides critical data for traders, allowing them to analyze market performance over a specific period.
Bid/Ask Endpoint
{
"success": true,
"timestamp": 1750824071,
"base": "USD",
"date": "2025-06-25",
"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 metals, which is essential for traders looking to execute orders effectively.
Conclusion
Accessing historical prices for the FT Cboe Vest Gold Target Income ETF (IGLD) using the Metals-API is a straightforward process that can significantly enhance your investment strategy. By leveraging the various endpoints offered by the API, developers can create applications that provide real-time insights and historical data, enabling users to make informed decisions in the precious metals market.
The Metals-API not only simplifies the process of retrieving data but also empowers developers to innovate and create solutions that meet the evolving needs of investors. For more information on how to get started, visit the Metals-API Website and explore the extensive documentation available. With the right tools and insights, you can navigate the complexities of the metals market with confidence.