Fairfax Financial Holdings (FRFHF) Long-Term Investments (2009 - 2025)
Fairfax Financial Holdings' (FRFHF) quarterly Long-Term Investments came in at -$502.4 million in Q4 2025, down 100.78% on a YoY basis from $64.1 billion in Q4 2024, and down 100.78% quarter-over-quarter from $64.1 billion in Q4 2024.
Fairfax Financial Holdings (FRFHF) Long-Term Investments (2009 - 2025) Analysis & Trends
Fairfax Financial Holdings (FRFHF) has reported Long-Term Investments for 17 consecutive years, with -$502.4 million the latest figure, recorded in Q4 2025.
- For the quarter ending Q4 2025, Long-Term Investments fell 100.78% year-over-year to -$502.4 million; the trailing twelve-month figure through Dec 2025 stood at -$502.4 million (down 100.78% YoY), and the FY2025 full-year result was -$502.4 million, down 100.78% from the prior year.
- Long-Term Investments fell to -$502.4 million in Q4 2025 per FRFHF's latest filing, from $64.1 billion in the prior quarter.
- Across five years, Long-Term Investments topped out at $64.1 billion in Q4 2024 and bottomed at -$502.4 million in Q4 2025.
- Historically, Long-Term Investments has averaged $5.7 billion across 5 years, with a median of -$196.4 million in 2021.
- The sharpest annual moves came in 2022 and 2024: Long-Term Investments sank 217.46% in 2022, then jumped 8377.71% in 2024.
- Over 5 years, Long-Term Investments stood at $167.2 million in 2021, then tumbled by 217.46% to -$196.4 million in 2022, then surged by 484.98% to $756.1 million in 2023, then surged by 8377.71% to $64.1 billion in 2024, then tumbled by 100.78% to -$502.4 million in 2025.
- According to Business Quant data, Long-Term Investments over the past three periods registered -$502.4 million, $64.1 billion, and $756.1 million for Q4 2025, Q4 2024, and Q4 2023 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Long-Term Investments (Qtr) |
|---|---|---|---|---|---|
| 1 | Berkshire Hathaway | 1,085.11 Bn | 760.40 Bn | 55.86 Bn | 19.95 Bn |
| 2 | Chubb | 129.51 Bn | 121.21 Bn | 9.13 Bn | 172.65 Bn |
| 3 | Progressive | 120.30 Bn | 115.30 Bn | 9.04 Bn | 97.22 Bn |
| 4 | Travelers Companies | 75.54 Bn | 51.79 Bn | 6.23 Bn | 103.18 Bn |
| 5 | Allstate | 58.28 Bn | 19.52 Bn | 16.28 Bn | 87.80 Bn |
| 6 | Aflac | 57.57 Bn | -45.43 Bn | 2.27 Bn | 8.25 Bn |
| 7 | Fairfax Financial Holdings | 48.63 Bn | 53.34 Bn | - | - |
| 8 | American International | 39.46 Bn | 1.67 Bn | 3.50 Bn | 91.68 Bn |
| 9 | Hartford Insurance | 34.91 Bn | 18.60 Bn | 3.18 Bn | 64.00 Bn |
| 10 | Arch Capital | 32.40 Bn | 31.29 Bn | 2.47 Bn | 48.97 Bn |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | -502.40 Mn |
| Dec 20, 2024 | 64.10 Bn |
| Dec 26, 2023 | 756.10 Mn |
| Dec 31, 2022 | -196.40 Mn |
| Sep 30, 2022 | -196.30 Mn |
| Jun 30, 2022 | -196.50 Mn |
| Mar 31, 2022 | -196.50 Mn |
| Dec 31, 2021 | 167.20 Mn |
| Sep 30, 2021 | -196.40 Mn |
| Jun 30, 2021 | -197.20 Mn |
| Mar 31, 2021 | -183.00 Mn |
| Dec 31, 2020 | 153.20 Mn |
| Dec 31, 2019 | -293.50 Mn |
| Mar 31, 2019 | 40,267.90 |
| Dec 31, 2018 | 30.50 Mn |
| Sep 30, 2018 | 39,097.90 |
| Dec 31, 2017 | 488.40 |
| Jun 30, 2017 | 59.40 Mn |
| Mar 31, 2017 | 25.80 Mn |
| Dec 31, 2016 | 76.00 Bn |
Fairfax Financial Holdings Long-Term Investments 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=long-term-investments&ticker=FRFHF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "long-term-investments", "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=long-term-investments&ticker=FRFHF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();