Fairfax Financial Holdings (FRFHF) Capital Expenditures (2018 - 2026)
Fairfax Financial Holdings' (FRFHF) quarterly Capital Expenditures came in at -$4.4 million in Q2 2026, down 144.44% on a YoY basis from $9.9 million in Q2 2025, and down 100.0% quarter-over-quarter from -$2.2 million in Q1 2026.
Fairfax Financial Holdings (FRFHF) Capital Expenditures (2018 - 2026) Analysis & Trends
Fairfax Financial Holdings (FRFHF) has reported Capital Expenditures for 9 consecutive years, with -$4.4 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Capital Expenditures fell 144.44% year-over-year to -$4.4 million; the trailing twelve-month figure through Jun 2026 stood at -$8.6 million (up 51.69% YoY), and the FY2025 full-year result was -$22.7 million, changed N/A from the prior year.
- Capital Expenditures retreated to -$4.4 million in Q2 2026 per FRFHF's latest filing, from -$2.2 million in the prior quarter.
- Across five years, Capital Expenditures topped out at -$200000.0 in Q1 2025 and bottomed at -$12.1 million in Q1 2024.
- Historically, Capital Expenditures has averaged -$5.3 million across 5 years, with a median of -$4.2 million in 2024.
- The sharpest annual moves came in 2025 and 2026: Capital Expenditures surged 98.35% in 2025, then plunged 1000.0% in 2026.
- Over 5 years, Capital Expenditures stood at -$2.1 million in 2022, then plunged by 66.67% to -$3.5 million in 2023, then declined by 20.0% to -$4.2 million in 2024, then soared by 57.14% to -$1.8 million in 2025, then sank by 144.44% to -$4.4 million in 2026.
- According to Business Quant data, Capital Expenditures over the past three periods registered -$4.4 million, -$2.2 million, and -$1.8 million for Q2 2026, Q1 2026, and Q2 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Capex (Qtr) |
|---|---|---|---|---|---|
| 1 | Berkshire Hathaway | 1,085.11 Bn | 760.40 Bn | 55.86 Bn | 5.65 Bn |
| 2 | Chubb | 129.51 Bn | 121.21 Bn | 9.13 Bn | - |
| 3 | Progressive | 120.30 Bn | 115.30 Bn | 9.04 Bn | 138.00 Mn |
| 4 | Marsh & Mclennan Companies | 81.24 Bn | 69.29 Bn | 6.04 Bn | 32.00 Mn |
| 5 | Travelers Companies | 75.54 Bn | 51.79 Bn | 6.23 Bn | 10.00 Mn |
| 6 | Manulife Financial | 75.22 Bn | 76.43 Bn | - | - |
| 7 | Metlife | 61.21 Bn | 34.19 Bn | 7.82 Bn | - |
| 8 | Aon | 60.67 Bn | 59.43 Bn | - | 73.00 Mn |
| 9 | Arthur J. Gallagher | 59.09 Bn | 57.73 Bn | - | 51.00 Mn |
| 10 | Fairfax Financial Holdings | 48.63 Bn | 53.34 Bn | - | -4.40 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -4.40 Mn |
| Mar 31, 2026 | -2.20 Mn |
| Jun 30, 2025 | -1.80 Mn |
| Mar 31, 2025 | -200,000.00 |
| Sep 30, 2024 | -4.20 Mn |
| Jun 30, 2024 | -11.60 Mn |
| Mar 31, 2024 | -12.10 Mn |
| Sep 30, 2023 | -3.50 Mn |
| Jun 30, 2023 | -5.50 Mn |
| Mar 31, 2023 | -10.20 Mn |
| Mar 31, 2022 | -2.10 Mn |
| Dec 31, 2021 | 377.70 Mn |
| Sep 30, 2021 | -22.30 Mn |
| Jun 30, 2021 | -1.10 Mn |
| Mar 31, 2021 | -400,000.00 |
| Dec 31, 2020 | 275.50 Mn |
| Sep 30, 2020 | -100,000.00 |
| Jun 30, 2020 | -3.80 Mn |
| Dec 31, 2019 | 360.20 Mn |
| Sep 30, 2019 | -4.80 Mn |
Fairfax Financial Holdings Capital Expenditures 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=capital-expenditures&ticker=FRFHF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "capital-expenditures", "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=capital-expenditures&ticker=FRFHF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();