Investview (INVUP) Shares Outstanding (2010 - 2026)
Investview's (INVUP) quarterly Shares Outstanding (Entity) came in at $1.8 billion in Q2 2026, down 0.61% year-over-year from $1.9 billion in Q2 2025, and little changed quarter-over-quarter from $1.8 billion in Q1 2026.
Investview (INVUP) Shares Outstanding (2010 - 2026) Analysis & Trends
Investview (INVUP) has reported Shares Outstanding (Entity) for 17 consecutive years, with $1.8 billion the latest figure, recorded in Q2 2026.
- On a quarterly basis, Shares Outstanding (Entity) fell 0.61% year-over-year to $1.8 billion in Q2 2026; TTM through Jun 2026 was $1.8 billion, a 0.61% decrease from a year earlier, with the FY2025 full-year figure at $1.8 billion, down 0.61% from the prior year.
- Shares Outstanding (Entity) was $1.8 billion for Q2 2026 at Investview, roughly flat from $1.8 billion in the prior quarter.
- Over five years, Shares Outstanding (Entity) peaked at $2.7 billion in Q1 2022 and troughed at $1.8 billion in Q2 2026.
- A 5-year average of $2.2 billion and a median of $1.9 billion in 2024 frame the typical range for Shares Outstanding (Entity).
- Across the five-year window, Shares Outstanding (Entity) retreated 29.41% in 2024 and decreased 0.15% in 2025, its largest moves.
- Over 5 years, Shares Outstanding (Entity) stood at $2.6 billion in 2022, then declined by 11.49% to $2.3 billion in 2023, then retreated by 20.32% to $1.9 billion in 2024, then declined by 0.61% to $1.8 billion in 2025, then retreated by 0.15% to $1.8 billion in 2026.
- The last three Shares Outstanding (Entity) figures came in at $1.8 billion (Q2 2026), $1.8 billion (Q1 2026), and $1.8 billion (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Shares Outstanding (Qtr) |
|---|---|---|---|---|---|
| 1 | Investview | 47.95 Bn | 47.95 Bn | -199,485.00 | 1.85 Bn |
| 2 | Infosys | 43.60 Bn | 43.65 Bn | 1.60 Bn | 4.11 Bn |
| 3 | Cognizant Technology Solutions | 26.73 Bn | 25.68 Bn | 1.83 Bn | 466.00 Mn |
| 4 | Td Synnex | 23.02 Bn | 21.93 Bn | 1.34 Bn | 79.56 Mn |
| 5 | Cdw | 18.31 Bn | 17.95 Bn | 1.32 Bn | 127.00 Mn |
| 6 | Cgi | 13.55 Bn | 12.97 Bn | - | 222.69 Mn |
| 7 | Arrow Electronics | 11.54 Bn | 11.37 Bn | 1.13 Bn | 51.31 Mn |
| 8 | Avnet | 8.30 Bn | 8.15 Bn | 865.03 Mn | 82.16 Mn |
| 9 | Ingram Micro Holding | 6.43 Bn | 5.62 Bn | 958.68 Mn | 231.45 Mn |
| 10 | EPAM Systems | 5.68 Bn | 4.89 Bn | 429.57 Mn | 52.20 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 1.85 Bn |
| Mar 31, 2026 | 1.85 Bn |
| Dec 31, 2025 | 1.85 Bn |
| Sep 30, 2025 | 1.85 Bn |
| Jun 30, 2025 | 1.86 Bn |
| Mar 31, 2025 | 1.86 Bn |
| Dec 31, 2024 | 1.91 Bn |
| Sep 30, 2024 | 1.86 Bn |
| Jun 30, 2024 | 1.86 Bn |
| Mar 31, 2024 | 2.05 Bn |
| Dec 31, 2023 | 2.56 Bn |
| Sep 30, 2023 | 2.63 Bn |
| Jun 30, 2023 | 2.64 Bn |
| Mar 31, 2023 | 2.64 Bn |
| Dec 31, 2022 | 2.68 Bn |
| Sep 30, 2022 | 2.64 Bn |
| Jun 30, 2022 | 2.71 Bn |
| Mar 31, 2022 | 2.72 Bn |
| Dec 31, 2021 | 2.99 Bn |
| Sep 30, 2021 | 2.99 Bn |
Investview Shares Outstanding API
Pull this series into your own models, spreadsheets and apps with the Business Quant
Historical Metrics API. The request below matches the chart above — change the
frequency, period or values and it follows. Swap YOUR_API_KEY for your own key.
https://data.businessquant.com/historic?slug=shares-outstanding&ticker=INVUP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "shares-outstanding", "ticker": "INVUP", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=shares-outstanding&ticker=INVUP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();