Hartford Insurance (HIG) Income from Discontinued Operations (2010 - 2026)
Hartford Insurance (HIG) posted Income from Discontinued Operations of $318.0 million for Q2 2026, up 457.89% on a QoQ basis from $57.0 million in Q2 2025, and up 457.89% year-over-year from $57.0 million in Q2 2025.
Hartford Insurance (HIG) Income from Discontinued Operations (2010 - 2026) Analysis & Trends
Hartford Insurance has reported Income from Discontinued Operations for 11 years, with the latest figure at $318.0 million in Q2 2026.
- On a quarterly basis, Income from Discontinued Operations rose 457.89% year-over-year to $318.0 million in Q2 2026; TTM through Jun 2026 was $375.0 million, a 557.89% increase from a year earlier, with the FY2018 full-year figure at $322.0 million, up 111.22% from the prior year.
- Income from Discontinued Operations was $318.0 million for Q2 2026 at Hartford Insurance, up from $57.0 million in the prior quarter.
- The five-year high for Income from Discontinued Operations was $318.0 million in Q2 2026, with the low at $57.0 million in Q2 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Income (Discontinued) (Qtr) |
|---|---|---|---|---|---|
| 1 | Berkshire Hathaway | 1,098.17 Bn | 773.46 Bn | 55.86 Bn | - |
| 2 | Chubb | 131.33 Bn | 123.03 Bn | 9.13 Bn | - |
| 3 | Progressive | 124.08 Bn | 119.08 Bn | 9.04 Bn | - |
| 4 | Travelers Companies | 78.14 Bn | 54.38 Bn | 6.23 Bn | - |
| 5 | Allstate | 63.45 Bn | 24.70 Bn | 16.28 Bn | - |
| 6 | Aflac | 58.44 Bn | -44.57 Bn | 2.27 Bn | - |
| 7 | Fairfax Financial Holdings | 48.96 Bn | 53.68 Bn | - | - |
| 8 | American International | 39.52 Bn | 1.72 Bn | 3.50 Bn | - |
| 9 | Hartford Insurance | 35.73 Bn | 19.42 Bn | 3.18 Bn | 318.00 Mn |
| 10 | Berkley W R | 25.97 Bn | 21.87 Bn | 1.76 Bn | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 318.00 Mn |
| Jun 30, 2025 | 57.00 Mn |
| Sep 30, 2018 | 5.00 Mn |
| Jun 30, 2018 | 148.00 Mn |
| Mar 31, 2018 | 169.00 Mn |
| Dec 31, 2017 | -3.15 Bn |
| Sep 30, 2017 | 89.00 Mn |
| Jun 30, 2017 | 112.00 Mn |
| Mar 31, 2017 | 75.00 Mn |
| Dec 31, 2016 | 54.00 Mn |
| Sep 30, 2016 | 87.00 Mn |
| Jun 30, 2016 | 117.00 Mn |
| Mar 31, 2016 | 25.00 Mn |
| Sep 30, 2015 | 9.00 Mn |
| Dec 31, 2014 | 37.00 Mn |
| Jun 30, 2014 | -617.00 Mn |
| Mar 31, 2014 | 29.00 Mn |
| Dec 31, 2013 | -70.00 Mn |
| Sep 30, 2013 | -72.00 Mn |
| Jun 30, 2013 | -423.00 Mn |
Hartford Insurance 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=HIG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-from-discontinued-operations", "ticker": "HIG", "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=HIG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();