Fairfax Financial Holdings (FRFHF) Long-Term Debt Repayments (2009 - 2026)
Fairfax Financial Holdings' (FRFHF) quarterly Long-Term Debt Repayments came in at -$420.2 million in Q2 2026, down 5024.39% quarter-over-quarter from -$8.2 million in Q1 2026.
Fairfax Financial Holdings (FRFHF) Long-Term Debt Repayments (2009 - 2026) Analysis & Trends
Fairfax Financial Holdings (FRFHF) has reported Long-Term Debt Repayments for 13 consecutive years, with -$420.2 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Long-Term Debt Repayments changed N/A year-over-year to -$420.2 million; the trailing twelve-month figure through Jun 2026 stood at -$640.5 million (changed N/A YoY), and the FY2025 full-year result was -$212.1 million, changed N/A from the prior year.
- Long-Term Debt Repayments eased to -$420.2 million in Q2 2026 per FRFHF's latest filing, from -$8.2 million in the prior quarter.
- Across five years, Long-Term Debt Repayments topped out at -$100000.0 in Q1 2022 and bottomed at -$537.2 million in Q1 2024.
- Historically, Long-Term Debt Repayments has averaged -$131.3 million across 5 years, with a median of -$8.3 million in 2023.
- The sharpest annual moves came in 2022 and 2024: Long-Term Debt Repayments surged 99.99% in 2022, then tumbled 25480.95% in 2024.
- Over 5 years, Long-Term Debt Repayments stood at -$100000.0 in 2022, then plunged by 8200.0% to -$8.3 million in 2023, then sank by 5993.98% to -$505.8 million in 2024, then surged by 62.65% to -$188.9 million in 2025, then tumbled by 122.45% to -$420.2 million in 2026.
- According to Business Quant data, Long-Term Debt Repayments over the past three periods registered -$420.2 million, -$8.2 million, and -$188.9 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | LT Debt Repayment (Qtr) |
|---|---|---|---|---|---|
| 1 | Berkshire Hathaway | 1,085.11 Bn | 760.40 Bn | 55.86 Bn | 883.00 Mn |
| 2 | Chubb | 129.51 Bn | 121.21 Bn | 9.13 Bn | 1.50 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 | - | -420.20 Mn |
| 8 | American International | 39.46 Bn | 1.67 Bn | 3.50 Bn | 8.00 Mn |
| 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 |
|---|---|
| Jun 30, 2026 | -420.20 Mn |
| Mar 31, 2026 | -8.20 Mn |
| Dec 31, 2025 | -188.90 Mn |
| Sep 30, 2025 | -23.20 Mn |
| Sep 30, 2024 | -505.80 Mn |
| Jun 30, 2024 | -1.70 Mn |
| Mar 31, 2024 | -537.20 Mn |
| Sep 30, 2023 | -8.30 Mn |
| Jun 30, 2023 | -11.60 Mn |
| Mar 31, 2023 | -2.10 Mn |
| Dec 31, 2022 | -100,000.00 |
| Jun 30, 2022 | -100,000.00 |
| Mar 31, 2022 | -100,000.00 |
| Dec 31, 2021 | -126.50 Mn |
| Jun 30, 2021 | -40.10 Mn |
| Mar 31, 2021 | -766.30 Mn |
| Dec 31, 2020 | -100,000.00 |
| Jun 30, 2020 | -100,000.00 |
| Mar 31, 2020 | -100,000.00 |
| Dec 31, 2019 | 653.40 Mn |
Fairfax Financial Holdings Long-Term Debt Repayments 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-debt-repayments&ticker=FRFHF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "long-term-debt-repayments", "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-debt-repayments&ticker=FRFHF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();