LXP Industrial Trust (LXP) Net Income (2010 - 2026)
LXP Industrial Trust's (LXP) quarterly Net Income came in at $1.1 million in Q2 2026, down 96.1% on a YoY basis from $29.4 million in Q2 2025, and down 46.64% quarter-over-quarter from $2.1 million in Q1 2026.
LXP Industrial Trust (LXP) Net Income (2010 - 2026) Analysis & Trends
LXP Industrial Trust (LXP) has reported Net Income for 16 consecutive years, with $1.1 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Net Income fell 96.1% year-over-year to $1.1 million; the trailing twelve-month figure through Jun 2026 stood at $77.3 million (down 11.87% YoY), and the FY2025 full-year result was $122.6 million, up 167.61% from the prior year.
- Net Income slipped to $1.1 million in Q2 2026 per LXP's latest filing, from $2.1 million in the prior quarter.
- Across five years, Net Income topped out at $43.6 million in Q3 2025 and bottomed at -$6.8 million in Q2 2023.
- Historically, Net Income has averaged $17.1 million across 5 years, with a median of $16.0 million in 2023.
- The sharpest annual moves came in 2023 and 2025: Net Income slumped 118.84% in 2023, then jumped 2536.64% in 2025.
- Over 5 years, Net Income stood at $39.8 million in 2022, then slumped by 46.6% to $21.2 million in 2023, then surged by 52.94% to $32.5 million in 2024, then slipped by 6.26% to $30.5 million in 2025, then plunged by 96.24% to $1.1 million in 2026.
- According to Business Quant data, Net Income over the past three periods registered $1.1 million, $2.1 million, and $30.5 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Net Income (Qtr) |
|---|---|---|---|---|---|
| 1 | Prologis | 126.70 Bn | 131.10 Bn | 2.41 Bn | 1.12 Bn |
| 2 | Eastgroup Properties | 10.89 Bn | 10.89 Bn | 193.10 Mn | 69.58 Mn |
| 3 | Rexford Industrial Realty | 8.63 Bn | 8.99 Bn | - | - |
| 4 | Lineage | 8.55 Bn | 9.48 Bn | 425.00 Mn | -32.00 Mn |
| 5 | STAG Industrial | 7.23 Bn | 7.31 Bn | - | - |
| 6 | Terreno Realty | 7.15 Bn | 7.15 Bn | - | - |
| 7 | Americold Realty Trust | 4.20 Bn | 4.20 Bn | 212.69 Mn | -346.46 Mn |
| 8 | LXP Industrial Trust | 3.59 Bn | 3.60 Bn | 71.94 Mn | 1.15 Mn |
| 9 | Innovative Industrial Properties | 1.55 Bn | 1.55 Bn | - | 43.85 Mn |
| 10 | Industrial Logistics Properties Trust | 521.41 Mn | 900.92 Mn | - | -25.79 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 1.15 Mn |
| Mar 31, 2026 | 2.15 Mn |
| Dec 31, 2025 | 30.46 Mn |
| Sep 30, 2025 | 43.60 Mn |
| Jun 30, 2025 | 29.36 Mn |
| Mar 31, 2025 | 19.14 Mn |
| Dec 31, 2024 | 32.49 Mn |
| Sep 30, 2024 | 6.77 Mn |
| Jun 30, 2024 | 5.81 Mn |
| Mar 31, 2024 | 726,000.00 |
| Dec 31, 2023 | 21.24 Mn |
| Sep 30, 2023 | 12.91 Mn |
| Jun 30, 2023 | -6.77 Mn |
| Mar 31, 2023 | 7.71 Mn |
| Dec 31, 2022 | 39.78 Mn |
| Sep 30, 2022 | 24.93 Mn |
| Jun 30, 2022 | 35.92 Mn |
| Mar 31, 2022 | -393,000.00 |
| Dec 31, 2021 | 262.71 Mn |
| Sep 30, 2021 | 7.13 Mn |
LXP Industrial Trust Net Income 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=net-income&ticker=LXP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-income", "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=net-income&ticker=LXP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();