Loews (L) Income from Discontinued Operations (2009 - 2014)
Loews' (L) quarterly Income from Discontinued Operations came in at -$7.0 million in Q4 2014, up 98.43% on a YoY basis from -$3.5 million in Q4 2013, and down 124.14% quarter-over-quarter from $29.0 million in Q3 2014.
Loews (L) Income from Discontinued Operations (2009 - 2014) Analysis & Trends
Loews (L) has reported Income from Discontinued Operations for 4 consecutive years, with -$7.0 million the latest figure, recorded in Q4 2014.
- For the quarter ending Q4 2014, Income from Discontinued Operations rose 98.43% year-over-year to -$7.0 million; the trailing twelve-month figure through Dec 2014 stood at -$371.0 million (up 33.03% YoY), and the FY2014 full-year result was -$391.0 million, up 29.42% from the prior year.
- Income from Discontinued Operations fell to -$7.0 million in Q4 2014 per L's latest filing, from $29.0 million in the prior quarter.
- Across five years, Income from Discontinued Operations topped out at $29.0 million in Q3 2014 and bottomed at -$446.0 million in Q4 2013.
- Historically, Income from Discontinued Operations has averaged -$85.7 million across 3 years, with a median of -$20.0 million in 2010.
- The sharpest annual moves came in 2010 and 2014: Income from Discontinued Operations soared 200.0% in 2010, then sank 2437.5% in 2014.
- Over 3 years, Income from Discontinued Operations stood at $1.0 million in 2010, then tumbled by 44700.0% to -$446.0 million in 2013, then surged by 98.43% to -$7.0 million in 2014.
- According to Business Quant data, Income from Discontinued Operations over the past three periods registered -$7.0 million, $29.0 million, and -$187.0 million for Q4 2014, Q3 2014, and Q2 2014 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Income (Discontinued) (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 | Marsh & Mclennan Companies | 81.24 Bn | 69.29 Bn | 6.04 Bn | - |
| 5 | Travelers Companies | 75.54 Bn | 51.79 Bn | 6.23 Bn | - |
| 6 | Manulife Financial | 75.22 Bn | 76.43 Bn | - | - |
| 7 | Metlife | 61.21 Bn | 34.19 Bn | 7.82 Bn | - |
| 8 | Aon | 60.67 Bn | 59.43 Bn | - | - |
| 9 | Arthur J. Gallagher | 59.09 Bn | 57.73 Bn | - | - |
| 10 | Loews | 21.65 Bn | 268.94 Mn | 2.57 Bn | - |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2014 | -7.00 Mn |
| Sep 30, 2014 | 29.00 Mn |
| Jun 30, 2014 | -187.00 Mn |
| Mar 31, 2014 | -206.00 Mn |
| Dec 31, 2013 | -446.00 Mn |
| Sep 30, 2013 | -36.00 Mn |
| Jun 30, 2013 | 8.00 Mn |
| Mar 31, 2013 | -80.00 Mn |
| Dec 31, 2010 | 1.00 Mn |
| Sep 30, 2010 | -20.00 Mn |
| Jun 30, 2010 | 1.00 Mn |
| Sep 30, 2009 | -1.00 Mn |
| Jun 30, 2009 | -1.00 Mn |
Loews Income from Discontinued Operations 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-discontinued-operations&ticker=L&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-from-discontinued-operations", "ticker": "L", "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-discontinued-operations&ticker=L&period=max&api_key=YOUR_API_KEY");
const data = await res.json();