Fairfax Financial Holdings (FRFHF) Net Cash Flow (2009 - 2026)
Fairfax Financial Holdings' (FRFHF) quarterly Net Cash Flow came in at $950.5 million in Q2 2026, up 808.7% on a YoY basis from $104.6 million in Q2 2025, and up 349.08% quarter-over-quarter from -$381.6 million in Q1 2026.
Fairfax Financial Holdings (FRFHF) Net Cash Flow (2009 - 2026) Analysis & Trends
Fairfax Financial Holdings (FRFHF) has reported Net Cash Flow for 18 consecutive years, with $950.5 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Net Cash Flow rose 808.7% year-over-year to $950.5 million; the trailing twelve-month figure through Jun 2026 stood at $931.9 million (down 20.45% YoY), and the FY2025 full-year result was $1.3 billion, changed N/A from the prior year.
- Net Cash Flow advanced to $950.5 million in Q2 2026 per FRFHF's latest filing, from -$381.6 million in the prior quarter.
- Across five years, Net Cash Flow topped out at $2.2 billion in Q4 2022 and bottomed at -$3.7 billion in Q2 2022.
- Historically, Net Cash Flow has averaged -$137.5 million across 5 years, with a median of -$105.8 million in 2023.
- The sharpest annual moves came in 2022 and 2026: Net Cash Flow plunged 554.16% in 2022, then soared 808.7% in 2026.
- Over 5 years, Net Cash Flow stood at $2.2 billion in 2022, then sank by 97.43% to $57.4 million in 2023, then surged by 293.03% to $225.6 million in 2024, then slumped by 686.66% to -$1.3 billion in 2025, then soared by 171.82% to $950.5 million in 2026.
- According to Business Quant data, Net Cash Flow over the past three periods registered $950.5 million, -$381.6 million, and -$1.3 billion for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | NCF (Qtr) |
|---|---|---|---|---|---|
| 1 | Berkshire Hathaway | 1,085.11 Bn | 760.40 Bn | 55.86 Bn | -17.40 Bn |
| 2 | Chubb | 129.51 Bn | 121.21 Bn | 9.13 Bn | 119.00 Mn |
| 3 | Progressive | 120.30 Bn | 115.30 Bn | 9.04 Bn | 14.00 Mn |
| 4 | Marsh & Mclennan Companies | 81.24 Bn | 69.29 Bn | 6.04 Bn | 562.00 Mn |
| 5 | Travelers Companies | 75.54 Bn | 51.79 Bn | 6.23 Bn | 8.00 Mn |
| 6 | Manulife Financial | 75.22 Bn | 76.43 Bn | - | -1.97 Bn |
| 7 | Metlife | 61.21 Bn | 34.19 Bn | 7.82 Bn | -3.43 Bn |
| 8 | Aon | 60.67 Bn | 59.43 Bn | - | -351.00 Mn |
| 9 | Arthur J. Gallagher | 59.09 Bn | 57.73 Bn | - | 908.00 Mn |
| 10 | Fairfax Financial Holdings | 48.63 Bn | 53.34 Bn | - | 950.50 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 950.50 Mn |
| Mar 31, 2026 | -381.60 Mn |
| Dec 31, 2025 | -1.32 Bn |
| Sep 30, 2025 | 1.69 Bn |
| Jun 30, 2025 | 104.60 Mn |
| Mar 31, 2025 | 1.11 Bn |
| Sep 30, 2024 | 225.60 Mn |
| Jun 30, 2024 | -268.90 Mn |
| Mar 31, 2024 | 1.47 Bn |
| Sep 30, 2023 | 57.40 Mn |
| Jun 30, 2023 | -496.90 Mn |
| Mar 31, 2023 | -1.27 Bn |
| Dec 31, 2022 | 2.23 Bn |
| Sep 30, 2022 | -1.13 Bn |
| Jun 30, 2022 | -3.67 Bn |
| Mar 31, 2022 | -1.50 Bn |
| Dec 31, 2021 | 1.30 Bn |
| Sep 30, 2021 | 5.37 Bn |
| Jun 30, 2021 | 893.50 Mn |
| Mar 31, 2021 | 329.60 Mn |
Fairfax Financial Holdings Net Cash Flow 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=net-cash-flow&ticker=FRFHF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-cash-flow", "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=net-cash-flow&ticker=FRFHF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();