Fairfax Financial Holdings (FRFHF) Operating Income (2009 - 2022)
Fairfax Financial Holdings' (FRFHF) quarterly Operating Income came in at $61.0 million in Q4 2022, down 6.15% on a YoY basis from $65.0 million in Q4 2021, and down 6.15% quarter-over-quarter from $65.0 million in Q4 2021.
Fairfax Financial Holdings (FRFHF) Operating Income (2009 - 2022) Analysis & Trends
Fairfax Financial Holdings (FRFHF) has reported Operating Income for 11 consecutive years, with $61.0 million the latest figure, recorded in Q4 2022.
- For the quarter ending Q4 2022, Operating Income fell 6.15% year-over-year to $61.0 million; the trailing twelve-month figure through Dec 2022 stood at $608.0 million (down 1.71% YoY), and the FY2025 full-year result was $6.1 billion, changed N/A from the prior year.
- Operating Income eased to $61.0 million in Q4 2022 per FRFHF's latest filing, from $65.0 million in the prior quarter.
- Across five years, Operating Income topped out at $250.7 million in Q4 2019 and bottomed at $61.0 million in Q4 2022.
- Historically, Operating Income has averaged $152.0 million across 4 years, with a median of $148.2 million in 2018.
- The sharpest annual moves came in 2018 and 2022: Operating Income soared 223.04% in 2018, then fell 6.15% in 2022.
- Over 4 years, Operating Income stood at $231.3 million in 2018, then advanced by 8.39% to $250.7 million in 2019, then slumped by 74.07% to $65.0 million in 2021, then dropped by 6.15% to $61.0 million in 2022.
- According to Business Quant data, Operating Income over the past three periods registered $61.0 million, $65.0 million, and $250.7 million for Q4 2022, Q4 2021, and Q4 2019 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Op. Inc (Qtr) |
|---|---|---|---|---|---|
| 1 | Berkshire Hathaway | 1,085.11 Bn | 760.40 Bn | 55.86 Bn | -30.21 Bn |
| 2 | Chubb | 129.51 Bn | 121.21 Bn | 9.13 Bn | 1.76 Bn |
| 3 | Progressive | 120.30 Bn | 115.30 Bn | 9.04 Bn | -10.36 Bn |
| 4 | Travelers Companies | 75.54 Bn | 51.79 Bn | 6.23 Bn | 1.07 Bn |
| 5 | Allstate | 58.28 Bn | 19.52 Bn | 16.28 Bn | 1.01 Bn |
| 6 | Aflac | 57.57 Bn | -45.43 Bn | 2.27 Bn | 984.00 Mn |
| 7 | Fairfax Financial Holdings | 48.63 Bn | 53.34 Bn | - | - |
| 8 | American International | 39.46 Bn | 1.67 Bn | 3.50 Bn | 1.13 Bn |
| 9 | Hartford Insurance | 34.91 Bn | 18.60 Bn | 3.18 Bn | 800.00 Mn |
| 10 | Arch Capital | 32.40 Bn | 31.29 Bn | 2.47 Bn | -1.02 Bn |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2022 | 61.00 Mn |
| Dec 31, 2021 | 65.00 Mn |
| Dec 31, 2019 | 250.70 Mn |
| Dec 31, 2018 | 231.30 Mn |
| Dec 31, 2017 | 71.60 Mn |
| Dec 31, 2016 | 298.60 Mn |
| Jun 30, 2016 | 209.30 Mn |
| Dec 31, 2015 | 360.30 Mn |
| Sep 30, 2015 | 260.60 Mn |
| Jun 30, 2015 | 324.50 Mn |
| Dec 31, 2014 | 915.40 |
| Jun 30, 2014 | 202.20 |
| Dec 31, 2013 | 770.20 |
| Dec 31, 2012 | 298.50 |
| Mar 31, 2012 | 103.40 Mn |
| Mar 31, 2009 | 820.40 Mn |
Fairfax Financial Holdings Operating Income 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=operating-income&ticker=FRFHF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "operating-income", "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=operating-income&ticker=FRFHF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();