Nebius (NBIS) Convertible Debt (2013 - 2026)
Nebius' (NBIS) quarterly Convertible Debt came in at -$43.8 million in Q2 2026, little changed quarter-over-quarter from -$43.8 million in Q1 2026.
Nebius (NBIS) Convertible Debt (2013 - 2026) Analysis & Trends
Nebius has disclosed Convertible Debt across 11 years of filings, most recently posting -$43.8 million for Q2 2026.
- In Q2 2026, Convertible Debt changed N/A year-over-year to -$43.8 million; the TTM figure through Jun 2026 stood at -$43.8 million (changed N/A YoY), while the FY2025 annual figure was -$89.3 million, changed N/A from the prior year.
- Convertible Debt came in at -$43.8 million for Q2 2026 at Nebius, roughly flat from -$43.8 million in the prior quarter.
- In the past five years, Convertible Debt ranged from a high of $104.5 billion in Q1 2022 to a low of -$89.3 million in Q3 2025.
- Average Convertible Debt over 3 years is $20.8 billion, with a median of -$43.8 million recorded in 2026.
- The largest YoY upside for Convertible Debt was 21.66% in 2022 against a maximum downside of 21.66% in 2022.
- Over 3 years, Convertible Debt stood at $104.5 billion in 2022, then plunged by 100.09% to -$89.3 million in 2025, then surged by 50.95% to -$43.8 million in 2026.
- Per Business Quant data, the three most recent Convertible Debt figures were -$43.8 million in Q2 2026, -$43.8 million in Q1 2026, and -$89.3 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Microsoft | 3,717.88 Bn | 3,585.13 Bn | 60.48 Bn |
| 2 | International Business Machines | 219.37 Bn | 208.10 Bn | 9.91 Bn |
| 3 | Cloudflare | 113.46 Bn | 109.29 Bn | 499.52 Mn |
| 4 | Equinix | 102.39 Bn | 100.19 Bn | 1.40 Bn |
| 5 | Nebius | 57.34 Bn | 49.30 Bn | 448.70 Mn |
| 6 | CoreWeave | 47.88 Bn | 42.34 Bn | 1.70 Bn |
| 7 | Verisign | 26.51 Bn | 25.48 Bn | 384.60 Mn |
| 8 | Nutanix | 18.85 Bn | 16.49 Bn | 651.35 Mn |
| 9 | Akamai Technologies | 17.01 Bn | 13.65 Bn | 613.75 Mn |
| 10 | DigitalOcean Holdings | 14.83 Bn | 14.06 Bn | 154.66 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -43.80 Mn |
| Mar 31, 2026 | -43.80 Mn |
| Dec 31, 2025 | -89.30 Mn |
| Sep 30, 2025 | -89.30 Mn |
| Mar 31, 2022 | 104.46 Bn |
| Dec 31, 2021 | 1.18 Bn |
| Sep 30, 2021 | 83.55 Bn |
| Jun 30, 2021 | 82.59 Bn |
| Mar 31, 2021 | 85.86 Bn |
| Dec 31, 2020 | 1.09 Bn |
| Sep 30, 2020 | 89.28 Bn |
| Jun 30, 2020 | 77.89 Bn |
| Mar 31, 2020 | 86.03 Bn |
| Sep 30, 2018 | 20.90 Bn |
| Jun 30, 2018 | 19.81 Bn |
| Mar 31, 2018 | 17.90 Bn |
| Dec 31, 2017 | 305.60 Mn |
| Sep 30, 2017 | 17.79 Bn |
| Jun 30, 2017 | 17.95 Bn |
| Mar 31, 2017 | 17.17 Bn |
Nebius Convertible Debt 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=convertible-debt&ticker=NBIS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "convertible-debt", "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=convertible-debt&ticker=NBIS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();