Fairfax Financial Holdings (FRFHF) Investment Gain (Loss) (2009 - 2025)
Fairfax Financial Holdings' (FRFHF) quarterly Investment Gain (Loss) came in at $72.9 billion in Q4 2025, up 124552.65% quarter-over-quarter from $58.5 million in Q1 2024.
Fairfax Financial Holdings (FRFHF) Investment Gain (Loss) (2009 - 2025) Analysis & Trends
Fairfax Financial Holdings (FRFHF) has reported Investment Gain (Loss) for 17 consecutive years, with $72.9 billion the latest figure, recorded in Q4 2025.
- For the quarter ending Q4 2025, Investment Gain (Loss) changed N/A year-over-year to $72.9 billion; the trailing twelve-month figure through Dec 2025 stood at $72.9 billion (changed N/A YoY), and the FY2025 full-year result was $72.9 billion, changed N/A from the prior year.
- Investment Gain (Loss) improved to $72.9 billion in Q4 2025 per FRFHF's latest filing, from $58.5 million in the prior quarter.
- Across five years, Investment Gain (Loss) topped out at $72.9 billion in Q4 2025 and bottomed at -$771.2 million in Q1 2023.
- Historically, Investment Gain (Loss) has averaged $39.6 billion across 5 years, with a median of $50.7 billion in 2021.
- The sharpest annual moves came in 2023 and 2024: Investment Gain (Loss) plunged 101.47% in 2023, then jumped 107.59% in 2024.
- Over 5 years, Investment Gain (Loss) stood at $51.7 billion in 2021, then climbed by 5.08% to $54.3 billion in 2022, then sank by 95.63% to $2.4 billion in 2023, then sank by 97.53% to $58.5 million in 2024, then surged by 124552.65% to $72.9 billion in 2025.
- According to Business Quant data, Investment Gain (Loss) over the past three periods registered $72.9 billion, $58.5 million, and $2.4 billion for Q4 2025, Q1 2024, and Q4 2023 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Investment Gain (Loss) (Qtr) |
|---|---|---|---|---|---|
| 1 | Berkshire Hathaway | 1,085.11 Bn | 760.40 Bn | 55.86 Bn | - |
| 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 | - |
| 5 | Allstate | 58.28 Bn | 19.52 Bn | 16.28 Bn | - |
| 6 | Aflac | 57.57 Bn | -45.43 Bn | 2.27 Bn | - |
| 7 | Fairfax Financial Holdings | 48.63 Bn | 53.34 Bn | - | - |
| 8 | American International | 39.46 Bn | 1.67 Bn | 3.50 Bn | - |
| 9 | Hartford Insurance | 34.91 Bn | 18.60 Bn | 3.18 Bn | - |
| 10 | Arch Capital | 32.40 Bn | 31.29 Bn | 2.47 Bn | - |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | 72.92 Bn |
| Mar 31, 2024 | 58.50 Mn |
| Dec 26, 2023 | 2.37 Bn |
| Mar 31, 2023 | -771.20 Mn |
| Dec 31, 2022 | 54.32 Bn |
| Sep 30, 2022 | 51.47 Bn |
| Jun 30, 2022 | 51.15 Bn |
| Mar 31, 2022 | 52.37 Bn |
| Dec 31, 2021 | 51.70 Bn |
| Sep 30, 2021 | 50.26 Bn |
| Jun 30, 2021 | 45.87 Bn |
| Mar 31, 2021 | 43.41 Bn |
| Dec 31, 2020 | 42.11 Bn |
| Mar 31, 2020 | 37.87 Bn |
| Dec 31, 2019 | 38.24 Bn |
| Sep 30, 2019 | 39.90 Bn |
| Jun 30, 2019 | 39.57 Bn |
| Mar 31, 2019 | 38.81 Bn |
| Dec 31, 2018 | 37.43 Bn |
| Sep 30, 2018 | 37.45 Bn |
Fairfax Financial Holdings Investment Gain (Loss) 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=investment-gain-loss&ticker=FRFHF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "investment-gain-loss", "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=investment-gain-loss&ticker=FRFHF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();