Nutanix (NTNX) Invested Capital (2016 - 2023)
Nutanix (NTNX) posted Invested Capital of -$707.4 million for Q3 2023, up 10.35% sequentially from -$789.1 million in Q2 2023, and down 7.99% on a YoY basis from -$768.9 million in Q3 2022.
Nutanix (NTNX) Invested Capital (2016 - 2023) Analysis & Trends
Nutanix has disclosed Invested Capital across 6 years of filings, most recently posting -$707.4 million for Q3 2023.
- On a quarterly basis, Invested Capital fell 7.99% year-over-year to -$707.4 million in Q3 2023; TTM through Jul 2023 was -$707.4 million, a 7.99% decrease from a year earlier, with the FY2023 full-year figure at -$707.4 million, down 7.99% from the prior year.
- Invested Capital was -$707.4 million for Q3 2023 at Nutanix, up from -$789.1 million in the prior quarter.
- Over the last five years, Invested Capital for NTNX reached as high as -$586.5 million in Q2 2022 and fell as low as -$1.0 billion in Q3 2021.
- The 3-year median for Invested Capital is -$681.8 million (2022), against an average of -$723.5 million.
- The widest annual swing landed in 2022, when Invested Capital surged 35.84%; it then slumped 34.53% in 2023.
- Tracing NTNX's Invested Capital over 3 years: stood at -$1.0 billion in 2021, then soared by 35.73% to -$656.2 million in 2022, then dropped by 7.81% to -$707.4 million in 2023.
- Per Business Quant data, the three most recent Invested Capital figures were -$707.4 million in Q3 2023, -$789.1 million in Q2 2023, and -$782.7 million in Q1 2023.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Invested Cap. (Qtr) |
|---|---|---|---|---|---|
| 1 | Microsoft | 3,833.59 Bn | 3,756.75 Bn | 60.48 Bn | 482.68 Bn |
| 2 | International Business Machines | 212.47 Bn | 163.37 Bn | 9.91 Bn | 96.53 Bn |
| 3 | Cloudflare | 112.40 Bn | 95.93 Bn | 499.52 Mn | 2.91 Bn |
| 4 | Equinix | 99.47 Bn | 88.02 Bn | 1.40 Bn | 34.07 Bn |
| 5 | Nebius | 60.05 Bn | 33.48 Bn | 448.70 Mn | 18.89 Bn |
| 6 | CoreWeave | 48.26 Bn | 35.35 Bn | 1.70 Bn | 8.69 Bn |
| 7 | Verisign | 25.97 Bn | 23.18 Bn | 384.60 Mn | 80.30 Mn |
| 8 | Nutanix | 18.41 Bn | 10.09 Bn | 651.35 Mn | - |
| 9 | Akamai Technologies | 16.36 Bn | 9.77 Bn | 613.75 Mn | 6.45 Bn |
| 10 | DigitalOcean Holdings | 14.67 Bn | 12.67 Bn | 154.66 Mn | 1.85 Bn |
Historic Data
| Date | Value |
|---|---|
| Jul 31, 2023 | -707.42 Mn |
| Apr 30, 2023 | -789.07 Mn |
| Jan 31, 2023 | -782.68 Mn |
| Oct 31, 2022 | -656.18 Mn |
| Jul 31, 2022 | -655.05 Mn |
| Apr 30, 2022 | -586.55 Mn |
| Jan 31, 2022 | -590.09 Mn |
| Jul 31, 2021 | -1.02 Bn |
| Oct 31, 2018 | 868.06 Mn |
| Jul 31, 2018 | 756.38 Mn |
| Jul 31, 2017 | 217.06 Mn |
| Apr 30, 2017 | 95.24 Mn |
| Jan 31, 2017 | 131.88 Mn |
| Oct 31, 2016 | 171.66 Mn |
| Jul 31, 2016 | -212.57 Mn |
Nutanix Invested Capital 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=invested-capital&ticker=NTNX&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "invested-capital", "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=invested-capital&ticker=NTNX&period=max&api_key=YOUR_API_KEY");
const data = await res.json();