Fairfax Financial Holdings (FRFHF) Exchange Rate Effect (2009 - 2026)
Fairfax Financial Holdings' (FRFHF) quarterly Exchange Rate Effect came in at $11.1 million in Q2 2026, down 84.17% on a YoY basis from $70.1 million in Q2 2025, and up 122.42% quarter-over-quarter from -$49.5 million in Q1 2026.
Fairfax Financial Holdings (FRFHF) Exchange Rate Effect (2009 - 2026) Analysis & Trends
Fairfax Financial Holdings (FRFHF) has reported Exchange Rate Effect for 18 consecutive years, with $11.1 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Exchange Rate Effect fell 84.17% year-over-year to $11.1 million; the trailing twelve-month figure through Jun 2026 stood at -$64.9 million (down 173.83% YoY), and the FY2025 full-year result was $59.7 million, changed N/A from the prior year.
- Exchange Rate Effect climbed to $11.1 million in Q2 2026 per FRFHF's latest filing, from -$49.5 million in the prior quarter.
- Across five years, Exchange Rate Effect topped out at $70.1 million in Q2 2025 and bottomed at -$147.0 million in Q2 2022.
- Historically, Exchange Rate Effect has averaged -$16.3 million across 5 years, with a median of -$11.8 million in 2024.
- The sharpest annual moves came in 2024 and 2025: Exchange Rate Effect slumped 767.65% in 2024, then jumped 408.81% in 2025.
- Over 5 years, Exchange Rate Effect stood at $47.4 million in 2022, then tumbled by 172.57% to -$34.4 million in 2023, then surged by 170.93% to $24.4 million in 2024, then slumped by 204.92% to -$25.6 million in 2025, then jumped by 143.36% to $11.1 million in 2026.
- According to Business Quant data, Exchange Rate Effect over the past three periods registered $11.1 million, -$49.5 million, and -$25.6 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
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 | Travelers Companies | 75.54 Bn | 51.79 Bn | 6.23 Bn | -2.00 Mn |
| 5 | Allstate | 58.28 Bn | 19.52 Bn | 16.28 Bn | - |
| 6 | Aflac | 57.57 Bn | -45.43 Bn | 2.27 Bn | 5.00 Mn |
| 7 | Fairfax Financial Holdings | 48.63 Bn | 53.34 Bn | - | 11.10 Mn |
| 8 | American International | 39.46 Bn | 1.67 Bn | 3.50 Bn | -7.00 Mn |
| 9 | Hartford Insurance | 34.91 Bn | 18.60 Bn | 3.18 Bn | -3.00 Mn |
| 10 | Arch Capital | 32.40 Bn | 31.29 Bn | 2.47 Bn | 9.00 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 11.10 Mn |
| Mar 31, 2026 | -49.50 Mn |
| Dec 31, 2025 | -25.60 Mn |
| Sep 30, 2025 | -900,000.00 |
| Jun 30, 2025 | 70.10 Mn |
| Mar 31, 2025 | 16.10 Mn |
| Sep 30, 2024 | 24.40 Mn |
| Jun 30, 2024 | -22.70 Mn |
| Mar 31, 2024 | -26.00 Mn |
| Sep 30, 2023 | -34.40 Mn |
| Jun 30, 2023 | 3.40 Mn |
| Mar 31, 2023 | 9.10 Mn |
| Dec 31, 2022 | 47.40 Mn |
| Sep 30, 2022 | -112.10 Mn |
| Jun 30, 2022 | -147.00 Mn |
| Mar 31, 2022 | -24.40 Mn |
| Dec 31, 2021 | -19.20 Mn |
| Sep 30, 2021 | -70.90 Mn |
| Jun 30, 2021 | 26.30 Mn |
| Mar 31, 2021 | -8.20 Mn |
Fairfax Financial Holdings 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=FRFHF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "exchange-rate-effect", "ticker": "FRFHF", "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=FRFHF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();