Western Union (WU) Market Capitalization (2009 - 2026)
Western Union (WU) posted Market Capitalization of $2.4 billion for Q2 2026, down 12.05% on a QoQ basis from $2.7 billion in Q1 2026, and down 12.08% year-over-year from $2.7 billion in Q2 2025.
Western Union (WU) Market Capitalization (2009 - 2026) Analysis & Trends
Western Union has reported Market Capitalization for 18 years, with the latest figure at $2.4 billion in Q2 2026.
- On a quarterly basis, Market Capitalization fell 12.08% year-over-year to $2.4 billion in Q2 2026; TTM through Jun 2026 was $2.4 billion, a 12.08% decrease from a year earlier, with the FY2025 full-year figure at $2.9 billion, down 17.94% from the prior year.
- Market Capitalization was $2.4 billion for Q2 2026 at Western Union, down from $2.7 billion in the prior quarter.
- The five-year high for Market Capitalization was $7.3 billion in Q1 2022, with the low at $2.4 billion in Q2 2026.
- Average Market Capitalization over 5 years is $4.2 billion, with a median of $4.2 billion recorded in 2023.
- The sharpest annual moves came in 2023 and 2024: Market Capitalization tumbled 42.45% in 2023, then increased 13.73% in 2024.
- Over 5 years, Market Capitalization stood at $5.1 billion in 2022, then declined by 18.77% to $4.2 billion in 2023, then declined by 14.27% to $3.6 billion in 2024, then declined by 17.94% to $2.9 billion in 2025, then slipped by 18.31% to $2.4 billion in 2026.
- The last three Market Capitalization figures came in at $2.4 billion (Q2 2026), $2.7 billion (Q1 2026), and $2.9 billion (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Visa | 654.57 Bn | 597.89 Bn | - |
| 2 | Mastercard | 494.41 Bn | 454.33 Bn | - |
| 3 | Wise | 14.26 Bn | -73.52 Bn | - |
| 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 | - |
| 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 | - |
| 10 | Capital One Financial | 122.76 Bn | 122.76 Bn | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 2.40 Bn |
| Mar 31, 2026 | 2.73 Bn |
| Dec 31, 2025 | 2.94 Bn |
| Sep 30, 2025 | 2.54 Bn |
| Jun 30, 2025 | 2.73 Bn |
| Mar 31, 2025 | 3.51 Bn |
| Dec 31, 2024 | 3.58 Bn |
| Sep 30, 2024 | 4.03 Bn |
| Jun 30, 2024 | 4.13 Bn |
| Mar 31, 2024 | 4.75 Bn |
| Dec 31, 2023 | 4.18 Bn |
| Sep 30, 2023 | 4.83 Bn |
| Jun 30, 2023 | 4.39 Bn |
| Mar 31, 2023 | 4.17 Bn |
| Dec 31, 2022 | 5.14 Bn |
| Sep 30, 2022 | 5.21 Bn |
| Jun 30, 2022 | 6.36 Bn |
| Mar 31, 2022 | 7.25 Bn |
| Dec 31, 2021 | 7.03 Bn |
| Sep 30, 2021 | 8.16 Bn |
Western Union Market Capitalization 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=market-capitalization&ticker=WU&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "market-capitalization", "ticker": "WU", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=market-capitalization&ticker=WU&period=max&api_key=YOUR_API_KEY");
const data = await res.json();