Marsh & Mclennan Companies (MRSH) Income from Discontinued Operations (2009 - 2017)
Marsh & Mclennan Companies' (MRSH) quarterly Income from Discontinued Operations came in at $2.0 million in Q4 2017, up 100.0% quarter-over-quarter from $1.0 million in Q4 2015.
Marsh & Mclennan Companies (MRSH) Income from Discontinued Operations (2009 - 2017) Analysis & Trends
Marsh & Mclennan Companies (MRSH) has reported Income from Discontinued Operations for 8 consecutive years, with $2.0 million the latest figure, recorded in Q4 2017.
- For the quarter ending Q4 2017, Income from Discontinued Operations changed N/A year-over-year to $2.0 million; the trailing twelve-month figure through Dec 2017 stood at $2.0 million (changed N/A YoY), and the FY2017 full-year result was $2.0 million, changed N/A from the prior year.
- Income from Discontinued Operations climbed to $2.0 million in Q4 2017 per MRSH's latest filing, from $1.0 million in the prior quarter.
- Across five years, Income from Discontinued Operations topped out at $30.0 million in Q4 2014 and bottomed at -$5.0 million in Q2 2013.
- Historically, Income from Discontinued Operations has averaged $3.1 million across 4 years, with a median of -$1.0 million in 2013.
- The sharpest annual moves came in 2013 and 2015: Income from Discontinued Operations slumped 200.0% in 2013, then surged 300.0% in 2015.
- Over 4 years, Income from Discontinued Operations stood at -$1.0 million in 2013, then jumped by 3100.0% to $30.0 million in 2014, then plunged by 96.67% to $1.0 million in 2015, then jumped by 100.0% to $2.0 million in 2017.
- According to Business Quant data, Income from Discontinued Operations over the past three periods registered $2.0 million, $1.0 million, and $2.0 million for Q4 2017, Q4 2015, and Q3 2015 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Income (Discontinued) (Qtr) |
|---|---|---|---|---|---|
| 1 | Marsh & Mclennan Companies | 81.24 Bn | 69.29 Bn | 6.04 Bn | - |
| 2 | Aon | 60.67 Bn | 59.43 Bn | - | - |
| 3 | Arthur J. Gallagher | 59.09 Bn | 57.73 Bn | - | - |
| 4 | Willis Towers Watson | 28.02 Bn | 26.44 Bn | 2.09 Bn | - |
| 5 | Brown & Brown | 20.61 Bn | 19.72 Bn | 1.41 Bn | - |
| 6 | XChange TEC.INC | 11.95 Bn | 11.95 Bn | - | - |
| 7 | Erie Indemnity | 10.83 Bn | 10.48 Bn | - | - |
| 8 | Ryan Specialty Holdings | 9.82 Bn | 10.19 Bn | - | - |
| 9 | Hagerty | 4.67 Bn | 4.81 Bn | 244.11 Mn | - |
| 10 | Baldwin Insurance | 4.45 Bn | 4.81 Bn | - | - |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2017 | 2.00 Mn |
| Dec 31, 2015 | 1.00 Mn |
| Sep 30, 2015 | 2.00 Mn |
| Mar 31, 2015 | -3.00 Mn |
| Dec 31, 2014 | 30.00 Mn |
| Sep 30, 2014 | -1.00 Mn |
| Jun 30, 2014 | -2.00 Mn |
| Mar 31, 2014 | -1.00 Mn |
| Sep 30, 2013 | -1.00 Mn |
| Jun 30, 2013 | -5.00 Mn |
| Mar 31, 2013 | 12.00 Mn |
| Dec 31, 2012 | -2.00 Mn |
| Sep 30, 2012 | 1.00 Mn |
| Jun 30, 2012 | -2.00 Mn |
| Dec 31, 2011 | 16.00 Mn |
| Sep 30, 2011 | 2.00 Mn |
| Jun 30, 2011 | 3.00 Mn |
| Mar 31, 2011 | 12.00 Mn |
| Dec 31, 2010 | 14.00 Mn |
| Sep 30, 2010 | 43.00 Mn |
Marsh & Mclennan Companies 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=MRSH&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-from-discontinued-operations", "ticker": "MRSH", "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=MRSH&period=max&api_key=YOUR_API_KEY");
const data = await res.json();