Fairfax Financial Holdings (FRFHF) Other Non Operating Income (2010 - 2020)
Fairfax Financial Holdings' (FRFHF) quarterly Other Non Operating Income came in at -$117.1 million in Q1 2020, down 267.29% quarter-over-quarter from $70.0 million in Q4 2019.
Fairfax Financial Holdings (FRFHF) Other Non Operating Income (2010 - 2020) Analysis & Trends
Fairfax Financial Holdings (FRFHF) has reported Other Non Operating Income for 9 consecutive years, with -$117.1 million the latest figure, recorded in Q1 2020.
- For the quarter ending Q1 2020, Other Non Operating Income changed N/A year-over-year to -$117.1 million; the trailing twelve-month figure through Mar 2020 stood at -$23.4 million (changed N/A YoY), and the FY2020 full-year result was $77.8 million, down 16.97% from the prior year.
- Other Non Operating Income retreated to -$117.1 million in Q1 2020 per FRFHF's latest filing, from $70.0 million in the prior quarter.
- Across five years, Other Non Operating Income topped out at $70.0 million in Q4 2019 and bottomed at -$117.1 million in Q1 2020.
- Historically, Other Non Operating Income has averaged $6.4 million across 4 years, with a median of $22.3 million in 2018.
- The widest YoY moves for Other Non Operating Income: up 703.85% in 2018, down 703.85% in 2018.
- Over 4 years, Other Non Operating Income stood at $2.6 million in 2017, then jumped by 1361.54% to $38.0 million in 2018, then surged by 84.21% to $70.0 million in 2019, then tumbled by 267.29% to -$117.1 million in 2020.
- According to Business Quant data, Other Non Operating Income over the past three periods registered -$117.1 million, $70.0 million, and $23.7 million for Q1 2020, Q4 2019, and Q3 2019 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 |
|---|---|
| Mar 31, 2020 | -117.10 Mn |
| Dec 31, 2019 | 70.00 Mn |
| Sep 30, 2019 | 23.70 Mn |
| Jun 30, 2018 | 38.00 Mn |
| Mar 31, 2018 | 20.90 Mn |
| Mar 31, 2017 | 2.60 Mn |
| Dec 31, 2014 | 3.50 Mn |
| Jun 30, 2014 | 100,000.00 |
| Mar 31, 2013 | 3.40 Mn |
| Dec 31, 2012 | -41.40 Mn |
| Jun 30, 2012 | 800,000.00 |
| Dec 31, 2011 | -208.40 Mn |
| Jun 30, 2011 | 104.20 Mn |
| Sep 30, 2010 | 2.30 Mn |
Fairfax Financial Holdings Other Non 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=other-non-operating-income&ticker=FRFHF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-non-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=other-non-operating-income&ticker=FRFHF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();