Fairfax Financial Holdings (FRFHF) Divestments (2009 - 2021)
Fairfax Financial Holdings' (FRFHF) quarterly Divestments came in at $186.8 million in Q4 2021, up 549.04% quarter-over-quarter from -$41.6 million in Q4 2019.
Fairfax Financial Holdings (FRFHF) Divestments (2009 - 2021) Analysis & Trends
Fairfax Financial Holdings (FRFHF) has reported Divestments for 5 consecutive years, with $186.8 million the latest figure, recorded in Q4 2021.
- For the quarter ending Q4 2021, Divestments changed N/A year-over-year to $186.8 million; the trailing twelve-month figure through Dec 2021 stood at $103.6 million (changed N/A YoY), and the FY2022 full-year result was $10.5 million, down 94.38% from the prior year.
- Divestments advanced to $186.8 million in Q4 2021 per FRFHF's latest filing, from -$41.6 million in the prior quarter.
- Across five years, Divestments topped out at $186.8 million in Q4 2021 and bottomed at -$67.7 million in Q1 2018.
- Historically, Divestments has averaged $28.5 million across 3 years, with a median of -$20.8 million in 2019.
- The widest YoY moves for Divestments: up 100.0% in 2019, down 130.72% in 2019.
- Over 3 years, Divestments stood at $135.4 million in 2018, then sank by 130.72% to -$41.6 million in 2019, then soared by 549.04% to $186.8 million in 2021.
- According to Business Quant data, Divestments over the past three periods registered $186.8 million, -$41.6 million, and -$41.6 million for Q4 2021, Q4 2019, and Q2 2019 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Divestments (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 | 485.00 Mn |
| 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 | 70.00 Mn |
| 10 | Arch Capital | 32.40 Bn | 31.29 Bn | 2.47 Bn | - |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2021 | 186.80 Mn |
| Dec 31, 2019 | -41.60 Mn |
| Jun 30, 2019 | -41.60 Mn |
| Mar 31, 2019 | 1.30 |
| Dec 31, 2018 | 135.40 Mn |
| Mar 31, 2018 | -67.70 Mn |
| Jun 30, 2010 | -274.00 Mn |
| Mar 31, 2010 | -141.40 Mn |
| Dec 31, 2009 | 169.60 Mn |
| Sep 30, 2009 | -596.10 Mn |
| Jun 30, 2009 | -320.30 Mn |
| Mar 31, 2009 | -86.50 Mn |
Fairfax Financial Holdings Divestments 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=divestments&ticker=FRFHF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "divestments", "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=divestments&ticker=FRFHF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();