Fairfax Financial Holdings (FRFHF) Non Operating Investment Income (2009 - 2026)
Fairfax Financial Holdings' (FRFHF) quarterly Non Operating Investment Income came in at -$768.9 million in Q2 2026, up 19.23% on a YoY basis from -$644.9 million in Q2 2025, and down 299.25% quarter-over-quarter from $385.9 million in Q1 2026.
Fairfax Financial Holdings (FRFHF) Non Operating Investment Income (2009 - 2026) Analysis & Trends
Fairfax Financial Holdings (FRFHF) has reported Non Operating Investment Income for 18 consecutive years, with -$768.9 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Non Operating Investment Income rose 19.23% year-over-year to -$768.9 million; the trailing twelve-month figure through Jun 2026 stood at -$92.1 million (up 97.4% YoY), and the FY2025 full-year result was -$3.2 billion, changed N/A from the prior year.
- Non Operating Investment Income retreated to -$768.9 million in Q2 2026 per FRFHF's latest filing, from $385.9 million in the prior quarter.
- Across five years, Non Operating Investment Income topped out at $1.4 billion in Q2 2022 and bottomed at -$1.3 billion in Q3 2024.
- Historically, Non Operating Investment Income has averaged -$22.3 million across 5 years, with a median of $1.2 million in 2023.
- The sharpest annual moves came in 2023 and 2024: Non Operating Investment Income jumped 459.7% in 2023, then slumped 2198.75% in 2024.
- Over 5 years, Non Operating Investment Income stood at $496.2 million in 2022, then plunged by 111.29% to -$56.0 million in 2023, then plunged by 2198.75% to -$1.3 billion in 2024, then jumped by 155.71% to $717.1 million in 2025, then plunged by 207.22% to -$768.9 million in 2026.
- According to Business Quant data, Non Operating Investment Income over the past three periods registered -$768.9 million, $385.9 million, and $717.1 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Non-Op. Investment Inc. (Qtr) |
|---|---|---|---|---|---|
| 1 | Berkshire Hathaway | 1,085.11 Bn | 760.40 Bn | 55.86 Bn | 16.08 Bn |
| 2 | Chubb | 129.51 Bn | 121.21 Bn | 9.13 Bn | 162.00 Mn |
| 3 | Progressive | 120.30 Bn | 115.30 Bn | 9.04 Bn | 588.00 Mn |
| 4 | Travelers Companies | 75.54 Bn | 51.79 Bn | 6.23 Bn | 60.00 Mn |
| 5 | Allstate | 58.28 Bn | 19.52 Bn | 16.28 Bn | 1.06 Bn |
| 6 | Aflac | 57.57 Bn | -45.43 Bn | 2.27 Bn | -153.00 Mn |
| 7 | Fairfax Financial Holdings | 48.63 Bn | 53.34 Bn | - | -768.90 Mn |
| 8 | American International | 39.46 Bn | 1.67 Bn | 3.50 Bn | -265.00 Mn |
| 9 | Hartford Insurance | 34.91 Bn | 18.60 Bn | 3.18 Bn | 64.00 Mn |
| 10 | Arch Capital | 32.40 Bn | 31.29 Bn | 2.47 Bn | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -768.90 Mn |
| Mar 31, 2026 | 385.90 Mn |
| Dec 31, 2025 | 717.10 Mn |
| Sep 30, 2025 | -426.20 Mn |
| Jun 30, 2025 | -952.00 Mn |
| Mar 31, 2025 | -1.06 Bn |
| Sep 30, 2024 | -1.29 Bn |
| Jun 30, 2024 | -241.60 Mn |
| Mar 31, 2024 | 58.50 Mn |
| Sep 30, 2023 | -56.00 Mn |
| Jun 30, 2023 | 342.10 Mn |
| Mar 31, 2023 | 771.20 Mn |
| Dec 31, 2022 | 496.20 Mn |
| Sep 30, 2022 | 457.50 Mn |
| Jun 30, 2022 | 1.42 Bn |
| Mar 31, 2022 | -214.40 Mn |
| Dec 31, 2021 | 3.45 Bn |
| Sep 30, 2021 | -374.60 Mn |
| Jun 30, 2021 | -1.29 Bn |
| Mar 31, 2021 | -842.00 Mn |
Fairfax Financial Holdings Non Operating Investment Income 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=non-operating-investment-income&ticker=FRFHF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-operating-investment-income", "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=non-operating-investment-income&ticker=FRFHF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();