Fairfax Financial Holdings (FRFHF) Cash from Restructuring (2017 - 2021)
Fairfax Financial Holdings' (FRFHF) quarterly Cash from Restructuring came in at $1.6 billion in Q4 2021, up 738.22% on a YoY basis from $191.3 million in Q4 2020, and up 577521299.64% quarter-over-quarter from $277.6 in Q3 2021.
Fairfax Financial Holdings (FRFHF) Cash from Restructuring (2017 - 2021) Analysis & Trends
Fairfax Financial Holdings (FRFHF) has reported Cash from Restructuring for 5 consecutive years, with $1.6 billion the latest figure, recorded in Q4 2021.
- For the quarter ending Q4 2021, Cash from Restructuring rose 738.22% year-over-year to $1.6 billion; the trailing twelve-month figure through Dec 2021 stood at $1.6 billion (up 738.22% YoY), and the FY2025 full-year result was -$181.3, changed N/A from the prior year.
- Cash from Restructuring grew to $1.6 billion in Q4 2021 per FRFHF's latest filing, from $277.6 in the prior quarter.
- Across five years, Cash from Restructuring topped out at $1.6 billion in Q4 2021 and bottomed at -$251.2 million in Q4 2020.
- Historically, Cash from Restructuring has averaged $79.5 million across 5 years, with a median of -$8.9 in 2020.
- The sharpest annual moves came in 2020 and 2021: Cash from Restructuring tumbled 91812876.1% in 2020, then soared 2357.48% in 2021.
- Over 5 years, Cash from Restructuring stood at -$22.6 in 2017, then slumped by 1918.14% to -$456.1 in 2018, then soared by 159.99% to $273.6 in 2019, then sank by 91812876.1% to -$251.2 million in 2020, then soared by 738.22% to $1.6 billion in 2021.
- According to Business Quant data, Cash from Restructuring over the past three periods registered $1.6 billion, $277.6, and $30.3 for Q4 2021, Q3 2021, and Q2 2021 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Berkshire Hathaway | 1,085.11 Bn | 760.40 Bn | 55.86 Bn |
| 2 | Chubb | 129.51 Bn | 121.21 Bn | 9.13 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 | - |
| 8 | American International | 39.46 Bn | 1.67 Bn | 3.50 Bn |
| 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 |
|---|---|
| Dec 31, 2021 | 1.60 Bn |
| Sep 30, 2021 | 277.60 |
| Jun 30, 2021 | 30.30 |
| Mar 31, 2021 | 286.70 |
| Dec 31, 2020 | -251.20 Mn |
| Sep 30, 2020 | -223.00 |
| Jun 30, 2020 | -8.90 |
| Mar 31, 2020 | -12.70 |
| Dec 31, 2019 | 273.60 |
| Sep 30, 2019 | -164.00 |
| Jun 30, 2019 | 0.90 |
| Mar 31, 2019 | 40.90 |
| Sep 30, 2018 | -456.10 |
| Jun 30, 2018 | 177.90 |
| Mar 31, 2018 | -74.80 |
| Sep 30, 2017 | -22.60 |
| Mar 31, 2017 | -113.60 |
Fairfax Financial Holdings Cash from Restructuring 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=cash-from-restructuring&ticker=FRFHF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-restructuring", "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=cash-from-restructuring&ticker=FRFHF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();