Wise (WSE) Net Cash Flow (2024 - 2026)
Wise's (WSE) quarterly Net Cash Flow came in at $9.6 billion in Q2 2026, up 3380.28% quarter-over-quarter from $274.9 million in Q1 2026.
Wise (WSE) Net Cash Flow (2024 - 2026) Analysis & Trends
Wise has disclosed Net Cash Flow across 3 years of filings, most recently posting $9.6 billion for Q2 2026.
- In Q2 2026, Net Cash Flow changed N/A year-over-year to $9.6 billion; the TTM figure through Jun 2026 stood at $21.0 billion (changed N/A YoY), while the FY2026 annual figure was $9.0 billion, up 90.6% from the prior year.
- Net Cash Flow came in at $9.6 billion for Q2 2026 at Wise, up from $274.9 million in the prior quarter.
- In the past five years, Net Cash Flow ranged from a high of $9.6 billion in Q2 2026 to a low of $274.9 million in Q1 2026.
- Average Net Cash Flow over 3 years is $5.2 billion, with a median of $5.6 billion recorded in 2024.
- The largest YoY upside for Net Cash Flow was 52.31% in 2025 against a maximum downside of 52.31% in 2025.
- Over 3 years, Net Cash Flow stood at $4.4 billion in 2024, then surged by 52.31% to $6.7 billion in 2025, then jumped by 42.63% to $9.6 billion in 2026.
- Per Business Quant data, the three most recent Net Cash Flow figures were $9.6 billion in Q2 2026, $274.9 million in Q1 2026, and $6.7 billion in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | NCF (Qtr) |
|---|---|---|---|---|---|
| 1 | Visa | 654.57 Bn | 597.89 Bn | - | 172.00 Mn |
| 2 | Mastercard | 494.41 Bn | 454.33 Bn | - | 3.22 Bn |
| 3 | Wise | 14.26 Bn | -73.52 Bn | - | 9.02 Bn |
| 4 | Remitly Global | 4.52 Bn | 2.18 Bn | 307.34 Mn | 28.30 Mn |
| 5 | Western Union | 1.93 Bn | -2.08 Bn | 336.50 Mn | -120.60 Mn |
| 6 | International Money Express | 339.78 Mn | -280.36 Mn | - | -19.80 Mn |
| 7 | Currenc | 184.42 Mn | -42.51 Mn | 3.70 Mn | 24.55 Mn |
| 8 | Sentage Holdings | 4.80 Mn | 4.80 Mn | - | - |
| 9 | American Express | 208.41 Bn | 231.25 Mn | - | -8.51 Bn |
| 10 | Capital One Financial | 122.76 Bn | 122.76 Bn | - | -23.38 Bn |
Historic Data
| Date | Value |
|---|---|
| Jun 25, 2026 | 9.02 Bn |
| Mar 31, 2026 | -274.90 Mn |
| Dec 31, 2025 | 5.19 Bn |
| Dec 31, 2024 | 4.40 Bn |
Wise Net Cash Flow 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=net-cash-flow&ticker=WSE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-cash-flow", "ticker": "WSE", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=net-cash-flow&ticker=WSE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();