Investview (INVUP) Cash from Operations (2010 - 2026)
Investview's (INVUP) quarterly Cash from Operations came in at -$2.8 million in Q1 2026, up 16.68% year-over-year from -$2.4 million in Q1 2025, and down 374.19% quarter-over-quarter from -$592940.0 in Q4 2025.
Investview (INVUP) Cash from Operations (2010 - 2026) Analysis & Trends
Investview (INVUP) has reported Cash from Operations for 17 consecutive years, with -$2.8 million the latest figure, recorded in Q1 2026.
- On a quarterly basis, Cash from Operations rose 16.68% year-over-year to -$2.8 million in Q1 2026; TTM through Mar 2026 was -$3.1 million, a 153.81% decrease from a year earlier, with the FY2025 full-year figure at -$3.7 million, down 126.42% from the prior year.
- Cash from Operations was -$2.8 million for Q1 2026 at Investview, down from -$592940.0 in the prior quarter.
- Over five years, Cash from Operations peaked at $5.5 million in Q2 2024 and troughed at -$3.4 million in Q1 2025.
- A 5-year average of $1.2 million and a median of $978826.0 in 2024 frame the typical range for Cash from Operations.
- Across the five-year window, Cash from Operations soared 1303.96% in 2024 and plunged 170.31% in 2025, its largest moves.
- Over 5 years, Cash from Operations stood at $2.0 million in 2022, then slumped by 86.93% to $264870.0 in 2023, then soared by 269.55% to $978826.0 in 2024, then tumbled by 160.58% to -$592940.0 in 2025, then tumbled by 374.19% to -$2.8 million in 2026.
- The last three Cash from Operations figures came in at -$2.8 million (Q1 2026), -$592940.0 (Q4 2025), and $609252.0 (Q3 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Ops. (Qtr) |
|---|---|---|---|---|---|
| 1 | Investview | 47.95 Bn | 47.95 Bn | -199,485.00 | - |
| 2 | Infosys | 43.60 Bn | 43.65 Bn | 1.60 Bn | 1.26 Bn |
| 3 | Cognizant Technology Solutions | 26.73 Bn | 25.68 Bn | 1.83 Bn | 558.00 Mn |
| 4 | Td Synnex | 23.02 Bn | 21.93 Bn | 1.34 Bn | -265.61 Mn |
| 5 | Cdw | 18.31 Bn | 17.95 Bn | 1.32 Bn | -55.10 Mn |
| 6 | Cgi | 13.55 Bn | 12.97 Bn | - | 437.03 Mn |
| 7 | Arrow Electronics | 11.54 Bn | 11.37 Bn | 1.13 Bn | 318.35 Mn |
| 8 | Avnet | 8.30 Bn | 8.15 Bn | 865.03 Mn | -290.74 Mn |
| 9 | Ingram Micro Holding | 6.43 Bn | 5.62 Bn | 958.68 Mn | -533.22 Mn |
| 10 | EPAM Systems | 5.68 Bn | 4.89 Bn | 429.57 Mn | -2.42 Mn |
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2026 | -2.81 Mn |
| Dec 31, 2025 | -592,940.00 |
| Sep 30, 2025 | 609,252.00 |
| Jun 30, 2025 | -340,560.00 |
| Mar 31, 2025 | -3.37 Mn |
| Dec 31, 2024 | 978,826.00 |
| Sep 30, 2024 | 2.75 Mn |
| Jun 30, 2024 | 5.48 Mn |
| Mar 31, 2024 | 4.80 Mn |
| Dec 31, 2023 | 264,870.00 |
| Sep 30, 2023 | 1.81 Mn |
| Jun 30, 2023 | 4.39 Mn |
| Mar 31, 2023 | -398,653.00 |
| Dec 31, 2022 | 2.03 Mn |
| Sep 30, 2022 | 2.84 Mn |
| Sep 30, 2021 | 19.99 Mn |
| Jun 30, 2021 | 12.10 Mn |
| Mar 31, 2021 | 5.33 Mn |
| Dec 31, 2020 | 1.01 Mn |
| Sep 30, 2020 | -244,721.00 |
Investview Cash from Operations 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=cash-from-operations&ticker=INVUP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-operations", "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=cash-from-operations&ticker=INVUP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();