Columbia Sportswear (COLM) Change in Accured Expenses (2010 - 2026)
Columbia Sportswear's (COLM) quarterly Change in Accured Expenses came in at -$13.2 million in Q2 2026, up 27.71% year-over-year from -$10.3 million in Q2 2025, and up 82.17% quarter-over-quarter from -$73.8 million in Q1 2026.
Columbia Sportswear (COLM) Change in Accured Expenses (2010 - 2026) Analysis & Trends
Columbia Sportswear has disclosed Change in Accured Expenses across 17 years of filings, most recently posting -$13.2 million for Q2 2026.
- In Q2 2026, Change in Accured Expenses rose 27.71% year-over-year to -$13.2 million; the TTM figure through Jun 2026 stood at -$8.2 million (up 50.98% YoY), while the FY2025 annual figure was -$10.5 million, down 218.91% from the prior year.
- Change in Accured Expenses came in at -$13.2 million for Q2 2026 at Columbia Sportswear, up from -$73.8 million in the prior quarter.
- In the past five years, Change in Accured Expenses ranged from a high of $60.8 million in Q3 2025 to a low of -$81.4 million in Q1 2022.
- Average Change in Accured Expenses over 5 years is -$7.2 million, with a median of -$13.9 million recorded in 2024.
- Year-over-year, Change in Accured Expenses tumbled 320.3% in 2023 and jumped 183.24% in 2024.
- Over 5 years, Change in Accured Expenses stood at $39.1 million in 2022, then sank by 151.13% to -$20.0 million in 2023, then jumped by 183.24% to $16.6 million in 2024, then increased by 7.89% to $18.0 million in 2025, then tumbled by 173.32% to -$13.2 million in 2026.
- Per Business Quant data, the three most recent Change in Accured Expenses figures were -$13.2 million in Q2 2026, -$73.8 million in Q1 2026, and $18.0 million in Q4 2025.
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 |
|---|---|
| Jun 30, 2026 | -13.16 Mn |
| Mar 31, 2026 | -73.80 Mn |
| Dec 31, 2025 | 17.95 Mn |
| Sep 30, 2025 | 60.78 Mn |
| Jun 30, 2025 | -18.21 Mn |
| Mar 31, 2025 | -71.01 Mn |
| Dec 31, 2024 | 16.64 Mn |
| Sep 30, 2024 | 55.80 Mn |
| Jun 30, 2024 | -14.58 Mn |
| Mar 31, 2024 | -49.05 Mn |
| Dec 31, 2023 | -19.99 Mn |
| Sep 30, 2023 | 48.51 Mn |
| Jun 30, 2023 | -31.22 Mn |
| Mar 31, 2023 | -59.54 Mn |
| Dec 31, 2022 | 39.09 Mn |
| Sep 30, 2022 | 48.79 Mn |
| Jun 30, 2022 | 14.17 Mn |
| Mar 31, 2022 | -81.37 Mn |
| Dec 31, 2021 | 41.64 Mn |
| Sep 30, 2021 | 92.01 Mn |
Columbia Sportswear 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=COLM&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-accured-expenses", "ticker": "COLM", "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=COLM&period=max&api_key=YOUR_API_KEY");
const data = await res.json();