First Trust Income Opportunities ETF has paid 120 recorded cash distributions, spanning 2016 to 2026.
The highest single cash dividend paid by First Trust Income Opportunities ETF is $0.14. The latest distribution of $0.14 was recorded on Sep 30, 2026.
View 120 recorded historical distributions for First Trust Income Opportunities ETF, covering a time period spanning from 2016 to 2026.
| # | Ex-Date | Amount | Type | Pay Date |
|---|---|---|---|---|
| 1 | Sep 11, 2026 | $0.14 | Cash | Sep 30, 2026 |
| 2 | Aug 11, 2026 | $0.14 | Cash | Aug 31, 2026 |
| 3 | Jul 14, 2026 | $0.14 | Cash | Jul 31, 2026 |
| 4 | Jun 11, 2026 | $0.14 | Cash | Jun 30, 2026 |
| 5 | May 12, 2026 | $0.14 | Cash | May 29, 2026 |
| 6 | Apr 14, 2026 | $0.14 | Cash | Apr 30, 2026 |
| 7 | Mar 11, 2026 | $0.14 | Cash | Mar 31, 2026 |
| 8 | Feb 11, 2026 | $0.14 | Cash | Feb 27, 2026 |
| 9 | Jan 13, 2026 | $0.14 | Cash | Jan 30, 2026 |
| 10 | Dec 11, 2025 | $0.14 | Cash | Dec 31, 2025 |
| 11 | Nov 12, 2025 | $0.14 | Cash | Nov 28, 2025 |
| 12 | Oct 14, 2025 | $0.14 | Cash | Oct 31, 2025 |
| 13 | Sep 11, 2025 | $0.14 | Cash | Sep 30, 2025 |
| 14 | Aug 12, 2025 | $0.14 | Cash | Aug 29, 2025 |
| 15 | Jul 11, 2025 | $0.14 | Cash | Jul 31, 2025 |
| 16 | Jun 11, 2025 | $0.14 | Cash | Jun 30, 2025 |
| 17 | May 13, 2025 | $0.14 | Cash | May 30, 2025 |
| 18 | Apr 11, 2025 | $0.14 | Cash | Apr 30, 2025 |
| 19 | Mar 11, 2025 | $0.14 | Cash | Mar 31, 2025 |
| 20 | Feb 11, 2025 | $0.14 | Cash | Feb 28, 2025 |
Pull First Trust Income Opportunities ETF's full dividend history (per-share payouts or trailing yield) into your own models, spreadsheets and apps with the Business Quant Dividends API. Swap YOUR_API_KEY for your own key.
https://data.businessquant.com/dividends?ticker=FCEF&mode=dps&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/dividends"
params = {"ticker": "FCEF", "mode": "dps", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/dividends?ticker=FCEF&mode=dps&api_key=YOUR_API_KEY");
const data = await res.json();