First Horizon Corp (FHN-PE) Change in Inventory (2009 - 2020)
First Horizon's (FHN-PE) quarterly Change in Inventory came in at -$967.2 million in Q2 2020, down 148.59% year-over-year from $2.0 billion in Q3 2019, and down 823.14% quarter-over-quarter from $133.8 million in Q1 2020.
First Horizon Corp (FHN-PE) Change in Inventory (2009 - 2020) Analysis & Trends
First Horizon has disclosed Change in Inventory across 12 years of filings, most recently posting -$967.2 million for Q2 2020.
- In Q2 2020, Change in Inventory fell 148.59% year-over-year to -$967.2 million; the TTM figure through Jun 2020 stood at -$1.7 billion (down 6.58% YoY), while the FY2019 annual figure was -$1.4 billion, down 4.85% from the prior year.
- Change in Inventory came in at -$967.2 million for Q2 2020 at First Horizon, down from $133.8 million in the prior quarter.
- In the past five years, Change in Inventory ranged from a high of $346.6 million in Q1 2016 to a low of -$967.2 million in Q2 2020.
- Average Change in Inventory over 5 years is -$178.5 million, with a median of -$58.1 million recorded in 2016.
- Year-over-year, Change in Inventory jumped 182.01% in 2016 and slumped 8846.72% in 2018.
- Over 5 years, Change in Inventory stood at -$423.2 million in 2016, then surged by 87.51% to -$52.8 million in 2017, then sank by 1725.11% to -$964.4 million in 2018, then jumped by 64.16% to -$345.6 million in 2019, then slumped by 179.88% to -$967.2 million in 2020.
- Per Business Quant data, the three most recent Change in Inventory figures were -$967.2 million in Q2 2020, $133.8 million in Q1 2020, and -$345.6 million in Q4 2019.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2020 | -967.24 Mn |
| Mar 31, 2020 | 133.76 Mn |
| Dec 31, 2019 | -345.59 Mn |
| Sep 30, 2019 | -495.84 Mn |
| Jun 30, 2019 | -389.09 Mn |
| Mar 31, 2019 | -192.10 Mn |
| Dec 31, 2018 | -964.39 Mn |
| Sep 30, 2018 | -25.94 Mn |
| Jun 30, 2018 | -555.32 Mn |
| Mar 31, 2018 | 188.85 Mn |
| Dec 31, 2017 | -52.84 Mn |
| Sep 30, 2017 | 153.76 Mn |
| Jun 30, 2017 | -6.21 Mn |
| Mar 31, 2017 | 286.34 Mn |
| Dec 31, 2016 | -423.16 Mn |
| Sep 30, 2016 | 157.92 Mn |
| Jun 30, 2016 | -63.28 Mn |
| Mar 31, 2016 | 346.56 Mn |
| Dec 31, 2015 | -505.46 Mn |
| Sep 30, 2015 | 56.00 Mn |
First Horizon Corp Change in Inventory 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=change-in-inventory&ticker=FHN-PE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-inventory", "ticker": "FHN-PE", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=change-in-inventory&ticker=FHN-PE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();