CoreWeave (CRWV) Cash from Financing Activities (2024 - 2026)
CoreWeave's (CRWV) quarterly Cash from Financing Activities came in at $10.1 billion in Q2 2026, up 351.61% year-over-year from $2.2 billion in Q2 2025, and up 157.31% quarter-over-quarter from $3.9 billion in Q1 2026.
CoreWeave (CRWV) Cash from Financing Activities (2024 - 2026) Analysis & Trends
CoreWeave has disclosed Cash from Financing Activities across 3 years of filings, most recently posting $10.1 billion for Q2 2026.
- In Q2 2026, Cash from Financing Activities rose 351.61% year-over-year to $10.1 billion; the TTM figure through Jun 2026 stood at $19.2 billion (up 121.09% YoY), while the FY2025 annual figure was $9.3 billion, up 24.71% from the prior year.
- Cash from Financing Activities came in at $10.1 billion for Q2 2026 at CoreWeave, up from $3.9 billion in the prior quarter.
- In the past five years, Cash from Financing Activities ranged from a high of $10.1 billion in Q2 2026 to a low of $919.5 million in Q1 2024.
- Average Cash from Financing Activities over 3 years is $3.1 billion, with a median of $2.1 billion recorded in 2024.
- Year-over-year, Cash from Financing Activities increased 4.08% in 2025 and jumped 351.61% in 2026.
- Over 3 years, Cash from Financing Activities stood at $3.4 billion in 2024, then rose by 4.08% to $3.5 billion in 2025, then surged by 185.39% to $10.1 billion in 2026.
- Per Business Quant data, the three most recent Cash from Financing Activities figures were $10.1 billion in Q2 2026, $3.9 billion in Q1 2026, and $3.5 billion 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 | 10.07 Bn |
| Mar 31, 2026 | 3.91 Bn |
| Dec 31, 2025 | 3.53 Bn |
| Sep 30, 2025 | 1.70 Bn |
| Jun 30, 2025 | 2.23 Bn |
| Mar 31, 2025 | 1.85 Bn |
| Dec 31, 2024 | 3.39 Bn |
| Sep 30, 2024 | 1.21 Bn |
| Jun 30, 2024 | 1.94 Bn |
| Mar 31, 2024 | 919.50 Mn |
CoreWeave 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=CRWV&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-financing-activities", "ticker": "CRWV", "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=CRWV&period=max&api_key=YOUR_API_KEY");
const data = await res.json();