LXP Industrial Trust (LXP) Cash from Financing Activities (2010 - 2026)
LXP Industrial Trust's (LXP) quarterly Cash from Financing Activities came in at -$27.8 million in Q2 2026, up 59.57% on a YoY basis from -$17.4 million in Q2 2025, and up 60.87% quarter-over-quarter from -$71.0 million in Q1 2026.
LXP Industrial Trust (LXP) Cash from Financing Activities (2010 - 2026) Analysis & Trends
LXP Industrial Trust (LXP) has reported Cash from Financing Activities for 16 consecutive years, with -$27.8 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Cash from Financing Activities rose 59.57% year-over-year to -$27.8 million; the trailing twelve-month figure through Jun 2026 stood at -$355.3 million (down 44.02% YoY), and the FY2025 full-year result was -$418.3 million, down 5.91% from the prior year.
- Cash from Financing Activities rose to -$27.8 million in Q2 2026 per LXP's latest filing, from -$71.0 million in the prior quarter.
- Across five years, Cash from Financing Activities topped out at $244.9 million in Q4 2023 and bottomed at -$262.7 million in Q2 2024.
- Historically, Cash from Financing Activities has averaged -$49.3 million across 5 years, with a median of -$43.9 million in 2023.
- The sharpest annual moves came in 2023 and 2024: Cash from Financing Activities surged 1701.11% in 2023, then plunged 533.05% in 2024.
- Over 5 years, Cash from Financing Activities stood at $13.6 million in 2022, then soared by 1701.11% to $244.9 million in 2023, then tumbled by 118.1% to -$44.3 million in 2024, then sank by 346.95% to -$198.2 million in 2025, then surged by 85.99% to -$27.8 million in 2026.
- According to Business Quant data, Cash from Financing Activities over the past three periods registered -$27.8 million, -$71.0 million, and -$198.2 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
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 | -27.77 Mn |
| Mar 31, 2026 | -70.97 Mn |
| Dec 31, 2025 | -198.15 Mn |
| Sep 30, 2025 | -58.45 Mn |
| Jun 30, 2025 | -68.68 Mn |
| Mar 31, 2025 | -93.06 Mn |
| Dec 31, 2024 | -44.33 Mn |
| Sep 30, 2024 | -40.66 Mn |
| Jun 30, 2024 | -262.74 Mn |
| Mar 31, 2024 | -47.25 Mn |
| Dec 31, 2023 | 244.88 Mn |
| Sep 30, 2023 | -40.93 Mn |
| Jun 30, 2023 | -41.50 Mn |
| Mar 31, 2023 | -43.48 Mn |
| Dec 31, 2022 | 13.60 Mn |
| Sep 30, 2022 | -88.27 Mn |
| Jun 30, 2022 | 12.22 Mn |
| Mar 31, 2022 | -31.42 Mn |
| Dec 31, 2021 | -18.63 Mn |
| Sep 30, 2021 | 97.36 Mn |
LXP Industrial 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=LXP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-financing-activities", "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=cash-from-financing-activities&ticker=LXP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();