STAG Industrial (STAG) Free Cash Flow (2010 - 2026)
STAG Industrial's (STAG) quarterly Free Cash Flow came in at -$154.1 million in Q2 2026, down 347.34% year-over-year from $62.3 million in Q2 2025, and down 421.38% quarter-over-quarter from $48.0 million in Q1 2026.
STAG Industrial (STAG) Free Cash Flow (2010 - 2026) Analysis & Trends
STAG Industrial has disclosed Free Cash Flow across 17 years of filings, most recently posting -$154.1 million for Q2 2026.
- In Q2 2026, Free Cash Flow fell 347.34% year-over-year to -$154.1 million; the TTM figure through Jun 2026 stood at -$160.7 million (down 627.0% YoY), while the FY2025 annual figure was $65.0 million, up 139.51% from the prior year.
- Free Cash Flow came in at -$154.1 million for Q2 2026 at STAG Industrial, down from $48.0 million in the prior quarter.
- In the past five years, Free Cash Flow ranged from a high of $89.0 million in Q3 2025 to a low of -$161.6 million in Q4 2024.
- Average Free Cash Flow over 5 years is -$8.5 million, with a median of $22.9 million recorded in 2023.
- Year-over-year, Free Cash Flow sank 726.03% in 2024 and jumped 344.44% in 2025.
- Over 5 years, Free Cash Flow stood at $82.9 million in 2022, then slumped by 68.86% to $25.8 million in 2023, then slumped by 726.03% to -$161.6 million in 2024, then climbed by 11.2% to -$143.5 million in 2025, then dropped by 7.37% to -$154.1 million in 2026.
- Per Business Quant data, the three most recent Free Cash Flow figures were -$154.1 million in Q2 2026, $48.0 million in Q1 2026, and -$143.5 million in Q4 2025.
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 | -154.11 Mn |
| Mar 31, 2026 | 47.95 Mn |
| Dec 31, 2025 | -143.54 Mn |
| Sep 30, 2025 | 88.99 Mn |
| Jun 30, 2025 | 62.31 Mn |
| Mar 31, 2025 | 57.22 Mn |
| Dec 31, 2024 | -161.65 Mn |
| Sep 30, 2024 | 20.02 Mn |
| Jun 30, 2024 | -84.37 Mn |
| Mar 31, 2024 | 61.56 Mn |
| Dec 31, 2023 | 25.82 Mn |
| Sep 30, 2023 | -79.56 Mn |
| Jun 30, 2023 | 82.11 Mn |
| Mar 31, 2023 | 58.74 Mn |
| Dec 31, 2022 | 82.93 Mn |
| Sep 30, 2022 | -13.58 Mn |
| Jun 30, 2022 | -47.48 Mn |
| Mar 31, 2022 | -55.72 Mn |
| Dec 31, 2021 | -554.81 Mn |
| Sep 30, 2021 | -288.27 Mn |
STAG Industrial 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=STAG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "free-cash-flow", "ticker": "STAG", "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=STAG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();