Americold Realty Trust (COLD) Free Cash Flow (2017 - 2026)
Americold Realty Trust's (COLD) quarterly Free Cash Flow came in at -$40.3 million in Q2 2026, up 29.73% year-over-year from -$31.1 million in Q2 2025, and up 42.52% quarter-over-quarter from -$70.1 million in Q1 2026.
Americold Realty Trust (COLD) Free Cash Flow (2017 - 2026) Analysis & Trends
Americold Realty Trust (COLD) has reported Free Cash Flow for 10 consecutive years, with -$40.3 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Free Cash Flow rose 29.73% year-over-year to -$40.3 million in Q2 2026; TTM through Jun 2026 was -$187.9 million, a 48.16% decrease from a year earlier, with the FY2025 full-year figure at -$217.2 million, down 312.07% from the prior year.
- Free Cash Flow was -$40.3 million for Q2 2026 at Americold Realty Trust, up from -$70.1 million in the prior quarter.
- Over five years, Free Cash Flow peaked at $96.8 million in Q4 2023 and troughed at -$82.3 million in Q1 2025.
- A 5-year average of -$7.3 million and a median of -$20.1 million in 2022 frame the typical range for Free Cash Flow.
- Across the five-year window, Free Cash Flow jumped 520.82% in 2024 and tumbled 607.15% in 2025, its largest moves.
- Over 5 years, Free Cash Flow stood at $62.9 million in 2022, then jumped by 53.98% to $96.8 million in 2023, then tumbled by 40.69% to $57.4 million in 2024, then sank by 121.17% to -$12.2 million in 2025, then tumbled by 231.65% to -$40.3 million in 2026.
- The last three Free Cash Flow figures came in at -$40.3 million (Q2 2026), -$70.1 million (Q1 2026), and -$12.2 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Free Cash Flow (Qtr) |
|---|---|---|---|---|---|
| 1 | Prologis | 125.76 Bn | 130.15 Bn | 2.41 Bn | - |
| 2 | Eastgroup Properties | 10.88 Bn | 10.88 Bn | 193.10 Mn | 105.38 Mn |
| 3 | Rexford Industrial Realty | 8.56 Bn | 8.91 Bn | - | 58.73 Mn |
| 4 | Lineage | 8.39 Bn | 9.32 Bn | 425.00 Mn | 186.00 Mn |
| 5 | STAG Industrial | 7.25 Bn | 7.32 Bn | - | -154.11 Mn |
| 6 | Terreno Realty | 7.08 Bn | 7.08 Bn | - | -98.93 Mn |
| 7 | Americold Realty Trust | 4.11 Bn | 4.11 Bn | 212.69 Mn | -40.31 Mn |
| 8 | LXP Industrial Trust | 3.58 Bn | 3.60 Bn | 71.94 Mn | -48.84 Mn |
| 9 | Innovative Industrial Properties | 1.53 Bn | 1.53 Bn | - | 44.28 Mn |
| 10 | Industrial Logistics Properties Trust | 514.74 Mn | 894.24 Mn | - | 19.79 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -40.31 Mn |
| Mar 31, 2026 | -70.12 Mn |
| Dec 31, 2025 | -12.15 Mn |
| Sep 30, 2025 | -65.35 Mn |
| Jun 30, 2025 | -57.36 Mn |
| Mar 31, 2025 | -82.34 Mn |
| Dec 31, 2024 | 57.40 Mn |
| Sep 30, 2024 | -44.55 Mn |
| Jun 30, 2024 | 73.33 Mn |
| Mar 31, 2024 | 16.24 Mn |
| Dec 31, 2023 | 96.79 Mn |
| Sep 30, 2023 | 50.10 Mn |
| Jun 30, 2023 | -17.43 Mn |
| Mar 31, 2023 | -27.78 Mn |
| Dec 31, 2022 | 62.86 Mn |
| Sep 30, 2022 | -22.76 Mn |
| Jun 30, 2022 | 28.97 Mn |
| Mar 31, 2022 | -77.43 Mn |
| Dec 31, 2021 | -16.22 Mn |
| Sep 30, 2021 | -71.93 Mn |
Americold Realty Trust Free Cash Flow 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=free-cash-flow&ticker=COLD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "free-cash-flow", "ticker": "COLD", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=free-cash-flow&ticker=COLD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();