Fairfax Financial Holdings (FRFHF) Revenue (2009 - 2022)
Fairfax Financial Holdings' (FRFHF) quarterly Revenue came in at $5.7 billion in Q4 2022, up 30.21% on a YoY basis from $4.4 billion in Q4 2021, and up 5.63% quarter-over-quarter from $5.4 billion in Q3 2022.
Fairfax Financial Holdings (FRFHF) Revenue (2009 - 2022) Analysis & Trends
Fairfax Financial Holdings (FRFHF) has reported Revenue for 14 consecutive years, with $5.7 billion the latest figure, recorded in Q4 2022.
- For the quarter ending Q4 2022, Revenue rose 30.21% year-over-year to $5.7 billion; the trailing twelve-month figure through Dec 2022 stood at $21.0 billion (up 26.86% YoY), and the FY2025 full-year result was $2.6 billion, changed N/A from the prior year.
- Revenue advanced to $5.7 billion in Q4 2022 per FRFHF's latest filing, from $5.4 billion in the prior quarter.
- Across five years, Revenue topped out at $5.7 billion in Q4 2022 and bottomed at $2.7 billion in Q1 2018.
- Historically, Revenue has averaged $3.8 billion across 5 years, with a median of $3.5 billion in 2019.
- The sharpest annual moves came in 2018 and 2020: Revenue soared 40.55% in 2018, then decreased 3.83% in 2020.
- Over 5 years, Revenue stood at $3.3 billion in 2018, then increased by 0.7% to $3.3 billion in 2019, then climbed by 12.59% to $3.7 billion in 2020, then increased by 18.36% to $4.4 billion in 2021, then surged by 30.21% to $5.7 billion in 2022.
- According to Business Quant data, Revenue over the past three periods registered $5.7 billion, $5.4 billion, and $5.1 billion for Q4 2022, Q3 2022, and Q2 2022 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Revenue (Qtr) |
|---|---|---|---|---|---|
| 1 | Berkshire Hathaway | 1,081.86 Bn | 757.14 Bn | 55.86 Bn | 101.81 Bn |
| 2 | Chubb | 130.08 Bn | 121.79 Bn | 9.13 Bn | 15.82 Bn |
| 3 | Progressive | 123.39 Bn | 118.39 Bn | 9.04 Bn | 23.61 Bn |
| 4 | Travelers Companies | 77.46 Bn | 53.70 Bn | 6.23 Bn | 12.15 Bn |
| 5 | Allstate | 61.68 Bn | 22.93 Bn | 16.28 Bn | 18.60 Bn |
| 6 | Aflac | 57.85 Bn | -45.15 Bn | 2.27 Bn | 4.12 Bn |
| 7 | Fairfax Financial Holdings | 48.60 Bn | 53.31 Bn | - | - |
| 8 | American International | 39.11 Bn | 1.31 Bn | 3.50 Bn | 7.09 Bn |
| 9 | Hartford Insurance | 35.42 Bn | 19.10 Bn | 3.18 Bn | 7.26 Bn |
| 10 | Cincinnati Financial | 25.61 Bn | 23.72 Bn | 2.39 Bn | 4.27 Bn |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2022 | 5.70 Bn |
| Sep 30, 2022 | 5.39 Bn |
| Jun 30, 2022 | 5.14 Bn |
| Mar 31, 2022 | 4.78 Bn |
| Dec 31, 2021 | 4.37 Bn |
| Sep 30, 2021 | 4.44 Bn |
| Jun 30, 2021 | 4.01 Bn |
| Mar 31, 2021 | 3.73 Bn |
| Dec 31, 2020 | 3.70 Bn |
| Sep 30, 2020 | 3.57 Bn |
| Jun 30, 2020 | 3.33 Bn |
| Mar 31, 2020 | 3.39 Bn |
| Dec 31, 2019 | 3.28 Bn |
| Sep 30, 2019 | 3.27 Bn |
| Jun 30, 2019 | 3.16 Bn |
| Mar 31, 2019 | 3.52 Bn |
| Dec 31, 2018 | 3.26 Bn |
| Sep 30, 2018 | 3.06 Bn |
| Jun 30, 2018 | 3.00 Bn |
| Mar 31, 2018 | 2.74 Bn |
Fairfax Financial Holdings Revenue 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=revenue&ticker=FRFHF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "revenue", "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=revenue&ticker=FRFHF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();