Nebius (NBIS) Net Margin (2010 - 2026)
Nebius' (NBIS) quarterly Net Margin came in at 2.47% in Q2 2026, down 8164.0% year-over-year from 0.03% in Q2 2025, and down 220.16% quarter-over-quarter from 2.06% in Q1 2026.
Nebius (NBIS) Net Margin (2010 - 2026) Analysis & Trends
Nebius has disclosed Net Margin across 17 years of filings, most recently posting 2.47% for Q2 2026.
- In Q2 2026, Net Margin fell 8164.0% year-over-year to 2.47%; the TTM figure through Jun 2026 stood at 24.23% (up 263.0% YoY), while the FY2025 annual figure was 28.4%, up 2706.0% from the prior year.
- Net Margin came in at 2.47% for Q2 2026 at Nebius, down from 2.06% in the prior quarter.
- In the past five years, Net Margin ranged from a high of 302744.68% in Q2 2023 to a low of 94358.21% in Q4 2023.
- Average Net Margin over 5 years is 27540.04%, with a median of 1.71% recorded in 2024.
- Year-over-year, Net Margin jumped 30273978 bps in 2023 and slumped 30350640 bps in 2024.
- Over 5 years, Net Margin stood at 3.01% in 2022, then plunged by 3138606 bps to 94358.21% in 2023, then jumped by 100 bps to 378.41% in 2024, then jumped by 71 bps to 109.62% in 2025, then soared by 98 bps to 2.47% in 2026.
- Per Business Quant data, the three most recent Net Margin figures were 2.47% in Q2 2026, 2.06% in Q1 2026, and 109.62% in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Net Margin (Qtr) |
|---|---|---|---|---|---|
| 1 | Microsoft | 3,717.88 Bn | 3,585.13 Bn | 60.48 Bn | 36.78% |
| 2 | International Business Machines | 219.37 Bn | 208.10 Bn | 9.91 Bn | 12.62% |
| 3 | Cloudflare | 113.46 Bn | 109.29 Bn | 499.52 Mn | -24.42% |
| 4 | Equinix | 102.39 Bn | 100.19 Bn | 1.40 Bn | 18.17% |
| 5 | Nebius | 57.34 Bn | 49.30 Bn | 448.70 Mn | -2.47% |
| 6 | CoreWeave | 47.88 Bn | 42.34 Bn | 1.70 Bn | -24.31% |
| 7 | Verisign | 26.51 Bn | 25.48 Bn | 384.60 Mn | 49.82% |
| 8 | Nutanix | 18.85 Bn | 16.49 Bn | 651.35 Mn | 167.70% |
| 9 | Akamai Technologies | 17.01 Bn | 13.65 Bn | 613.75 Mn | 7.22% |
| 10 | DigitalOcean Holdings | 14.83 Bn | 14.06 Bn | 154.66 Mn | 12.60% |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -2.47% |
| Mar 31, 2026 | 2.06% |
| Dec 31, 2025 | -109.62% |
| Sep 30, 2025 | -0.14% |
| Jun 30, 2025 | 79.17% |
| Mar 31, 2025 | -20.71% |
| Dec 31, 2024 | -378.41% |
| Sep 30, 2024 | -155.17% |
| Jun 30, 2024 | -761.72% |
| Mar 31, 2024 | 106,280.70% |
| Dec 31, 2023 | -94,358.21% |
| Sep 30, 2023 | 153,620.00% |
| Jun 30, 2023 | 302,744.68% |
| Mar 31, 2023 | 1,138.83% |
| Dec 31, 2022 | 3.01% |
| Jun 30, 2022 | 4.90% |
| Mar 31, 2022 | -13.61% |
| Dec 31, 2021 | -4.01% |
| Sep 30, 2021 | -3.71% |
| Jun 30, 2021 | -4.77% |
Nebius Net Margin 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=net-margin&ticker=NBIS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-margin", "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=net-margin&ticker=NBIS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();