Nebius (NBIS) EPS (Basic) (2010 - 2026)
Nebius' (NBIS) quarterly EPS (Basic) came in at -$0.06 in Q2 2026, down 120.02% year-over-year from $0.3 in Q2 2025, and down 275.37% quarter-over-quarter from $0.03 in Q1 2026.
Nebius (NBIS) EPS (Basic) (2010 - 2026) Analysis & Trends
Nebius has disclosed EPS (Basic) across 17 years of filings, most recently posting -$0.06 for Q2 2026.
- In Q2 2026, EPS (Basic) fell 120.02% year-over-year to -$0.06; the TTM figure through Jun 2026 stood at -$1.35 (down 534.33% YoY), while the FY2025 annual figure was $0.62, up 14187.3% from the prior year.
- EPS (Basic) came in at -$0.06 for Q2 2026 at Nebius, down from $0.03 in the prior quarter.
- In the past five years, EPS (Basic) ranged from a high of $38.66 in Q2 2023 to a low of -$39.8 in Q1 2022.
- Average EPS (Basic) over 5 years is $4.39, with a median of $0.0 recorded in 2024.
- Year-over-year, EPS (Basic) surged 239.78% in 2022 and slumped 17519.9% in 2025.
- Over 5 years, EPS (Basic) stood at $13.46 in 2022, then tumbled by 226.64% to -$17.05 in 2023, then soared by 97.22% to -$0.47 in 2024, then sank by 117.11% to -$1.03 in 2025, then jumped by 94.24% to -$0.06 in 2026.
- Per Business Quant data, the three most recent EPS (Basic) figures were -$0.06 in Q2 2026, $0.03 in Q1 2026, and -$1.03 in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | EPS (Basic) (Qtr) |
|---|---|---|---|---|---|
| 1 | Microsoft | 3,717.88 Bn | 3,585.13 Bn | 60.48 Bn | 4.46 |
| 2 | International Business Machines | 219.37 Bn | 208.10 Bn | 9.91 Bn | 2.30 |
| 3 | Cloudflare | 113.46 Bn | 109.29 Bn | 499.52 Mn | -0.48 |
| 4 | Equinix | 102.39 Bn | 100.19 Bn | 1.40 Bn | 4.84 |
| 5 | Nebius | 57.34 Bn | 49.30 Bn | 448.70 Mn | -0.06 |
| 6 | CoreWeave | 47.88 Bn | 42.34 Bn | 1.70 Bn | -1.14 |
| 7 | Verisign | 26.51 Bn | 25.48 Bn | 384.60 Mn | 2.38 |
| 8 | Nutanix | 18.85 Bn | 16.49 Bn | 651.35 Mn | 4.73 |
| 9 | Akamai Technologies | 17.01 Bn | 13.65 Bn | 613.75 Mn | 0.55 |
| 10 | DigitalOcean Holdings | 14.83 Bn | 14.06 Bn | 154.66 Mn | 0.34 |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -0.06 |
| Mar 31, 2026 | 0.03 |
| Dec 31, 2025 | -1.03 |
| Sep 30, 2025 | 0.00 |
| Jun 30, 2025 | 0.30 |
| Mar 31, 2025 | -0.04 |
| Dec 31, 2024 | -0.47 |
| Sep 30, 2024 | -0.13 |
| Jun 30, 2024 | -0.26 |
| Mar 31, 2024 | 32.67 |
| Dec 31, 2023 | -17.05 |
| Sep 30, 2023 | 20.87 |
| Jun 30, 2023 | 38.66 |
| Mar 31, 2023 | 11.64 |
| Dec 31, 2022 | 13.46 |
| Jun 30, 2022 | 15.91 |
| Mar 31, 2022 | -39.80 |
| Dec 31, 2021 | -12.22 |
| Sep 30, 2021 | -9.93 |
| Jun 30, 2021 | -11.38 |
Nebius EPS (Basic) 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=eps-basic&ticker=NBIS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "eps-basic", "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=eps-basic&ticker=NBIS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();