Nebius (NBIS) EBIT (2010 - 2026)
Nebius' (NBIS) quarterly EBIT came in at -$175.9 million in Q2 2026, down 58.18% year-over-year from -$420.6 million in Q2 2025, and down 37.42% quarter-over-quarter from -$128.0 million in Q1 2026.
Nebius (NBIS) EBIT (2010 - 2026) Analysis & Trends
Nebius has disclosed EBIT across 17 years of filings, most recently posting -$175.9 million for Q2 2026.
- In Q2 2026, EBIT fell 58.18% year-over-year to -$175.9 million; the TTM figure through Jun 2026 stood at -$668.6 million (down 49.04% YoY), while the FY2025 annual figure was -$611.7 million, down 53.08% from the prior year.
- EBIT came in at -$175.9 million for Q2 2026 at Nebius, down from -$128.0 million in the prior quarter.
- In the past five years, EBIT ranged from a high of $8.7 billion in Q2 2022 to a low of -$12.4 billion in Q1 2022.
- Average EBIT over 5 years is $167.5 million, with a median of -$111.2 million recorded in 2025.
- The largest YoY upside for EBIT was 335.38% in 2022 against a maximum downside of 4556.93% in 2022.
- Over 5 years, EBIT stood at $6.1 billion in 2022, then sank by 101.53% to -$93.5 million in 2023, then tumbled by 45.99% to -$136.5 million in 2024, then tumbled by 71.79% to -$234.5 million in 2025, then climbed by 24.99% to -$175.9 million in 2026.
- Per Business Quant data, the three most recent EBIT figures were -$175.9 million in Q2 2026, -$128.0 million in Q1 2026, and -$234.5 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | EBIT (Qtr) |
|---|---|---|---|---|---|
| 1 | Microsoft | 3,717.88 Bn | 3,585.13 Bn | 60.48 Bn | 40.60 Bn |
| 2 | International Business Machines | 219.37 Bn | 208.10 Bn | 9.91 Bn | 2.62 Bn |
| 3 | Cloudflare | 113.46 Bn | 109.29 Bn | 499.52 Mn | -205.70 Mn |
| 4 | Equinix | 102.39 Bn | 100.19 Bn | 1.40 Bn | 665.00 Mn |
| 5 | Nebius | 57.34 Bn | 49.30 Bn | 448.70 Mn | -175.90 Mn |
| 6 | CoreWeave | 47.88 Bn | 42.34 Bn | 1.70 Bn | -49.00 Mn |
| 7 | Verisign | 26.51 Bn | 25.48 Bn | 384.60 Mn | 296.30 Mn |
| 8 | Nutanix | 18.85 Bn | 16.49 Bn | 651.35 Mn | 69.99 Mn |
| 9 | Akamai Technologies | 17.01 Bn | 13.65 Bn | 613.75 Mn | 80.28 Mn |
| 10 | DigitalOcean Holdings | 14.83 Bn | 14.06 Bn | 154.66 Mn | 29.37 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -175.90 Mn |
| Mar 31, 2026 | -128.00 Mn |
| Dec 31, 2025 | -234.50 Mn |
| Sep 30, 2025 | -130.20 Mn |
| Jun 30, 2025 | -111.20 Mn |
| Mar 31, 2025 | -120.30 Mn |
| Dec 31, 2024 | -136.50 Mn |
| Sep 30, 2024 | -80.60 Mn |
| Jun 30, 2024 | -112.20 Mn |
| Mar 31, 2024 | -82.90 Mn |
| Dec 31, 2023 | -93.50 Mn |
| Sep 30, 2023 | -77.60 Mn |
| Jun 30, 2023 | -78.40 Mn |
| Mar 31, 2023 | 1.97 Bn |
| Dec 31, 2022 | 6.13 Bn |
| Jun 30, 2022 | 8.75 Bn |
| Mar 31, 2022 | -12.43 Bn |
| Dec 31, 2021 | -2.60 Bn |
| Sep 30, 2021 | -5.68 Bn |
| Jun 30, 2021 | -4.72 Bn |
Nebius EBIT 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=ebit&ticker=NBIS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ebit", "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=ebit&ticker=NBIS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();