Western Union (WU) Price to Sales (2009 - 2026)
Western Union (WU) posted Price to Sales of 2.37 for Q2 2026, down 14.7% on a QoQ basis from 2.78 in Q1 2026, and down 10.96% year-over-year from 2.66 in Q2 2025.
Western Union (WU) Price to Sales (2009 - 2026) Analysis & Trends
Western Union has reported Price to Sales for 18 years, with the latest figure at 2.37 in Q2 2026.
- On a quarterly basis, Price to Sales fell 10.96% year-over-year to 2.37 in Q2 2026; TTM through Jun 2026 was 0.59, a 10.62% decrease from a year earlier, with the FY2025 full-year figure at 0.73, down 14.72% from the prior year.
- Price to Sales was 2.37 for Q2 2026 at Western Union, down from 2.78 in the prior quarter.
- The five-year high for Price to Sales was 6.28 in Q1 2022, with the low at 2.37 in Q2 2026.
- Average Price to Sales over 5 years is 3.89, with a median of 3.88 recorded in 2024.
- The sharpest annual moves came in 2024 and 2025: Price to Sales increased 12.4% in 2024, then tumbled 36.64% in 2025.
- Over 5 years, Price to Sales stood at 4.71 in 2022, then dropped by 15.71% to 3.97 in 2023, then decreased by 14.75% to 3.38 in 2024, then decreased by 13.89% to 2.91 in 2025, then fell by 18.7% to 2.37 in 2026.
- The last three Price to Sales figures came in at 2.37 (Q2 2026), 2.78 (Q1 2026), and 2.91 (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 | 0.59 |
| Mar 31, 2026 | 0.67 |
| Dec 31, 2025 | 0.73 |
| Sep 30, 2025 | 0.62 |
| Jun 30, 2025 | 0.67 |
| Mar 31, 2025 | 0.85 |
| Dec 31, 2024 | 0.85 |
| Sep 30, 2024 | 0.96 |
| Jun 30, 2024 | 0.97 |
| Mar 31, 2024 | 1.09 |
| Dec 31, 2023 | 0.96 |
| Sep 30, 2023 | 1.10 |
| Jun 30, 2023 | 1.00 |
| Mar 31, 2023 | 0.96 |
| Dec 31, 2022 | 1.15 |
| Sep 30, 2022 | 1.12 |
| Jun 30, 2022 | 1.31 |
| Mar 31, 2022 | 1.45 |
| Dec 31, 2021 | 1.39 |
| Sep 30, 2021 | 1.61 |
Western Union Price to Sales 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=price-to-sales&ticker=WU&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "price-to-sales", "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=price-to-sales&ticker=WU&period=max&api_key=YOUR_API_KEY");
const data = await res.json();