Hartford Insurance (HIG) Short-Term Debt issuances (2009 - 2020)
Hartford Insurance (HIG) posted Short-Term Debt issuances of -$76.0 million for Q4 2020, up 92.48% on a QoQ basis from -$1.0 billion in Q3 2020.
Hartford Insurance (HIG) Short-Term Debt issuances (2009 - 2020) Analysis & Trends
Hartford Insurance has reported Short-Term Debt issuances for 10 years, with the latest figure at -$76.0 million in Q4 2020.
- On a quarterly basis, Short-Term Debt issuances changed N/A year-over-year to -$76.0 million in Q4 2020; TTM through Sep 2021 was -$76.0 million, a 85.13% increase from a year earlier, with the FY2022 full-year figure at $600.0 million, changed N/A from the prior year.
- Short-Term Debt issuances was -$76.0 million for Q4 2020 at Hartford Insurance, up from -$1.0 billion in the prior quarter.
- The five-year high for Short-Term Debt issuances was $1.2 billion in Q2 2018, with the low at -$1.0 billion in Q3 2020.
- Average Short-Term Debt issuances over 5 years is $227.8 million, with a median of $88.0 million recorded in 2017.
- The sharpest annual moves came in 2016 and 2017: Short-Term Debt issuances plunged 8800.0% in 2016, then jumped 1642.19% in 2017.
- Over 5 years, Short-Term Debt issuances stood at $313.0 million in 2016, then tumbled by 136.42% to -$114.0 million in 2017, then soared by 1147.37% to $1.2 billion in 2018, then declined by 2.01% to $1.2 billion in 2019, then sank by 106.5% to -$76.0 million in 2020.
- The last three Short-Term Debt issuances figures came in at -$76.0 million (Q4 2020), -$1.0 billion (Q3 2020), and $500.0 million (Q1 2020), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | ST Debt Issuance (Qtr) |
|---|---|---|---|---|---|
| 1 | Berkshire Hathaway | 1,085.11 Bn | 760.40 Bn | 55.86 Bn | 388.00 Mn |
| 2 | Chubb | 129.51 Bn | 121.21 Bn | 9.13 Bn | 1.67 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 | -25.00 Mn |
| 5 | Travelers Companies | 75.54 Bn | 51.79 Bn | 6.23 Bn | - |
| 6 | Manulife Financial | 75.22 Bn | 76.43 Bn | - | 805.34 Mn |
| 7 | Metlife | 61.21 Bn | 34.19 Bn | 7.82 Bn | - |
| 8 | Aon | 60.67 Bn | 59.43 Bn | - | 297.00 Mn |
| 9 | Arthur J. Gallagher | 59.09 Bn | 57.73 Bn | - | 3.04 Bn |
| 10 | Hartford Insurance | 34.91 Bn | 18.60 Bn | 3.18 Bn | - |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2020 | -76.00 Mn |
| Sep 30, 2020 | -1.01 Bn |
| Mar 31, 2020 | 500.00 Mn |
| Sep 30, 2019 | 1.17 Bn |
| Mar 31, 2019 | 413.00 Mn |
| Jun 30, 2018 | 1.19 Bn |
| Mar 31, 2018 | -368.00 Mn |
| Dec 31, 2017 | -114.00 Mn |
| Sep 30, 2017 | 88.00 Mn |
| Jun 30, 2017 | 231.00 Mn |
| Mar 31, 2017 | 1.12 Bn |
| Dec 31, 2016 | 313.00 Mn |
| Sep 30, 2016 | -174.00 Mn |
| Jun 30, 2016 | 72.00 Mn |
| Mar 31, 2016 | 64.00 Mn |
| Dec 31, 2015 | 460.00 Mn |
| Sep 30, 2015 | 2.00 Mn |
| Jun 30, 2015 | -12.00 Mn |
| Mar 31, 2015 | 323.00 Mn |
| Jun 30, 2014 | -48.00 Mn |
Hartford Insurance Short-Term Debt issuances 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=short-term-debt-issuances&ticker=HIG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "short-term-debt-issuances", "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=short-term-debt-issuances&ticker=HIG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();