Nebius (NBIS) Non Operating Interest Expenses (2016 - 2026)
Nebius' (NBIS) quarterly Non Operating Interest Expenses came in at -$119.1 million in Q2 2026, down 2381.25% year-over-year from $5.2 million in Q2 2025, and down 86.97% quarter-over-quarter from -$63.7 million in Q1 2026.
Nebius (NBIS) Non Operating Interest Expenses (2016 - 2026) Analysis & Trends
Nebius has disclosed Non Operating Interest Expenses across 11 years of filings, most recently posting -$119.1 million for Q2 2026.
- In Q2 2026, Non Operating Interest Expenses fell 2381.25% year-over-year to -$119.1 million; the TTM figure through Jun 2026 stood at -$235.8 million (up 98.37% YoY), while the FY2025 annual figure was -$61.5 million, changed N/A from the prior year.
- Non Operating Interest Expenses came in at -$119.1 million for Q2 2026 at Nebius, down from -$63.7 million in the prior quarter.
- In the past five years, Non Operating Interest Expenses ranged from a high of -$4.8 million in Q2 2025 to a low of -$6.7 billion in Q1 2024.
- Average Non Operating Interest Expenses over 5 years is -$1.6 billion, with a median of -$888.0 million recorded in 2022.
- Year-over-year, Non Operating Interest Expenses climbed 21.82% in 2022 and sank 2381.25% in 2026.
- Over 5 years, Non Operating Interest Expenses stood at -$888.0 million in 2022, then tumbled by 343.24% to -$3.9 billion in 2023, then slumped by 71.47% to -$6.7 billion in 2024, then soared by 99.43% to -$38.3 million in 2025, then plunged by 210.97% to -$119.1 million in 2026.
- Per Business Quant data, the three most recent Non Operating Interest Expenses figures were -$119.1 million in Q2 2026, -$63.7 million in Q1 2026, and -$38.3 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Non Operating Interest Expenses (Qtr) |
|---|---|---|---|---|---|
| 1 | Microsoft | 3,717.88 Bn | 3,585.13 Bn | 60.48 Bn | 839.00 Mn |
| 2 | International Business Machines | 219.37 Bn | 208.10 Bn | 9.91 Bn | 486.00 Mn |
| 3 | Cloudflare | 113.46 Bn | 109.29 Bn | 499.52 Mn | 3.09 Mn |
| 4 | Equinix | 102.39 Bn | 100.19 Bn | 1.40 Bn | 151.00 Mn |
| 5 | Nebius | 57.34 Bn | 49.30 Bn | 448.70 Mn | -119.10 Mn |
| 6 | CoreWeave | 47.88 Bn | 42.34 Bn | 1.70 Bn | - |
| 7 | Verisign | 26.51 Bn | 25.48 Bn | 384.60 Mn | 19.20 Mn |
| 8 | Nutanix | 18.85 Bn | 16.49 Bn | 651.35 Mn | - |
| 9 | Akamai Technologies | 17.01 Bn | 13.65 Bn | 613.75 Mn | 9.08 Mn |
| 10 | DigitalOcean Holdings | 14.83 Bn | 14.06 Bn | 154.66 Mn | 7.46 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -119.10 Mn |
| Mar 31, 2026 | -63.70 Mn |
| Dec 31, 2025 | -38.30 Mn |
| Sep 30, 2025 | -14.70 Mn |
| Jun 30, 2025 | -4.80 Mn |
| Mar 31, 2024 | -6.75 Bn |
| Dec 31, 2023 | -3.94 Bn |
| Sep 30, 2023 | -3.78 Bn |
| Jun 30, 2023 | -1.97 Bn |
| Mar 31, 2023 | -1.17 Bn |
| Dec 31, 2022 | -888.00 Mn |
| Jun 30, 2022 | -1.11 Bn |
| Mar 31, 2022 | -620.00 Mn |
| Dec 31, 2021 | -1.12 Bn |
| Sep 30, 2021 | -938.00 Mn |
| Jun 30, 2021 | -861.00 Mn |
| Mar 31, 2021 | -793.00 Mn |
| Dec 31, 2020 | -747.00 Mn |
| Sep 30, 2020 | -723.00 Mn |
| Jun 30, 2020 | -678.00 Mn |
Nebius Non Operating Interest Expenses 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=non-operating-interest-expenses&ticker=NBIS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-operating-interest-expenses", "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=non-operating-interest-expenses&ticker=NBIS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();