Nebius (NBIS) Treasury Shares (2013 - 2026)
Nebius' (NBIS) quarterly Treasury Shares came in at $1.1 billion in Q4 2025, down 45.34% year-over-year from $2.0 billion in Q4 2024, and down 45.34% quarter-over-quarter from $2.0 billion in Q4 2024.
Nebius (NBIS) Treasury Shares (2013 - 2026) Analysis & Trends
Nebius has disclosed Treasury Shares across 13 years of filings, most recently posting $1.1 billion for Q4 2025.
- In Q4 2025, Treasury Shares fell 45.34% year-over-year to $1.1 billion; the TTM figure through Dec 2025 stood at $1.1 billion (down 45.34% YoY), while the FY2025 annual figure was $1.1 billion, down 45.34% from the prior year.
- Treasury Shares came in at $1.1 billion for Q4 2025 at Nebius, down from $2.0 billion in the prior quarter.
- In the past five years, Treasury Shares ranged from a high of $2.8 billion in Q2 2026 to a low of -$2.3 billion in Q3 2024.
- Average Treasury Shares over 5 years is -$861.9 million, with a median of -$1.4 billion recorded in 2022.
- Year-over-year, Treasury Shares soared 47559.13% in 2021 and plunged 45.34% in 2025.
- Over 5 years, Treasury Shares stood at $37.6 million in 2021, then sank by 40.8% to $22.2 million in 2022, then plunged by 32.47% to $15.0 million in 2023, then soared by 13006.74% to $2.0 billion in 2024, then sank by 45.34% to $1.1 billion in 2025.
- Per Business Quant data, the three most recent Treasury Shares figures were $1.1 billion in Q4 2025, $2.0 billion in Q4 2024, and $15.0 million in Q4 2023.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Treasury Shares (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 | 1.35 Bn |
| 3 | Cloudflare | 113.46 Bn | 109.29 Bn | 499.52 Mn | - |
| 4 | Equinix | 102.39 Bn | 100.19 Bn | 1.40 Bn | 60,000.00 |
| 5 | Nebius | 57.34 Bn | 49.30 Bn | 448.70 Mn | 2.85 Bn |
| 6 | CoreWeave | 47.88 Bn | 42.34 Bn | 1.70 Bn | 7.00 Mn |
| 7 | Verisign | 26.51 Bn | 25.48 Bn | 384.60 Mn | 700,000.00 |
| 8 | Nutanix | 18.85 Bn | 16.49 Bn | 651.35 Mn | - |
| 9 | Akamai Technologies | 17.01 Bn | 13.65 Bn | 613.75 Mn | 9.81 Mn |
| 10 | DigitalOcean Holdings | 14.83 Bn | 14.06 Bn | 154.66 Mn | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 2.85 Bn |
| Jun 30, 2026 | 2.85 Bn |
| Mar 31, 2026 | -1.06 Bn |
| Mar 31, 2026 | -1.06 Bn |
| Dec 31, 2025 | -1.08 Bn |
| Dec 31, 2025 | -1.08 Bn |
| Dec 31, 2025 | 1.08 Bn |
| Dec 31, 2025 | 1.08 Bn |
| Jun 30, 2025 | -1.92 Bn |
| Jun 30, 2025 | -1.92 Bn |
| Mar 31, 2025 | -1.93 Bn |
| Mar 31, 2025 | -1.93 Bn |
| Dec 31, 2024 | 126.29 Mn |
| Dec 31, 2024 | 1.97 Bn |
| Dec 31, 2024 | 1.97 Bn |
| Dec 31, 2024 | 126.29 Mn |
| Sep 30, 2024 | -2.30 Bn |
| Sep 30, 2024 | -2.30 Bn |
| Jun 30, 2024 | -950.80 Mn |
| Jun 30, 2024 | -950.80 Mn |
Nebius Treasury Shares 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=treasury-shares&ticker=NBIS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "treasury-shares", "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=treasury-shares&ticker=NBIS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();