Investview (INVUP) Profit After Tax (2010 - 2026)
Investview's (INVUP) quarterly Profit After Tax came in at -$3.9 million in Q1 2026, down 465.82% year-over-year from $1.1 million in Q1 2025, and up 50.09% quarter-over-quarter from -$7.8 million in Q4 2025.
Investview (INVUP) Profit After Tax (2010 - 2026) Analysis & Trends
Investview (INVUP) has reported Profit After Tax for 17 consecutive years, with -$3.9 million the latest figure, recorded in Q1 2026.
- On a quarterly basis, Profit After Tax fell 465.82% year-over-year to -$3.9 million in Q1 2026; TTM through Mar 2026 was -$12.1 million, a 956.28% decrease from a year earlier, with the FY2025 full-year figure at -$8.9 million, down 800.93% from the prior year.
- Profit After Tax was -$3.9 million for Q1 2026 at Investview, up from -$7.8 million in the prior quarter.
- Over five years, Profit After Tax peaked at $2.0 million in Q3 2023 and troughed at -$14.8 million in Q4 2022.
- A 5-year average of -$1.5 million and a median of -$140973.0 in 2023 frame the typical range for Profit After Tax.
- Across the five-year window, Profit After Tax surged 699.15% in 2023 and sank 4198.37% in 2025, its largest moves.
- Over 5 years, Profit After Tax stood at -$14.8 million in 2022, then surged by 99.32% to -$100517.0 in 2023, then tumbled by 80.5% to -$181429.0 in 2024, then slumped by 4198.37% to -$7.8 million in 2025, then jumped by 50.09% to -$3.9 million in 2026.
- The last three Profit After Tax figures came in at -$3.9 million (Q1 2026), -$7.8 million (Q4 2025), and -$854143.0 (Q3 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | PAT (Qtr) |
|---|---|---|---|---|---|
| 1 | Investview | 47.95 Bn | 47.95 Bn | -199,485.00 | - |
| 2 | Infosys | 43.60 Bn | 43.65 Bn | 1.60 Bn | 879.00 Mn |
| 3 | Cognizant Technology Solutions | 26.73 Bn | 25.68 Bn | 1.83 Bn | 636.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 | 274.40 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 |
|---|---|
| Mar 31, 2026 | -3.89 Mn |
| Dec 31, 2025 | -7.80 Mn |
| Sep 30, 2025 | -854,143.00 |
| Jun 30, 2025 | 428,278.00 |
| Mar 31, 2025 | -687,853.00 |
| Dec 31, 2024 | -181,429.00 |
| Sep 30, 2024 | -810,648.00 |
| Jun 30, 2024 | 532,847.00 |
| Mar 31, 2024 | 1.67 Mn |
| Dec 31, 2023 | -100,517.00 |
| Sep 30, 2023 | 2.01 Mn |
| Jun 30, 2023 | 597,405.00 |
| Mar 31, 2023 | 407,894.00 |
| Dec 31, 2022 | -14.80 Mn |
| Sep 30, 2022 | -420,679.00 |
| Jun 30, 2022 | -99,708.00 |
| Sep 30, 2021 | -43.25 Mn |
| Jun 30, 2021 | 13.71 Mn |
| Mar 31, 2021 | 4.94 Mn |
| Dec 31, 2020 | 1.73 Mn |
Investview Profit After Tax 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=profit-after-tax&ticker=INVUP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "profit-after-tax", "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=profit-after-tax&ticker=INVUP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();