Get FT Cboe Vest Gold Target Income ETF (IGLD) Historical Prices for Statistical Analysis using this API
Get FT Cboe Vest Gold Target Income ETF (IGLD) Historical Prices for Statistical Analysis using this API
The FT Cboe Vest Gold Target Income ETF (IGLD) is an innovative investment vehicle designed to provide exposure to gold while generating income through options strategies. For developers and analysts looking to perform statistical analysis on IGLD's historical prices, the Metals-API offers a robust solution. This API provides real-time and historical data on precious metals, including gold, which is essential for understanding market trends and making informed investment decisions.
About Gold (XAU)
Gold has long been a cornerstone of financial markets, serving as a safe haven during economic uncertainty and a hedge against inflation. In recent years, the digital transformation in precious metals trading has revolutionized how investors access and analyze gold data. With the integration of advanced data analytics and technology, traders can now leverage real-time insights to make informed decisions.
Moreover, the innovation in price discovery mechanisms has enabled more accurate valuations of gold, allowing investors to track fluctuations and trends effectively. Digital asset solutions are also emerging, providing new avenues for investment in gold and other precious metals. By utilizing the Metals-API, developers can harness these advancements to build applications that provide real-time data and analytics on gold prices.
API Description
The Metals-API is a powerful tool that empowers developers to access real-time and historical data on various metals, including gold (XAU). This API is designed to facilitate the development of next-generation applications that require accurate and timely metals data. With its user-friendly interface and comprehensive documentation, the Metals-API simplifies the process of integrating metals data into applications.
For more information on how to get started, visit the Metals-API Website and explore the Metals-API Documentation.
Key Features and Endpoints
The Metals-API offers a variety of endpoints that cater to different data needs. Here are some of the key features:
- Latest Rates Endpoint: This endpoint provides real-time exchange rate data for metals, updated at intervals depending on your subscription plan. This feature is crucial for traders who need the most current pricing information.
- Historical Rates Endpoint: Access historical rates for gold and other metals dating back to 2019. This endpoint allows users to analyze past performance and trends by appending a specific date to the API call.
- Bid And Ask Endpoint: Retrieve real-time bid and ask prices for metals, which is essential for traders looking to execute trades at optimal prices.
- Convert Endpoint: This feature allows users to convert amounts from one metal to another or to/from USD, facilitating easier calculations for traders and analysts.
- Time-Series Endpoint: Query the API for daily historical rates between two dates, enabling users to analyze trends over specific periods.
- Fluctuation Endpoint: Track how metals fluctuate on a day-to-day basis, providing insights into market volatility.
- Carat Endpoint: Retrieve information about gold rates by carat, which is particularly useful for jewelers and those in the luxury goods market.
- Lowest/Highest Price Endpoint: Query for the lowest and highest prices of metals over a specified period, aiding in market analysis.
- Open/High/Low/Close (OHLC) Price Endpoint: Get detailed OHLC data for metals, which is vital for technical analysis.
- Historical LME Endpoint: Access historical rates for LME symbols dating back to 2008, useful for those tracking industrial metals.
- API Key: Your unique API key is required to access the API, ensuring secure and authorized usage.
- API Response: The API delivers exchange rates relative to USD, with all data returned in a structured JSON format.
- Available Endpoints: The Metals-API includes 14 different endpoints, each designed to provide specific functionalities.
- Supported Symbols Endpoint: This endpoint returns a constantly updated list of all available currencies and metals.
- Intraday Endpoint: Query intraday exchange rate data for a single symbol, which is essential for day traders.
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.
API Endpoint Examples and Responses
Latest Rates Endpoint
Get real-time exchange rates for all available metals:
{
"success": true,
"timestamp": 1787184807,
"base": "USD",
"date": "2026-08-20",
"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": 1787098407,
"base": "USD",
"date": "2026-08-19",
"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": "2026-08-13",
"end_date": "2026-08-20",
"base": "USD",
"rates": {
"2026-08-13": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915
},
"2026-08-15": {
"XAU": 0.000483,
"XAG": 0.0382,
"XPT": 0.000913
},
"2026-08-20": {
"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": 1787184807,
"rate": 0.000482
},
"result": 0.482,
"unit": "troy ounces"
}
Fluctuation Endpoint
Track rate fluctuations between two dates:
{
"success": true,
"fluctuation": true,
"start_date": "2026-08-13",
"end_date": "2026-08-20",
"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": 1787184807,
"base": "USD",
"date": "2026-08-20",
"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": 1787184807,
"base": "USD",
"date": "2026-08-20",
"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
In conclusion, the FT Cboe Vest Gold Target Income ETF (IGLD) represents a unique opportunity for investors seeking exposure to gold while generating income. By utilizing the Metals-API, developers can access a wealth of historical and real-time data on gold prices, enabling them to perform comprehensive statistical analyses. The API's various endpoints provide flexibility and depth, allowing for detailed market insights and informed decision-making.
For developers looking to integrate metals data into their applications, the Metals-API offers a powerful solution with extensive documentation and support. By leveraging this API, you can build applications that not only track gold prices but also analyze trends, fluctuations, and historical data effectively.
To explore the capabilities of the Metals-API further, visit the Metals-API Website, check out the Metals-API Documentation, and review the Metals-API Supported Symbols for a complete list of available metals.