LXP Industrial Trust (LXP) Free Cash Flow (2010 - 2026)
LXP Industrial Trust's (LXP) quarterly Free Cash Flow came in at -$48.8 million in Q2 2026, down 223.02% on a YoY basis from $39.7 million in Q2 2025, and down 253.35% quarter-over-quarter from $31.9 million in Q1 2026.
LXP Industrial Trust (LXP) Free Cash Flow (2010 - 2026) Analysis & Trends
LXP Industrial Trust (LXP) has reported Free Cash Flow for 16 consecutive years, with -$48.8 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Free Cash Flow fell 223.02% year-over-year to -$48.8 million; the trailing twelve-month figure through Jun 2026 stood at $67.6 million (down 44.43% YoY), and the FY2025 full-year result was $156.1 million, up 217.15% from the prior year.
- Free Cash Flow fell to -$48.8 million in Q2 2026 per LXP's latest filing, from $31.9 million in the prior quarter.
- Across five years, Free Cash Flow topped out at $57.0 million in Q3 2024 and bottomed at -$48.8 million in Q2 2026.
- Historically, Free Cash Flow has averaged $11.9 million across 5 years, with a median of $19.0 million in 2023.
- The sharpest annual moves came in 2022 and 2025: Free Cash Flow tumbled 602.54% in 2022, then surged 934.98% in 2025.
- Over 5 years, Free Cash Flow stood at -$26.7 million in 2022, then surged by 186.89% to $23.2 million in 2023, then plunged by 129.92% to -$6.9 million in 2024, then soared by 666.53% to $39.3 million in 2025, then plunged by 224.28% to -$48.8 million in 2026.
- According to Business Quant data, Free Cash Flow over the past three periods registered -$48.8 million, $31.9 million, and $39.3 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
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 | -48.84 Mn |
| Mar 31, 2026 | 31.85 Mn |
| Dec 31, 2025 | 39.30 Mn |
| Sep 30, 2025 | 45.25 Mn |
| Jun 30, 2025 | 39.70 Mn |
| Mar 31, 2025 | 31.81 Mn |
| Dec 31, 2024 | -6.94 Mn |
| Sep 30, 2024 | 56.99 Mn |
| Jun 30, 2024 | 3.84 Mn |
| Mar 31, 2024 | 14.72 Mn |
| Dec 31, 2023 | 23.19 Mn |
| Sep 30, 2023 | 35.47 Mn |
| Jun 30, 2023 | 26.70 Mn |
| Mar 31, 2023 | 3.29 Mn |
| Dec 31, 2022 | -26.69 Mn |
| Sep 30, 2022 | -15.13 Mn |
| Jun 30, 2022 | -7.34 Mn |
| Mar 31, 2022 | -33.28 Mn |
| Dec 31, 2021 | -312.84 Mn |
| Sep 30, 2021 | -77.29 Mn |
LXP Industrial 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=LXP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "free-cash-flow", "ticker": "LXP", "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=LXP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();