Investview (INVUP) Net Income (2010 - 2026)
Investview's (INVUP) quarterly Net Income came in at -$306374.0 in Q2 2026, down 1267.99% year-over-year from $26231.0 in Q2 2025, and up 92.12% quarter-over-quarter from -$3.9 million in Q1 2026.
Investview (INVUP) Net Income (2010 - 2026) Analysis & Trends
Investview (INVUP) has reported Net Income for 17 consecutive years, with -$306374.0 the latest figure, recorded in Q2 2026.
- On a quarterly basis, Net Income fell 1267.99% year-over-year to -$306374.0 in Q2 2026; TTM through Jun 2026 was -$11.0 million, a 539.72% decrease from a year earlier, with the FY2025 full-year figure at -$7.1 million, down 695.1% from the prior year.
- Net Income was -$306374.0 for Q2 2026 at Investview, up from -$3.9 million in the prior quarter.
- Over five years, Net Income peaked at $2.0 million in Q3 2023 and troughed at -$11.8 million in Q4 2022.
- A 5-year average of -$1.2 million and a median of -$201723.0 in 2024 frame the typical range for Net Income.
- Across the five-year window, Net Income surged 699.15% in 2023 and sank 2860.6% in 2025, its largest moves.
- Over 5 years, Net Income stood at -$11.8 million in 2022, then jumped by 98.46% to -$181693.0 in 2023, then declined by 11.02% to -$201723.0 in 2024, then slumped by 2860.6% to -$6.0 million in 2025, then soared by 94.87% to -$306374.0 in 2026.
- The last three Net Income figures came in at -$306374.0 (Q2 2026), -$3.9 million (Q1 2026), and -$6.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 | -3.89 Mn |
| Dec 31, 2025 | -5.97 Mn |
| Sep 30, 2025 | -852,363.00 |
| Jun 30, 2025 | -22,396.00 |
| Mar 31, 2025 | -687,853.00 |
| Dec 31, 2024 | -201,723.00 |
| Sep 30, 2024 | -810,648.00 |
| Jun 30, 2024 | 532,847.00 |
| Mar 31, 2024 | 1.67 Mn |
| Dec 31, 2023 | -181,693.00 |
| Sep 30, 2023 | 2.01 Mn |
| Jun 30, 2023 | 597,405.00 |
| Mar 31, 2023 | 407,894.00 |
| Dec 31, 2022 | -11.83 Mn |
| Sep 30, 2022 | -420,679.00 |
| Jun 30, 2022 | -99,708.00 |
| Sep 30, 2021 | -43.39 Mn |
| Jun 30, 2021 | 13.71 Mn |
| Mar 31, 2021 | 5.08 Mn |
Investview Net Income 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&ticker=INVUP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-income", "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&ticker=INVUP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();