Get FT Cboe Vest Gold Target Income ETF (IGLD) Historical Prices for portfolio management using this API
Introduction
The FT Cboe Vest Gold Target Income ETF (IGLD) is an innovative financial instrument designed for investors seeking exposure to gold while generating income through options strategies. In the realm of portfolio management, understanding historical prices is crucial for making informed decisions. This is where the Metals-API comes into play, providing real-time and historical data on precious metals, including gold. By leveraging this API, developers can access a wealth of information that enhances their investment strategies and portfolio management techniques.
Understanding Gold (XAU)
Gold has long been a symbol of wealth and stability, often serving as a hedge against inflation and economic uncertainty. In recent years, the digital transformation of precious metals trading has opened new avenues for investors. With advancements in data analytics and technology integration, market insights have become more accessible than ever. The Metals-API plays a pivotal role in this transformation, offering developers the tools needed to innovate in price discovery and trading.
Digital Transformation in Precious Metals
The integration of technology in the trading of precious metals has revolutionized the way investors interact with the market. The Metals-API provides a comprehensive suite of endpoints that allow developers to build applications capable of real-time data analysis, historical price tracking, and market trend forecasting. This digital transformation empowers investors to make data-driven decisions, enhancing their portfolio management strategies.
Data Analytics and Market Insights
With the Metals-API, users can access a variety of endpoints that deliver critical market insights. For instance, the Latest Rates Endpoint provides real-time exchange rate data for gold and other metals, updated frequently based on the user's subscription plan. This feature enables developers to create applications that track market movements and analyze trends effectively.
Technology Integration in Trading
Integrating the Metals-API into trading platforms allows for seamless access to vital data. Developers can utilize the Historical Rates Endpoint to retrieve past prices of gold dating back to 2019. This capability is essential for backtesting trading strategies and understanding historical performance, which is crucial for making informed investment decisions.
API Description
The Metals-API is a powerful tool that provides developers with access to real-time and historical metals data. Its capabilities extend beyond simple price retrieval; it empowers users to build next-generation applications that can analyze market trends, track fluctuations, and convert currencies with ease. The API's innovative design ensures that developers can harness the transformative potential of real-time metals data to enhance their applications.
Key Features of Metals-API
The Metals-API offers a variety of endpoints, each designed to serve specific needs in the realm of metals trading. Here are some of the key features:
- Latest Rates Endpoint: This endpoint provides real-time exchange rate data for metals, updated based on the user's subscription plan. It allows developers to access the most current market prices for gold (XAU) and other metals.
- Historical Rates Endpoint: Users can query historical rates for most currencies dating back to 2019. This endpoint is invaluable for analyzing past performance and trends.
- Bid and Ask Endpoint: This feature enables users to retrieve real-time bid and ask prices for metals, providing insights into market liquidity and pricing.
- Convert Endpoint: The Metals-API includes a currency conversion feature, allowing users to convert amounts between different metals or to/from USD.
- Time-Series Endpoint: This endpoint allows users to query daily historical rates between two specified dates, facilitating trend analysis over time.
- Fluctuation Endpoint: Users can track how metal prices fluctuate on a day-to-day basis, providing insights into market volatility.
- Carat Endpoint: This feature provides information about gold rates by carat, which is essential for jewelers and investors in the jewelry market.
- Lowest/Highest Price Endpoint: Users can query the API to get the lowest and highest prices for a specified date, aiding in market analysis.
- Open/High/Low/Close (OHLC) Price Endpoint: This endpoint provides open, high, low, and close prices for a specific date, essential for technical analysis.
- Historical LME Endpoint: Access historical rates for LME symbols dating back to 2008, useful for those trading in the London Metal Exchange.
- API Key: Each user is assigned a unique API key, which is required for accessing the API's features.
- API Response: The API delivers exchange rates relative to USD, ensuring consistency in data presentation.
- Available Endpoints: The Metals-API includes 14 endpoints, each providing different functionalities tailored to user needs.
- Supported Symbols Endpoint: This endpoint returns all available currencies, ensuring users have access to the latest data.
API Endpoint Examples and Responses
Understanding how to utilize the Metals-API effectively requires familiarity with its endpoints and the structure of its responses. Below are examples of various endpoints and their corresponding JSON responses.
Latest Rates Endpoint
The Latest Rates Endpoint provides real-time exchange rates for all available metals. Here’s an example response:
{
"success": true,
"timestamp": 1784420049,
"base": "USD",
"date": "2026-07-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"
}
In this response, the "rates" object contains the current prices for various metals, with gold (XAU) priced at 0.000482 per troy ounce.
Historical Rates Endpoint
Accessing historical exchange rates is straightforward with the Historical Rates Endpoint. Here’s an example response:
{
"success": true,
"timestamp": 1784333649,
"base": "USD",
"date": "2026-07-18",
"rates": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915,
"XPD": 0.000748
},
"unit": "per troy ounce"
}
This response shows the historical rates for gold and other metals for a specific date, allowing for analysis of past performance.
Time-Series Endpoint
The Time-Series Endpoint allows users to get exchange rates for a specific time period. Here’s an example response:
{
"success": true,
"timeseries": true,
"start_date": "2026-07-12",
"end_date": "2026-07-19",
"base": "USD",
"rates": {
"2026-07-12": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915
},
"2026-07-14": {
"XAU": 0.000483,
"XAG": 0.0382,
"XPT": 0.000913
},
"2026-07-19": {
"XAU": 0.000482,
"XAG": 0.03815,
"XPT": 0.000912
}
},
"unit": "per troy ounce"
}
This response provides daily rates for the specified date range, facilitating trend analysis and performance evaluation.
Convert Endpoint
The Convert Endpoint allows users to convert any amount from one metal to another or to/from USD. Here’s an example response:
{
"success": true,
"query": {
"from": "USD",
"to": "XAU",
"amount": 1000
},
"info": {
"timestamp": 1784420049,
"rate": 0.000482
},
"result": 0.482,
"unit": "troy ounces"
}
This response indicates that 1000 USD converts to 0.482 troy ounces of gold, providing valuable information for investors looking to make conversions.
Fluctuation Endpoint
The Fluctuation Endpoint tracks rate fluctuations between two dates. Here’s an example response:
{
"success": true,
"fluctuation": true,
"start_date": "2026-07-12",
"end_date": "2026-07-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 response provides insights into how prices have changed over the specified period, which is crucial for understanding market dynamics.
OHLC (Open/High/Low/Close) Price Endpoint
The OHLC Price Endpoint provides open, high, low, and close prices for a specific date. Here’s an example response:
{
"success": true,
"timestamp": 1784420049,
"base": "USD",
"date": "2026-07-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 is essential for traders who rely on technical analysis to make informed decisions based on price movements throughout the trading day.
Bid/Ask Endpoint
The Bid/Ask Endpoint provides current bid and ask prices for metals. Here’s an example response:
{
"success": true,
"timestamp": 1784420049,
"base": "USD",
"date": "2026-07-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 response provides critical information for traders looking to execute buy or sell orders based on current market conditions.
Conclusion
The FT Cboe Vest Gold Target Income ETF (IGLD) represents a unique opportunity for investors to gain exposure to gold while generating income. By utilizing the Metals-API Documentation, developers can access a wealth of historical and real-time data that enhances portfolio management strategies. The API's comprehensive features, including the Latest Rates, Historical Rates, and various conversion endpoints, empower users to make informed decisions based on accurate market insights.
As the landscape of precious metals trading continues to evolve, the integration of technology and data analytics will remain paramount. By leveraging the capabilities of the Metals-API, developers can create innovative applications that not only track prices but also analyze trends and optimize trading strategies. For a complete list of supported symbols, refer to the Metals-API Supported Symbols page.
In summary, the Metals-API is an essential tool for anyone involved in precious metals trading, providing the data and insights necessary to navigate this complex market effectively.