Nebius (NBIS) Capital Expenditures (2010 - 2026)
Nebius' (NBIS) quarterly Capital Expenditures came in at -$5.7 billion in Q2 2026, down 1007.99% year-over-year from $623.1 million in Q2 2025, and down 128.78% quarter-over-quarter from -$2.5 billion in Q1 2026.
Nebius (NBIS) Capital Expenditures (2010 - 2026) Analysis & Trends
Nebius has disclosed Capital Expenditures across 17 years of filings, most recently posting -$5.7 billion for Q2 2026.
- In Q2 2026, Capital Expenditures fell 1007.99% year-over-year to -$5.7 billion; the TTM figure through Jun 2026 stood at -$11.1 billion (down 577.68% YoY), while the FY2025 annual figure was -$4.1 billion, down 403.53% from the prior year.
- Capital Expenditures came in at -$5.7 billion for Q2 2026 at Nebius, down from -$2.5 billion in the prior quarter.
- In the past five years, Capital Expenditures ranged from a high of -$172.1 million in Q3 2024 to a low of -$38.6 billion in Q4 2023.
- Average Capital Expenditures over 5 years is -$10.0 billion, with a median of -$5.7 billion recorded in 2026.
- Year-over-year, Capital Expenditures jumped 99.36% in 2024 and sank 1007.99% in 2026.
- Over 5 years, Capital Expenditures stood at -$20.2 billion in 2022, then tumbled by 90.69% to -$38.6 billion in 2023, then jumped by 98.92% to -$417.5 million in 2024, then sank by 392.46% to -$2.1 billion in 2025, then plunged by 175.17% to -$5.7 billion in 2026.
- Per Business Quant data, the three most recent Capital Expenditures figures were -$5.7 billion in Q2 2026, -$2.5 billion in Q1 2026, and -$2.1 billion in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Capex (Qtr) |
|---|---|---|---|---|---|
| 1 | Microsoft | 3,717.88 Bn | 3,585.13 Bn | 60.48 Bn | 35.80 Bn |
| 2 | International Business Machines | 219.37 Bn | 208.10 Bn | 9.91 Bn | 229.00 Mn |
| 3 | Cloudflare | 113.46 Bn | 109.29 Bn | 499.52 Mn | 49.96 Mn |
| 4 | Equinix | 102.39 Bn | 100.19 Bn | 1.40 Bn | 1.58 Bn |
| 5 | Nebius | 57.34 Bn | 49.30 Bn | 448.70 Mn | -5.66 Bn |
| 6 | CoreWeave | 47.88 Bn | 42.34 Bn | 1.70 Bn | 6.42 Bn |
| 7 | Verisign | 26.51 Bn | 25.48 Bn | 384.60 Mn | 18.80 Mn |
| 8 | Nutanix | 18.85 Bn | 16.49 Bn | 651.35 Mn | 37.44 Mn |
| 9 | Akamai Technologies | 17.01 Bn | 13.65 Bn | 613.75 Mn | 144.93 Mn |
| 10 | DigitalOcean Holdings | 14.83 Bn | 14.06 Bn | 154.66 Mn | 33.69 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -5.66 Bn |
| Mar 31, 2026 | -2.47 Bn |
| Dec 31, 2025 | -2.06 Bn |
| Sep 30, 2025 | -955.50 Mn |
| Jun 30, 2025 | -510.60 Mn |
| Mar 31, 2025 | -543.90 Mn |
| Dec 31, 2024 | -417.50 Mn |
| Sep 30, 2024 | -172.10 Mn |
| Dec 31, 2023 | -38.61 Bn |
| Sep 30, 2023 | -26.86 Bn |
| Jun 30, 2023 | -18.42 Bn |
| Mar 31, 2023 | -6.75 Bn |
| Dec 31, 2022 | -20.25 Bn |
| Jun 30, 2022 | -7.70 Bn |
| Mar 31, 2022 | -17.98 Bn |
| Dec 31, 2021 | -18.88 Bn |
| Sep 30, 2021 | -8.50 Bn |
| Jun 30, 2021 | -13.69 Bn |
| Mar 31, 2021 | -3.56 Bn |
| Dec 31, 2020 | -7.18 Bn |
Nebius Capital Expenditures 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=capital-expenditures&ticker=NBIS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "capital-expenditures", "ticker": "NBIS", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=capital-expenditures&ticker=NBIS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();