Nebius (NBIS) Cash from Financing Activities (2010 - 2026)
Nebius' (NBIS) quarterly Cash from Financing Activities came in at $2.9 billion in Q2 2026, up 186.49% year-over-year from $1000.0 million in Q2 2025, and down 54.49% quarter-over-quarter from $6.3 billion in Q1 2026.
Nebius (NBIS) Cash from Financing Activities (2010 - 2026) Analysis & Trends
Nebius has disclosed Cash from Financing Activities across 17 years of filings, most recently posting $2.9 billion for Q2 2026.
- In Q2 2026, Cash from Financing Activities rose 186.49% year-over-year to $2.9 billion; the TTM figure through Jun 2026 stood at $13.5 billion (up 812.61% YoY), while the FY2025 annual figure was $5.1 billion, up 520.9% from the prior year.
- Cash from Financing Activities came in at $2.9 billion for Q2 2026 at Nebius, down from $6.3 billion in the prior quarter.
- In the past five years, Cash from Financing Activities ranged from a high of $23.9 billion in Q3 2023 to a low of -$42.8 billion in Q2 2023.
- Average Cash from Financing Activities over 5 years is $712.0 million, with a median of $106.4 million recorded in 2025.
- Year-over-year, Cash from Financing Activities slumped 10512.16% in 2023 and soared 323223.08% in 2025.
- Over 5 years, Cash from Financing Activities stood at -$704.0 million in 2022, then soared by 50.09% to -$351.4 million in 2023, then soared by 287.39% to $658.5 million in 2024, then tumbled by 83.84% to $106.4 million in 2025, then soared by 2592.58% to $2.9 billion in 2026.
- Per Business Quant data, the three most recent Cash from Financing Activities figures were $2.9 billion in Q2 2026, $6.3 billion in Q1 2026, and $106.4 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Financing (Qtr) |
|---|---|---|---|---|---|
| 1 | Microsoft | 3,717.88 Bn | 3,585.13 Bn | 60.48 Bn | -11.78 Bn |
| 2 | International Business Machines | 219.37 Bn | 208.10 Bn | 9.91 Bn | -5.73 Bn |
| 3 | Cloudflare | 113.46 Bn | 109.29 Bn | 499.52 Mn | 5.79 Mn |
| 4 | Equinix | 102.39 Bn | 100.19 Bn | 1.40 Bn | -355.00 Mn |
| 5 | Nebius | 57.34 Bn | 49.30 Bn | 448.70 Mn | 2.86 Bn |
| 6 | CoreWeave | 47.88 Bn | 42.34 Bn | 1.70 Bn | 10.07 Bn |
| 7 | Verisign | 26.51 Bn | 25.48 Bn | 384.60 Mn | 263.50 Mn |
| 8 | Nutanix | 18.85 Bn | 16.49 Bn | 651.35 Mn | 70.80 Mn |
| 9 | Akamai Technologies | 17.01 Bn | 13.65 Bn | 613.75 Mn | 2.78 Bn |
| 10 | DigitalOcean Holdings | 14.83 Bn | 14.06 Bn | 154.66 Mn | 4.81 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 2.86 Bn |
| Mar 31, 2026 | 6.30 Bn |
| Dec 31, 2025 | 106.40 Mn |
| Sep 30, 2025 | 4.20 Bn |
| Jun 30, 2025 | 1.00 Bn |
| Mar 31, 2025 | -181.50 Mn |
| Dec 31, 2024 | 658.50 Mn |
| Sep 30, 2024 | -1.30 Mn |
| Dec 31, 2023 | -351.40 Mn |
| Sep 30, 2023 | 23.92 Bn |
| Jun 30, 2023 | -42.77 Bn |
| Mar 31, 2023 | 19.57 Bn |
| Dec 31, 2022 | -704.00 Mn |
| Jun 30, 2022 | -403.00 Mn |
| Mar 31, 2022 | -3.53 Bn |
| Dec 31, 2021 | -16.11 Bn |
| Sep 30, 2021 | -68.15 Bn |
| Jun 30, 2021 | -374.00 Mn |
| Mar 31, 2021 | -214.00 Mn |
| Dec 31, 2020 | 1.08 Bn |
Nebius Cash from Financing Activities 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=cash-from-financing-activities&ticker=NBIS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-financing-activities", "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=cash-from-financing-activities&ticker=NBIS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();