Cincinnati Financial (CINF) Income from Non-Controlling Interests (2009 - 2012)
Cincinnati Financial (CINF) posted Income from Non-Controlling Interests of -$23.0 million for Q4 2012, down 126.14% on a QoQ basis from $88.0 million in Q3 2012, and down 121.5% year-over-year from $107.0 million in Q1 2012.
Cincinnati Financial (CINF) Income from Non-Controlling Interests (2009 - 2012) Analysis & Trends
Cincinnati Financial has reported Income from Non-Controlling Interests for 4 years, with the latest figure at -$23.0 million in Q4 2012.
- On a quarterly basis, Income from Non-Controlling Interests fell 121.5% year-over-year to -$23.0 million in Q4 2012; TTM through Dec 2012 was $124.0 million, a 74.65% increase from a year earlier, with the FY2012 full-year figure at $124.0 million, up 74.65% from the prior year.
- Income from Non-Controlling Interests was -$23.0 million for Q4 2012 at Cincinnati Financial, down from $88.0 million in the prior quarter.
- The five-year high for Income from Non-Controlling Interests was $393.0 million in Q4 2009, with the low at -$108.0 million in Q3 2011.
- Average Income from Non-Controlling Interests over 4 years is $98.1 million, with a median of $62.5 million recorded in 2011.
- The largest YoY upside for Income from Non-Controlling Interests was 181.48% in 2012 against a maximum downside of 176.92% in 2012.
- Over 4 years, Income from Non-Controlling Interests stood at $393.0 million in 2009, then changed by 0.0% to $393.0 million in 2010, then sank by 72.77% to $107.0 million in 2011, then tumbled by 121.5% to -$23.0 million in 2012.
- The last three Income from Non-Controlling Interests figures came in at -$23.0 million (Q4 2012), $88.0 million (Q3 2012), and -$20.0 million (Q2 2012), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Inc. Minority (Qtr) |
|---|---|---|---|---|---|
| 1 | Berkshire Hathaway | 1,085.11 Bn | 760.40 Bn | 55.86 Bn | 105.00 Mn |
| 2 | Chubb | 129.51 Bn | 121.21 Bn | 9.13 Bn | 108.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 | - | 167.90 Mn |
| 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 | Cincinnati Financial | 25.45 Bn | 23.56 Bn | 2.39 Bn | - |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2012 | -23.00 Mn |
| Sep 30, 2012 | 88.00 Mn |
| Jun 30, 2012 | -20.00 Mn |
| Mar 31, 2012 | 79.00 Mn |
| Dec 31, 2011 | 107.00 Mn |
| Sep 30, 2011 | -108.00 Mn |
| Jun 30, 2011 | 26.00 Mn |
| Mar 31, 2011 | 46.00 Mn |
| Dec 31, 2010 | 393.00 Mn |
| Dec 31, 2009 | 393.00 Mn |
Cincinnati Financial Income from Non-Controlling Interests 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=income-from-non-controlling-interests&ticker=CINF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-from-non-controlling-interests", "ticker": "CINF", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=income-from-non-controlling-interests&ticker=CINF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();