Americold Realty Trust (COLD) Cash from Financing Activities (2017 - 2026)
Americold Realty Trust's (COLD) quarterly Cash from Financing Activities came in at -$9.3 million in Q2 2026, down 111.57% year-over-year from $80.4 million in Q2 2025, and up 19.51% quarter-over-quarter from -$11.6 million in Q1 2026.
Americold Realty Trust (COLD) Cash from Financing Activities (2017 - 2026) Analysis & Trends
Americold Realty Trust (COLD) has reported Cash from Financing Activities for 10 consecutive years, with -$9.3 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Cash from Financing Activities fell 111.57% year-over-year to -$9.3 million in Q2 2026; TTM through Jun 2026 was $95.1 million, a 64.49% decrease from a year earlier, with the FY2025 full-year figure at $383.3 million, up 458.9% from the prior year.
- Cash from Financing Activities was -$9.3 million for Q2 2026 at Americold Realty Trust, up from -$11.6 million in the prior quarter.
- Over five years, Cash from Financing Activities peaked at $186.9 million in Q1 2025 and troughed at -$84.7 million in Q2 2024.
- A 5-year average of $15.5 million and a median of $1.0 million in 2022 frame the typical range for Cash from Financing Activities.
- The widest YoY moves for Cash from Financing Activities: up 977.75% in 2024, down 325.05% in 2024.
- Over 5 years, Cash from Financing Activities stood at -$51.1 million in 2022, then plunged by 35.58% to -$69.3 million in 2023, then grew by 6.25% to -$65.0 million in 2024, then soared by 284.37% to $119.9 million in 2025, then tumbled by 107.77% to -$9.3 million in 2026.
- The last three Cash from Financing Activities figures came in at -$9.3 million (Q2 2026), -$11.6 million (Q1 2026), and $119.9 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Financing Activities (Qtr) |
|---|---|---|---|---|---|
| 1 | Prologis | 125.76 Bn | 130.15 Bn | 2.41 Bn | - |
| 2 | Eastgroup Properties | 10.88 Bn | 10.88 Bn | 193.10 Mn | -83.29 Mn |
| 3 | Rexford Industrial Realty | 8.56 Bn | 8.91 Bn | - | -210.48 Mn |
| 4 | Lineage | 8.39 Bn | 9.32 Bn | 425.00 Mn | -198.00 Mn |
| 5 | STAG Industrial | 7.25 Bn | 7.32 Bn | - | 232.85 Mn |
| 6 | Terreno Realty | 7.08 Bn | 7.08 Bn | - | 75.05 Mn |
| 7 | Americold Realty Trust | 4.11 Bn | 4.11 Bn | 212.69 Mn | -9.31 Mn |
| 8 | LXP Industrial Trust | 3.58 Bn | 3.60 Bn | 71.94 Mn | -27.77 Mn |
| 9 | Innovative Industrial Properties | 1.53 Bn | 1.53 Bn | - | 151.66 Mn |
| 10 | Industrial Logistics Properties Trust | 514.74 Mn | 894.24 Mn | - | -29.50 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -9.31 Mn |
| Mar 31, 2026 | -11.57 Mn |
| Dec 31, 2025 | 119.86 Mn |
| Sep 30, 2025 | -3.92 Mn |
| Jun 30, 2025 | 80.45 Mn |
| Mar 31, 2025 | 186.87 Mn |
| Dec 31, 2024 | -65.01 Mn |
| Sep 30, 2024 | 65.42 Mn |
| Jun 30, 2024 | -84.72 Mn |
| Mar 31, 2024 | -22.47 Mn |
| Dec 31, 2023 | -69.35 Mn |
| Sep 30, 2023 | -7.45 Mn |
| Jun 30, 2023 | 37.65 Mn |
| Mar 31, 2023 | 38.87 Mn |
| Dec 31, 2022 | -51.15 Mn |
| Sep 30, 2022 | 22.25 Mn |
| Jun 30, 2022 | 5.96 Mn |
| Mar 31, 2022 | 46.26 Mn |
| Dec 31, 2021 | 116.22 Mn |
| Sep 30, 2021 | 308.19 Mn |
Americold Realty Trust Cash from Financing Activities 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=cash-from-financing-activities&ticker=COLD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-financing-activities", "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=cash-from-financing-activities&ticker=COLD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();