Investview, Inc. has paid 11 recorded cash distributions, spanning 2024 to 2026.
The highest single cash dividend paid by Investview, Inc. is $0.81. The latest distribution of $0.81 was recorded on Oct 15, 2026.
The most recently recorded trailing dividend yield for Investview, Inc. stands at 0.17%, peaking at 0.64% on Sep 30, 2024, and averaging — across the selected range.
View 11 recorded historical distributions for Investview, Inc., covering a time period spanning from 2024 to 2026.
| # | Ex-Date | Amount | Type | Pay Date |
|---|---|---|---|---|
| 1 | Sep 30, 2026 | $0.81 | Cash | Oct 15, 2026 |
| 2 | Jun 30, 2026 | $0.81 | Cash | Jul 15, 2026 |
| 3 | Mar 31, 2026 | $0.81 | Cash | Apr 15, 2026 |
| 4 | Dec 31, 2025 | $0.81 | Cash | Jan 15, 2026 |
| 5 | Sep 30, 2025 | $0.81 | Cash | Oct 15, 2025 |
| 6 | Jun 30, 2025 | $0.81 | Cash | Jul 15, 2025 |
| 7 | Mar 31, 2025 | $0.81 | Cash | Apr 15, 2025 |
| 8 | Dec 31, 2024 | $0.81 | Cash | Jan 15, 2025 |
| 9 | Oct 16, 2024 | $0.81 | Cash | Oct 15, 2024 |
| 10 | Jul 16, 2024 | $0.81 | Cash | Jul 15, 2024 |
| 11 | Dec 28, 2023 | $0.81 | Cash | Jan 15, 2024 |
Pull Investview, Inc.'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=INVUP&mode=dps&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/dividends"
params = {"ticker": "INVUP", "mode": "dps", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/dividends?ticker=INVUP&mode=dps&api_key=YOUR_API_KEY");
const data = await res.json();