Wise (WSE) Invested Capital (2025 - 2026)
Wise's (WSE) quarterly Invested Capital came in at $2.0 billion in Q1 2026, up 4.9% year-over-year from $1.9 billion in Q1 2025, and up 4.9% quarter-over-quarter from $1.9 billion in Q1 2025.
Wise (WSE) Invested Capital (2025 - 2026) Analysis & Trends
Wise has disclosed Invested Capital across 2 years of filings, most recently posting $2.0 billion for Q1 2026.
- In Q1 2026, Invested Capital rose 4.9% year-over-year to $2.0 billion; the TTM figure through Mar 2026 stood at $2.0 billion (up 4.9% YoY), while the FY2026 annual figure was $2.0 billion, up 4.9% from the prior year.
- Invested Capital came in at $2.0 billion for Q1 2026 at Wise, up from $1.9 billion in the prior quarter.
- In the past five years, Invested Capital ranged from a high of $2.0 billion in Q1 2026 to a low of $1.9 billion in Q1 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Invested Cap. (Qtr) |
|---|---|---|---|---|---|
| 1 | Visa | 654.57 Bn | 597.89 Bn | - | 59.04 Bn |
| 2 | Mastercard | 494.41 Bn | 454.33 Bn | - | 30.25 Bn |
| 3 | Wise | 14.26 Bn | -73.52 Bn | - | - |
| 4 | Remitly Global | 4.52 Bn | 2.18 Bn | 307.34 Mn | 1.13 Bn |
| 5 | Western Union | 1.93 Bn | -2.08 Bn | 336.50 Mn | - |
| 6 | International Money Express | 339.78 Mn | -280.36 Mn | - | 283.36 Mn |
| 7 | Currenc | 184.42 Mn | -42.51 Mn | 3.70 Mn | 30.58 Mn |
| 8 | Sentage Holdings | 4.80 Mn | 4.80 Mn | - | - |
| 9 | American Express | 208.41 Bn | 231.25 Mn | - | 36.31 Bn |
| 10 | Capital One Financial | 122.76 Bn | 122.76 Bn | - | 149.41 Bn |
Wise Invested Capital 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=invested-capital&ticker=WSE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "invested-capital", "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=invested-capital&ticker=WSE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();