Travelers Companies (TRV) Exchange Rate Effect (2009 - 2026)
Travelers Companies (TRV) posted Exchange Rate Effect of -$2.0 million for Q2 2026, up 60.0% on a QoQ basis from -$5.0 million in Q1 2026, and down 110.53% year-over-year from $19.0 million in Q2 2025.
Travelers Companies (TRV) Exchange Rate Effect (2009 - 2026) Analysis & Trends
Travelers Companies has reported Exchange Rate Effect for 18 years, with the latest figure at -$2.0 million in Q2 2026.
- On a quarterly basis, Exchange Rate Effect fell 110.53% year-over-year to -$2.0 million in Q2 2026; TTM through Jun 2026 was -$11.0 million, a 161.11% decrease from a year earlier, with the FY2025 full-year figure at $23.0 million, up 264.29% from the prior year.
- Exchange Rate Effect was -$2.0 million for Q2 2026 at Travelers Companies, up from -$5.0 million in the prior quarter.
- The five-year high for Exchange Rate Effect was $19.0 million in Q2 2025, with the low at -$24.0 million in Q3 2022.
- Average Exchange Rate Effect over 5 years is -$941176.5, with a median of -$2.0 million recorded in 2026.
- The sharpest annual moves came in 2022 and 2024: Exchange Rate Effect jumped 500.0% in 2022, then tumbled 320.0% in 2024.
- Over 5 years, Exchange Rate Effect stood at $18.0 million in 2022, then sank by 44.44% to $10.0 million in 2023, then sank by 320.0% to -$22.0 million in 2024, then soared by 109.09% to $2.0 million in 2025, then slumped by 200.0% to -$2.0 million in 2026.
- The last three Exchange Rate Effect figures came in at -$2.0 million (Q2 2026), -$5.0 million (Q1 2026), and $2.0 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | FX Effect (Qtr) |
|---|---|---|---|---|---|
| 1 | Berkshire Hathaway | 1,085.11 Bn | 760.40 Bn | 55.86 Bn | -46.00 Mn |
| 2 | Chubb | 129.51 Bn | 121.21 Bn | 9.13 Bn | - |
| 3 | Progressive | 120.30 Bn | 115.30 Bn | 9.04 Bn | - |
| 4 | Marsh & Mclennan Companies | 81.24 Bn | 69.29 Bn | 6.04 Bn | -14.00 Mn |
| 5 | Travelers Companies | 75.54 Bn | 51.79 Bn | 6.23 Bn | -2.00 Mn |
| 6 | Manulife Financial | 75.22 Bn | 76.43 Bn | - | 760.52 Mn |
| 7 | Metlife | 61.21 Bn | 34.19 Bn | 7.82 Bn | 41.00 Mn |
| 8 | Aon | 60.67 Bn | 59.43 Bn | - | -50.00 Mn |
| 9 | Arthur J. Gallagher | 59.09 Bn | 57.73 Bn | - | -57.00 Mn |
| 10 | Allstate | 58.28 Bn | 19.52 Bn | 16.28 Bn | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -2.00 Mn |
| Mar 31, 2026 | -5.00 Mn |
| Dec 31, 2025 | 2.00 Mn |
| Sep 30, 2025 | -6.00 Mn |
| Jun 30, 2025 | 19.00 Mn |
| Mar 31, 2025 | 8.00 Mn |
| Dec 31, 2024 | -22.00 Mn |
| Sep 30, 2024 | 13.00 Mn |
| Mar 31, 2024 | -5.00 Mn |
| Dec 31, 2023 | 10.00 Mn |
| Sep 30, 2023 | -10.00 Mn |
| Jun 30, 2023 | 8.00 Mn |
| Mar 31, 2023 | 4.00 Mn |
| Dec 31, 2022 | 18.00 Mn |
| Sep 30, 2022 | -24.00 Mn |
| Jun 30, 2022 | -19.00 Mn |
| Mar 31, 2022 | -5.00 Mn |
| Dec 31, 2021 | 3.00 Mn |
| Sep 30, 2021 | -7.00 Mn |
| Mar 31, 2021 | 3.00 Mn |
Travelers Companies Exchange Rate Effect 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=exchange-rate-effect&ticker=TRV&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "exchange-rate-effect", "ticker": "TRV", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=exchange-rate-effect&ticker=TRV&period=max&api_key=YOUR_API_KEY");
const data = await res.json();