Nutanix (NTNX) Equity Average (2016 - 2026)
Nutanix (NTNX) posted Equity Average of -$11.5 million for Q3 2026, up 98.52% sequentially from -$778.4 million in Q2 2026, and up 98.36% on a YoY basis from -$5.8 million in Q3 2025.
Nutanix (NTNX) Equity Average (2016 - 2026) Analysis & Trends
Nutanix has disclosed Equity Average across 11 years of filings, most recently posting -$11.5 million for Q3 2026.
- On a quarterly basis, Equity Average rose 98.36% year-over-year to -$11.5 million in Q3 2026; TTM through Jul 2026 was -$11.5 million, a 98.36% increase from a year earlier, with the FY2026 full-year figure at $4.0 million, up 100.57% from the prior year.
- Equity Average was -$11.5 million for Q3 2026 at Nutanix, up from -$778.4 million in the prior quarter.
- Over the last five years, Equity Average for NTNX reached as high as -$11.5 million in Q3 2026 and fell as low as -$801.1 million in Q4 2022.
- The 5-year median for Equity Average is -$733.6 million (2022), against an average of -$688.3 million.
- The widest annual swing landed in 2022, when Equity Average tumbled 426.82%; it then soared 98.36% in 2026.
- Tracing NTNX's Equity Average over 5 years: stood at -$801.1 million in 2022, then increased by 15.77% to -$674.8 million in 2023, then fell by 4.73% to -$706.7 million in 2024, then rose by 3.56% to -$681.6 million in 2025, then soared by 98.31% to -$11.5 million in 2026.
- Per Business Quant data, the three most recent Equity Average figures were -$11.5 million in Q3 2026, -$778.4 million in Q2 2026, and -$750.0 million in Q1 2026.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Equity Avg. (Qtr) |
|---|---|---|---|---|---|
| 1 | Microsoft | 3,717.88 Bn | 3,585.13 Bn | 60.48 Bn | 428.38 Bn |
| 2 | International Business Machines | 219.37 Bn | 208.10 Bn | 9.91 Bn | 33.80 Bn |
| 3 | Cloudflare | 113.46 Bn | 109.29 Bn | 499.52 Mn | 1.57 Bn |
| 4 | Equinix | 102.39 Bn | 100.19 Bn | 1.40 Bn | 14.34 Bn |
| 5 | Nebius | 57.34 Bn | 49.30 Bn | 448.70 Mn | 8.79 Bn |
| 6 | CoreWeave | 47.88 Bn | 42.34 Bn | 1.70 Bn | 4.89 Bn |
| 7 | Verisign | 26.51 Bn | 25.48 Bn | 384.60 Mn | -2.23 Bn |
| 8 | Nutanix | 18.85 Bn | 16.49 Bn | 651.35 Mn | -11.52 Mn |
| 9 | Akamai Technologies | 17.01 Bn | 13.65 Bn | 613.75 Mn | 4.83 Bn |
| 10 | DigitalOcean Holdings | 14.83 Bn | 14.06 Bn | 154.66 Mn | 909.05 Mn |
Historic Data
| Date | Value |
|---|---|
| Jul 31, 2026 | -11.52 Mn |
| Apr 30, 2026 | -778.45 Mn |
| Jan 31, 2026 | -749.96 Mn |
| Oct 31, 2025 | -681.57 Mn |
| Jul 31, 2025 | -702.98 Mn |
| Apr 30, 2025 | -759.55 Mn |
| Jan 31, 2025 | -746.49 Mn |
| Oct 31, 2024 | -706.72 Mn |
| Jul 31, 2024 | -673.80 Mn |
| Apr 30, 2024 | -615.57 Mn |
| Jan 31, 2024 | -626.95 Mn |
| Oct 31, 2023 | -674.82 Mn |
| Jul 31, 2023 | -748.24 Mn |
| Apr 30, 2023 | -785.87 Mn |
| Jan 31, 2023 | -792.23 Mn |
| Oct 31, 2022 | -801.14 Mn |
| Jul 31, 2022 | -766.18 Mn |
| Apr 30, 2022 | -733.55 Mn |
| Jan 31, 2022 | -721.64 Mn |
| Oct 31, 2021 | -864.50 Mn |
Nutanix Equity Average 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=equity-average&ticker=NTNX&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "equity-average", "ticker": "NTNX", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=equity-average&ticker=NTNX&period=max&api_key=YOUR_API_KEY");
const data = await res.json();