Fairfax Financial Holdings (FRFHF) Investment Income (2009 - 2016)
Fairfax Financial Holdings' (FRFHF) quarterly Investment Income came in at $118.7 million in Q2 2016, up 109.39% on a YoY basis from $56.7 million in Q3 2015, and up 127.45% quarter-over-quarter from -$432.5 million in Q3 2015.
Fairfax Financial Holdings (FRFHF) Investment Income (2009 - 2016) Analysis & Trends
Fairfax Financial Holdings (FRFHF) has reported Investment Income for 7 consecutive years, with $118.7 million the latest figure, recorded in Q2 2016.
- For the quarter ending Q2 2016, Investment Income rose 109.39% year-over-year to $118.7 million; the trailing twelve-month figure through Jun 2016 stood at -$1.6 billion (down 24.83% YoY), and the FY2010 full-year result was $122.3 million, down 42.66% from the prior year.
- Investment Income advanced to $118.7 million in Q2 2016 per FRFHF's latest filing, from -$432.5 million in the prior quarter.
- Across five years, Investment Income topped out at $118.7 million in Q2 2016 and bottomed at -$1.3 billion in Q2 2015.
- Historically, Investment Income has averaged -$225.4 million across 5 years, with a median of $268.1 in 2014.
- The sharpest annual moves came in 2014 and 2015: Investment Income surged 219.91% in 2014, then sank 471465970.94% in 2015.
- Over 5 years, Investment Income stood at $589.4 in 2012, then tumbled by 263.15% to -$961.6 in 2013, then soared by 219.91% to $1153.1 in 2014, then sank by 37507688.24% to -$432.5 million in 2015, then jumped by 127.45% to $118.7 million in 2016.
- According to Business Quant data, Investment Income over the past three periods registered $118.7 million, -$432.5 million, and -$1.3 billion for Q2 2016, Q3 2015, and Q2 2015 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Inv. Income (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 |
|---|---|
| Jun 30, 2016 | 118.70 Mn |
| Sep 30, 2015 | -432.50 Mn |
| Jun 30, 2015 | -1.26 Bn |
| Dec 31, 2014 | 1,153.10 |
| Jun 30, 2014 | 268.10 |
| Dec 31, 2013 | -961.60 |
| Dec 31, 2012 | 589.40 |
| Dec 31, 2010 | 66.30 Mn |
| Dec 31, 2009 | 39.20 Mn |
Fairfax Financial Holdings Investment 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=investment-income&ticker=FRFHF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "investment-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=investment-income&ticker=FRFHF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();