Wise (WSE) Capital Expenditures (2024 - 2026)
Wise's (WSE) quarterly Capital Expenditures came in at -$19.6 million in Q2 2026, little changed quarter-over-quarter from -$19.6 million in Q1 2026.
Wise (WSE) Capital Expenditures (2024 - 2026) Analysis & Trends
Wise has disclosed Capital Expenditures across 3 years of filings, most recently posting -$19.6 million for Q2 2026.
- In Q2 2026, Capital Expenditures changed N/A year-over-year to -$19.6 million; the TTM figure through Jun 2026 stood at -$96.7 million (changed N/A YoY), while the FY2026 annual figure was -$19.6 million, up 55.56% from the prior year.
- Capital Expenditures came in at -$19.6 million for Q2 2026 at Wise, roughly flat from -$19.6 million in the prior quarter.
- In the past five years, Capital Expenditures ranged from a high of -$13.4 million in Q4 2024 to a low of -$44.1 million in Q4 2025.
- Average Capital Expenditures over 3 years is -$24.2 million, with a median of -$19.6 million recorded in 2026.
- The largest YoY upside for Capital Expenditures was 229.1% in 2025 against a maximum downside of 229.1% in 2025.
- Over 3 years, Capital Expenditures stood at -$13.4 million in 2024, then sank by 229.1% to -$44.1 million in 2025, then soared by 55.56% to -$19.6 million in 2026.
- Per Business Quant data, the three most recent Capital Expenditures figures were -$19.6 million in Q2 2026, -$19.6 million in Q1 2026, and -$44.1 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Capex (Qtr) |
|---|---|---|---|---|---|
| 1 | Visa | 654.57 Bn | 597.89 Bn | - | 417.00 Mn |
| 2 | Mastercard | 494.41 Bn | 454.33 Bn | - | 291.00 Mn |
| 3 | Wise | 14.26 Bn | -73.52 Bn | - | -19.60 Mn |
| 4 | Remitly Global | 4.52 Bn | 2.18 Bn | 307.34 Mn | 1.18 Mn |
| 5 | Western Union | 1.93 Bn | -2.08 Bn | 336.50 Mn | 10.30 Mn |
| 6 | International Money Express | 339.78 Mn | -280.36 Mn | - | 5.49 Mn |
| 7 | Currenc | 184.42 Mn | -42.51 Mn | 3.70 Mn | - |
| 8 | Sentage Holdings | 4.80 Mn | 4.80 Mn | - | - |
| 9 | American Express | 208.41 Bn | 231.25 Mn | - | 898.00 Mn |
| 10 | Capital One Financial | 122.76 Bn | 122.76 Bn | - | 367.00 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 25, 2026 | -19.60 Mn |
| Mar 31, 2026 | -19.60 Mn |
| Dec 31, 2025 | -44.10 Mn |
| Dec 31, 2024 | -13.40 Mn |
Wise Capital Expenditures 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=capital-expenditures&ticker=WSE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "capital-expenditures", "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=capital-expenditures&ticker=WSE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();