The Easiest Way to Get FT Cboe Vest Gold Target Income ETF (IGLD) - Per Ounce Historical Rates Using API Calls
The Easiest Way to Get FT Cboe Vest Gold Target Income ETF (IGLD) - Per Ounce Historical Rates Using API Calls
In the world of finance and investment, having access to accurate and timely data is crucial. For those interested in the FT Cboe Vest Gold Target Income ETF (IGLD), understanding historical prices is essential for making informed decisions. One of the most effective ways to retrieve this data is through the Metals-API, a powerful tool that provides real-time and historical data on precious metals, including gold. In this blog post, we will explore how to utilize the Metals-API to access historical prices for IGLD, focusing on the various endpoints, parameters, and data formats that can help you achieve your investment goals.
Understanding Metals-API
The Metals-API is a comprehensive JSON API that provides real-time and historical data on precious metals. With its robust capabilities, developers can integrate this data into their applications, enabling them to create innovative solutions for trading, investment analysis, and market insights. The API supports various endpoints that cater to different data needs, making it a versatile tool for anyone looking to delve into the world of precious metals.
About Gold (XAU)
Gold, represented by the symbol XAU, is one of the most sought-after precious metals in the world. Its value is influenced by various factors, including market demand, geopolitical stability, and economic indicators. The digital transformation in precious metals trading has led to the integration of advanced data analytics and technology, allowing investors to gain deeper insights into market trends. The Metals-API plays a pivotal role in this transformation by providing real-time data that can enhance price discovery and trading strategies.
API Description
The Metals-API offers a range of features that empower developers to build next-generation applications. With its real-time data capabilities, the API allows users to access up-to-date information on metal prices, historical rates, and market fluctuations. This innovation enables users to make data-driven decisions, enhancing their trading strategies and investment portfolios.
For detailed information on how to use the API, refer to the Metals-API Documentation, which provides comprehensive guidance on the available endpoints and their functionalities.
Key Features and Endpoints
The Metals-API is equipped with several key features that cater to various data needs. Here are some of the most important endpoints you can utilize:
- Latest Rates Endpoint: This endpoint provides real-time exchange rate data for precious metals, updated every 60 minutes or more frequently depending on your subscription plan. This is essential for traders who need the most current prices.
- Historical Rates Endpoint: Access historical rates dating back to 2019 by appending a specific date to your query. This feature is particularly useful for analyzing price trends over time.
- Bid And Ask Endpoint: Retrieve real-time bid and ask prices for metals, allowing you to gauge market sentiment and make informed trading decisions.
- Convert Endpoint: This endpoint allows you to convert any amount from one currency to another, facilitating transactions across different currencies.
- Time-Series Endpoint: Query daily historical rates between two dates of your choice, enabling you to analyze price movements over specific periods.
- Fluctuation Endpoint: Track how currencies fluctuate on a day-to-day basis, providing insights into market volatility.
- Carat Endpoint: Retrieve information about gold rates by carat, which is essential for jewelers and investors in the jewelry market.
- Lowest/Highest Price Endpoint: Get the lowest and highest prices for a specified date, helping you understand market extremes.
- Open/High/Low/Close (OHLC) Price Endpoint: Access open, high, low, and close prices for a specific date, which is crucial for technical analysis.
- Historical LME Endpoint: Access historical rates for LME symbols dating back to 2008, providing a broader context for market analysis.
- API Key: Your unique API key is required for authentication and must be included in your API requests.
- API Response: The API delivers exchange rates relative to USD, ensuring consistency in data interpretation.
- Available Endpoints: The Metals-API includes 14 endpoints, each offering distinct functionalities to meet various data needs.
- Supported Symbols Endpoint: Access a constantly updated list of all available currencies and metals.
- News Endpoint: Retrieve the latest news articles related to various metals, keeping you 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.
API Endpoint Examples and Responses
To illustrate how to use the Metals-API effectively, let's explore some example endpoints and their corresponding JSON responses.
Latest Rates Endpoint
To get real-time exchange rates for all available metals, you can use the following endpoint:
{ "success": true, "timestamp": 1777076479, "base": "USD", "date": "2026-04-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" }
Historical Rates Endpoint
To access historical exchange rates for any date since 1999, you can use the following endpoint:
{ "success": true, "timestamp": 1776990079, "base": "USD", "date": "2026-04-24", "rates": { "XAU": 0.000485, "XAG": 0.03825, "XPT": 0.000915, "XPD": 0.000748 }, "unit": "per troy ounce" }
Time-series Endpoint
To get exchange rates for a specific time period, you can use the following endpoint:
{ "success": true, "timeseries": true, "start_date": "2026-04-18", "end_date": "2026-04-25", "base": "USD", "rates": { "2026-04-18": { "XAU": 0.000485, "XAG": 0.03825, "XPT": 0.000915 }, "2026-04-20": { "XAU": 0.000483, "XAG": 0.0382, "XPT": 0.000913 }, "2026-04-25": { "XAU": 0.000482, "XAG": 0.03815, "XPT": 0.000912 } }, "unit": "per troy ounce" }
Convert Endpoint
To convert any amount from one metal to another or to/from USD, you can use the following endpoint:
{ "success": true, "query": { "from": "USD", "to": "XAU", "amount": 1000 }, "info": { "timestamp": 1777076479, "rate": 0.000482 }, "result": 0.482, "unit": "troy ounces" }
Fluctuation Endpoint
To track rate fluctuations between two dates, you can use the following endpoint:
{ "success": true, "fluctuation": true, "start_date": "2026-04-18", "end_date": "2026-04-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" }
OHLC (Open/High/Low/Close) Endpoint
To get OHLC data for a specific time period, you can use the following endpoint:
{ "success": true, "timestamp": 1777076479, "base": "USD", "date": "2026-04-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" }
Bid/Ask Endpoint
To get current bid and ask prices for metals, you can use the following endpoint:
{ "success": true, "timestamp": 1777076479, "base": "USD", "date": "2026-04-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" }
Conclusion
In conclusion, accessing historical prices for the FT Cboe Vest Gold Target Income ETF (IGLD) has never been easier, thanks to the powerful capabilities of the Metals-API. By leveraging its various endpoints, developers can retrieve real-time and historical data, enabling them to make informed investment decisions. Whether you are interested in the latest rates, historical trends, or price fluctuations, the Metals-API provides the tools necessary to enhance your trading strategies.
For further exploration, make sure to check out the Metals-API Documentation for detailed guidance on using the API effectively. Additionally, the Metals-API Supported Symbols page offers a comprehensive list of available symbols, ensuring you have all the information you need at your fingertips.
As the financial landscape continues to evolve, staying ahead of the curve with real-time data and innovative tools like the Metals-API will empower you to navigate the complexities of precious metals trading with confidence.