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