Gildan Activewear (GIL) Change in Accured Expenses (2012 - 2020)
Gildan Activewear's (GIL) quarterly Change in Accured Expenses came in at -$67.8 million in Q3 2020, down 268.12% year-over-year from $40.3 million in Q3 2019, and up 20.72% quarter-over-quarter from -$85.6 million in Q2 2020.
Gildan Activewear (GIL) Change in Accured Expenses (2012 - 2020) Analysis & Trends
Gildan Activewear (GIL) has reported Change in Accured Expenses for 9 consecutive years, with -$67.8 million the latest figure, recorded in Q3 2020.
- On a quarterly basis, Change in Accured Expenses fell 268.12% year-over-year to -$67.8 million in Q3 2020; TTM through Sep 2020 was -$233.6 million, a 367.89% decrease from a year earlier, with the FY2024 full-year figure at $1.5 million, up 101.02% from the prior year.
- Change in Accured Expenses was -$67.8 million for Q3 2020 at Gildan Activewear, up from -$85.6 million in the prior quarter.
- Over five years, Change in Accured Expenses peaked at $41.9 million in Q2 2019 and troughed at -$89.4 million in Q1 2020.
- A 5-year average of -$9.3 million and a median of $3.1 million in 2016 frame the typical range for Change in Accured Expenses.
- Across the five-year window, Change in Accured Expenses jumped 447.77% in 2018 and slumped 304.03% in 2020, its largest moves.
- Over 5 years, Change in Accured Expenses stood at -$3.0 million in 2016, then sank by 219.85% to -$9.7 million in 2017, then jumped by 447.77% to $33.8 million in 2018, then plunged by 72.56% to $9.3 million in 2019, then plunged by 831.41% to -$67.8 million in 2020.
- The last three Change in Accured Expenses figures came in at -$67.8 million (Q3 2020), -$85.6 million (Q2 2020), and -$89.4 million (Q1 2020), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change in Accured Expenses (Qtr) |
|---|---|---|---|---|---|
| 1 | Lululemon Athletica | 10.45 Bn | 9.06 Bn | 1.46 Bn | -4.52 Mn |
| 2 | Levi Strauss | 7.65 Bn | 6.67 Bn | 979.10 Mn | - |
| 3 | Gildan Activewear | 7.18 Bn | 6.91 Bn | 459.76 Mn | - |
| 4 | V F | 5.02 Bn | 4.35 Bn | 917.04 Mn | -99.78 Mn |
| 5 | Kontoor Brands | 3.63 Bn | 3.57 Bn | 328.26 Mn | - |
| 6 | Pvh | 3.38 Bn | 2.42 Bn | 1.32 Bn | -413.20 Mn |
| 7 | Columbia Sportswear | 2.91 Bn | 2.29 Bn | 358.43 Mn | -13.16 Mn |
| 8 | Warby Parker | 2.78 Bn | 2.48 Bn | 136.46 Mn | -1.34 Mn |
| 9 | Figs | 2.06 Bn | 1.76 Bn | 147.86 Mn | 3.87 Mn |
| 10 | Under Armour | 2.04 Bn | 1.65 Bn | 593.83 Mn | 36.55 Mn |
Historic Data
| Date | Value |
|---|---|
| Sep 27, 2020 | -67.83 Mn |
| Jun 28, 2020 | -85.56 Mn |
| Mar 29, 2020 | -89.44 Mn |
| Dec 29, 2019 | 9.27 Mn |
| Sep 29, 2019 | 40.35 Mn |
| Jun 30, 2019 | 41.93 Mn |
| Mar 31, 2019 | -28.89 Mn |
| Dec 30, 2018 | 33.79 Mn |
| Sep 30, 2018 | 40.94 Mn |
| Dec 31, 2017 | -9.72 Mn |
| Jan 1, 2017 | -49.78 Mn |
| Oct 2, 2016 | -3.04 Mn |
| Jul 3, 2016 | 24.96 Mn |
| Apr 3, 2016 | 13.41 Mn |
| Oct 4, 2015 | -16.39 Mn |
| Jul 5, 2015 | -68.38 Mn |
| Apr 5, 2015 | -67.50 Mn |
| Oct 5, 2014 | 49.17 Mn |
| Jul 6, 2014 | 19.55 Mn |
| Mar 30, 2014 | -7.39 Mn |
Gildan Activewear Change in Accured Expenses 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-accured-expenses&ticker=GIL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-accured-expenses", "ticker": "GIL", "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-accured-expenses&ticker=GIL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();