Investview (INVUP) Net Income towards Common Stockholders (2010 - 2026)
Investview's (INVUP) quarterly Net Income towards Common Stockholders came in at -$306374.0 in Q2 2026, down 238.84% year-over-year from $220662.0 in Q2 2025, and up 92.52% quarter-over-quarter from -$4.1 million in Q1 2026.
Investview (INVUP) Net Income towards Common Stockholders (2010 - 2026) Analysis & Trends
Investview (INVUP) has reported Net Income towards Common Stockholders for 17 consecutive years, with -$306374.0 the latest figure, recorded in Q2 2026.
- On a quarterly basis, Net Income towards Common Stockholders fell 238.84% year-over-year to -$306374.0 in Q2 2026; TTM through Jun 2026 was -$13.5 million, a 543.88% decrease from a year earlier, with the FY2025 full-year figure at -$9.7 million, down 2717.43% from the prior year.
- Net Income towards Common Stockholders was -$306374.0 for Q2 2026 at Investview, up from -$4.1 million in the prior quarter.
- Over five years, Net Income towards Common Stockholders peaked at $1.8 million in Q3 2023 and troughed at -$15.0 million in Q4 2022.
- A 5-year average of -$1.6 million and a median of -$386528.0 in 2023 frame the typical range for Net Income towards Common Stockholders.
- Across the five-year window, Net Income towards Common Stockholders soared 621.52% in 2024 and tumbled 1872.21% in 2025, its largest moves.
- Over 5 years, Net Income towards Common Stockholders stood at -$15.0 million in 2022, then surged by 97.42% to -$386528.0 in 2023, then decreased by 4.99% to -$405805.0 in 2024, then plunged by 1872.21% to -$8.0 million in 2025, then jumped by 96.17% to -$306374.0 in 2026.
- The last three Net Income towards Common Stockholders figures came in at -$306374.0 (Q2 2026), -$4.1 million (Q1 2026), and -$8.0 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Net Income (Qtr) |
|---|---|---|---|---|---|
| 1 | Investview | 47.95 Bn | 47.95 Bn | -199,485.00 | -306,374.00 |
| 2 | Infosys | 43.60 Bn | 43.65 Bn | 1.60 Bn | 821.25 Mn |
| 3 | Cognizant Technology Solutions | 26.73 Bn | 25.68 Bn | 1.83 Bn | 644.00 Mn |
| 4 | Td Synnex | 23.02 Bn | 21.93 Bn | 1.34 Bn | 334.09 Mn |
| 5 | Cdw | 18.31 Bn | 17.95 Bn | 1.32 Bn | 273.90 Mn |
| 6 | Cgi | 13.55 Bn | 12.97 Bn | - | 336.31 Mn |
| 7 | Arrow Electronics | 11.54 Bn | 11.37 Bn | 1.13 Bn | 272.84 Mn |
| 8 | Avnet | 8.30 Bn | 8.15 Bn | 865.03 Mn | 126.58 Mn |
| 9 | Ingram Micro Holding | 6.43 Bn | 5.62 Bn | 958.68 Mn | 110.87 Mn |
| 10 | EPAM Systems | 5.68 Bn | 4.89 Bn | 429.57 Mn | 102.98 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -306,374.00 |
| Mar 31, 2026 | -4.10 Mn |
| Dec 31, 2025 | -8.00 Mn |
| Sep 30, 2025 | -1.06 Mn |
| Jun 30, 2025 | 220,662.00 |
| Mar 31, 2025 | -890,701.00 |
| Dec 31, 2024 | -405,805.00 |
| Sep 30, 2024 | -1.02 Mn |
| Jun 30, 2024 | 328,012.00 |
| Mar 31, 2024 | 1.47 Mn |
| Dec 31, 2023 | -386,528.00 |
| Sep 30, 2023 | 1.80 Mn |
| Jun 30, 2023 | 392,570.00 |
| Mar 31, 2023 | 203,059.00 |
| Dec 31, 2022 | -15.01 Mn |
| Sep 30, 2022 | -625,514.00 |
| Jun 30, 2022 | -304,543.00 |
| Sep 30, 2021 | -43.45 Mn |
| Jun 30, 2021 | 13.38 Mn |
| Mar 31, 2021 | 4.82 Mn |
Investview Net Income towards Common Stockholders 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=net-income-towards-common-stockholders&ticker=INVUP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-income-towards-common-stockholders", "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=net-income-towards-common-stockholders&ticker=INVUP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();