Willis Towers Watson (WTW) Other financing activities (2009 - 2025)
Willis Towers Watson's (WTW) quarterly Other financing activities came in at -$7.0 million in Q3 2025, little changed on a YoY basis from -$7.0 million in Q3 2024, and down 250.0% quarter-over-quarter from -$2.0 million in Q2 2025.
Willis Towers Watson (WTW) Other financing activities (2009 - 2025) Analysis & Trends
Willis Towers Watson (WTW) has reported Other financing activities for 15 consecutive years, with -$7.0 million the latest figure, recorded in Q3 2025.
- For the quarter ending Q3 2025, Other financing activities changed 0.0% year-over-year to -$7.0 million; the trailing twelve-month figure through Dec 2025 stood at -$9.0 million (up 30.77% YoY), and the FY2025 full-year result was -$9.0 million, up 30.77% from the prior year.
- Other financing activities fell to -$7.0 million in Q3 2025 per WTW's latest filing, from -$2.0 million in the prior quarter.
- Across five years, Other financing activities topped out at -$1.0 million in Q4 2021 and bottomed at -$43.0 million in Q3 2023.
- Historically, Other financing activities has averaged -$8.2 million across 5 years, with a median of -$4.0 million in 2021.
- The sharpest annual moves came in 2021 and 2024: Other financing activities sank 1600.0% in 2021, then soared 83.72% in 2024.
- Over 5 years, Other financing activities stood at -$1.0 million in 2021, then tumbled by 100.0% to -$2.0 million in 2022, then sank by 700.0% to -$16.0 million in 2023, then soared by 81.25% to -$3.0 million in 2024, then tumbled by 133.33% to -$7.0 million in 2025.
- According to Business Quant data, Other financing activities over the past three periods registered -$7.0 million, -$2.0 million, and -$3.0 million for Q3 2025, Q2 2025, and Q4 2024 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Marsh & Mclennan Companies | 81.24 Bn | 69.29 Bn | 6.04 Bn |
| 2 | Aon | 60.67 Bn | 59.43 Bn | - |
| 3 | Arthur J. Gallagher | 59.09 Bn | 57.73 Bn | - |
| 4 | Willis Towers Watson | 28.02 Bn | 26.44 Bn | 2.09 Bn |
| 5 | Brown & Brown | 20.61 Bn | 19.72 Bn | 1.41 Bn |
| 6 | XChange TEC.INC | 11.95 Bn | 11.95 Bn | - |
| 7 | Erie Indemnity | 10.83 Bn | 10.48 Bn | - |
| 8 | Ryan Specialty Holdings | 9.82 Bn | 10.19 Bn | - |
| 9 | Hagerty | 4.67 Bn | 4.81 Bn | 244.11 Mn |
| 10 | Baldwin Insurance | 4.45 Bn | 4.81 Bn | - |
Historic Data
| Date | Value |
|---|---|
| Sep 30, 2025 | -7.00 Mn |
| Jun 30, 2025 | -2.00 Mn |
| Dec 31, 2024 | -3.00 Mn |
| Sep 30, 2024 | -7.00 Mn |
| Jun 30, 2024 | -2.00 Mn |
| Mar 31, 2024 | -1.00 Mn |
| Dec 31, 2023 | -16.00 Mn |
| Sep 30, 2023 | -43.00 Mn |
| Jun 30, 2023 | -4.00 Mn |
| Dec 31, 2022 | -2.00 Mn |
| Sep 30, 2022 | -6.00 Mn |
| Jun 30, 2022 | -3.00 Mn |
| Dec 31, 2021 | -1.00 Mn |
| Sep 30, 2021 | -14.00 Mn |
| Jun 30, 2021 | -4.00 Mn |
| Mar 31, 2021 | -17.00 Mn |
| Dec 31, 2020 | -1.00 Mn |
| Sep 30, 2020 | -13.00 Mn |
| Jun 30, 2020 | -13.00 Mn |
| Mar 31, 2020 | -1.00 Mn |
Willis Towers Watson Other financing activities 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=other-financing-activities&ticker=WTW&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-financing-activities", "ticker": "WTW", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=other-financing-activities&ticker=WTW&period=max&api_key=YOUR_API_KEY");
const data = await res.json();