Nebius (NBIS) Cash from Operations (2010 - 2026)
Nebius' (NBIS) quarterly Cash from Operations came in at $2.2 billion in Q2 2026, up 1437.76% year-over-year from $146.1 million in Q2 2025, and down 0.53% quarter-over-quarter from $2.3 billion in Q1 2026.
Nebius (NBIS) Cash from Operations (2010 - 2026) Analysis & Trends
Nebius has disclosed Cash from Operations across 17 years of filings, most recently posting $2.2 billion for Q2 2026.
- In Q2 2026, Cash from Operations rose 1437.76% year-over-year to $2.2 billion; the TTM figure through Jun 2026 stood at $5.3 billion (up 1193.33% YoY), while the FY2025 annual figure was $401.9 million, up 248.91% from the prior year.
- Cash from Operations came in at $2.2 billion for Q2 2026 at Nebius, down from $2.3 billion in the prior quarter.
- In the past five years, Cash from Operations ranged from a high of $22.5 billion in Q1 2023 to a low of -$4.0 billion in Q1 2022.
- Average Cash from Operations over 5 years is $6.0 billion, with a median of $834.3 million recorded in 2025.
- Year-over-year, Cash from Operations plunged 147.3% in 2022 and surged 1437.76% in 2026.
- Over 5 years, Cash from Operations stood at -$1.6 billion in 2022, then soared by 841.21% to $11.9 billion in 2023, then slumped by 100.62% to -$73.1 million in 2024, then jumped by 1241.31% to $834.3 million in 2025, then surged by 169.22% to $2.2 billion in 2026.
- Per Business Quant data, the three most recent Cash from Operations figures were $2.2 billion in Q2 2026, $2.3 billion in Q1 2026, and $834.3 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Ops. (Qtr) |
|---|---|---|---|---|---|
| 1 | Microsoft | 3,717.88 Bn | 3,585.13 Bn | 60.48 Bn | 55.44 Bn |
| 2 | International Business Machines | 219.37 Bn | 208.10 Bn | 9.91 Bn | 2.60 Bn |
| 3 | Cloudflare | 113.46 Bn | 109.29 Bn | 499.52 Mn | 117.56 Mn |
| 4 | Equinix | 102.39 Bn | 100.19 Bn | 1.40 Bn | 1.07 Bn |
| 5 | Nebius | 57.34 Bn | 49.30 Bn | 448.70 Mn | 2.25 Bn |
| 6 | CoreWeave | 47.88 Bn | 42.34 Bn | 1.70 Bn | 679.00 Mn |
| 7 | Verisign | 26.51 Bn | 25.48 Bn | 384.60 Mn | 231.60 Mn |
| 8 | Nutanix | 18.85 Bn | 16.49 Bn | 651.35 Mn | 315.01 Mn |
| 9 | Akamai Technologies | 17.01 Bn | 13.65 Bn | 613.75 Mn | 326.27 Mn |
| 10 | DigitalOcean Holdings | 14.83 Bn | 14.06 Bn | 154.66 Mn | 109.97 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 2.25 Bn |
| Mar 31, 2026 | 2.26 Bn |
| Dec 31, 2025 | 834.30 Mn |
| Sep 30, 2025 | -80.60 Mn |
| Jun 30, 2025 | -167.90 Mn |
| Mar 31, 2025 | -184.10 Mn |
| Dec 31, 2024 | -73.10 Mn |
| Sep 30, 2024 | -55.80 Mn |
| Dec 31, 2023 | 11.85 Bn |
| Sep 30, 2023 | 22.35 Bn |
| Jun 30, 2023 | 13.55 Bn |
| Mar 31, 2023 | 22.52 Bn |
| Dec 31, 2022 | -1.60 Bn |
| Jun 30, 2022 | 20.88 Bn |
| Mar 31, 2022 | -4.05 Bn |
| Dec 31, 2021 | 3.40 Bn |
| Sep 30, 2021 | 2.20 Bn |
| Jun 30, 2021 | -4.87 Bn |
| Mar 31, 2021 | 8.56 Bn |
| Dec 31, 2020 | 6.14 Bn |
Nebius 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=NBIS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-operations", "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=cash-from-operations&ticker=NBIS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();