Eastgroup Properties (EGP) Net Cash Flow (2009 - 2026)
Eastgroup Properties (EGP) posted Net Cash Flow of $2.0 million for Q2 2026, down 93.33% on a QoQ basis from $30.4 million in Q1 2026, and down 83.69% year-over-year from $12.4 million in Q2 2025.
Eastgroup Properties (EGP) Net Cash Flow (2009 - 2026) Analysis & Trends
Eastgroup Properties has reported Net Cash Flow for 18 years, with the latest figure at $2.0 million in Q2 2026.
- On a quarterly basis, Net Cash Flow fell 83.69% year-over-year to $2.0 million in Q2 2026; TTM through Jun 2026 was $461000.0, a 107.12% increase from a year earlier, with the FY2025 full-year figure at -$16.5 million, up 27.32% from the prior year.
- Net Cash Flow was $2.0 million for Q2 2026 at Eastgroup Properties, down from $30.4 million in the prior quarter.
- The five-year high for Net Cash Flow was $39.9 million in Q4 2023, with the low at -$29.9 million in Q3 2025.
- Average Net Cash Flow over 5 years is $1.6 million, with a median of $204500.0 recorded in 2022.
- The sharpest annual moves came in 2022 and 2023: Net Cash Flow surged 2719.15% in 2022, then slumped 4996.93% in 2023.
- Over 5 years, Net Cash Flow stood at -$4.8 million in 2022, then jumped by 932.41% to $39.9 million in 2023, then tumbled by 98.57% to $572000.0 in 2024, then slumped by 445.1% to -$2.0 million in 2025, then jumped by 202.53% to $2.0 million in 2026.
- The last three Net Cash Flow figures came in at $2.0 million (Q2 2026), $30.4 million (Q1 2026), and -$2.0 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | NCF (Qtr) |
|---|---|---|---|---|---|
| 1 | Prologis | 126.70 Bn | 131.10 Bn | 2.41 Bn | - |
| 2 | Eastgroup Properties | 10.89 Bn | 10.89 Bn | 193.10 Mn | 2.02 Mn |
| 3 | Rexford Industrial Realty | 8.63 Bn | 8.99 Bn | - | -19.49 Mn |
| 4 | Lineage | 8.55 Bn | 9.48 Bn | 425.00 Mn | -9.00 Mn |
| 5 | STAG Industrial | 7.23 Bn | 7.31 Bn | - | 27.40 Mn |
| 6 | Terreno Realty | 7.15 Bn | 7.15 Bn | - | -36.40 Mn |
| 7 | Americold Realty Trust | 4.20 Bn | 4.20 Bn | 212.69 Mn | 1.08 Mn |
| 8 | LXP Industrial Trust | 3.59 Bn | 3.60 Bn | 71.94 Mn | -112.12 Mn |
| 9 | Innovative Industrial Properties | 1.55 Bn | 1.55 Bn | - | 118.52 Mn |
| 10 | Industrial Logistics Properties Trust | 521.41 Mn | 900.92 Mn | - | -3.98 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 2.02 Mn |
| Mar 31, 2026 | 30.35 Mn |
| Dec 31, 2025 | -1.97 Mn |
| Sep 30, 2025 | -29.94 Mn |
| Jun 30, 2025 | 12.41 Mn |
| Mar 31, 2025 | 2.99 Mn |
| Dec 31, 2024 | 572,000.00 |
| Sep 30, 2024 | -22.44 Mn |
| Jun 30, 2024 | 23.78 Mn |
| Mar 31, 2024 | -24.64 Mn |
| Dec 31, 2023 | 39.89 Mn |
| Sep 30, 2023 | -708,000.00 |
| Jun 30, 2023 | -8.31 Mn |
| Mar 31, 2023 | 9.33 Mn |
| Dec 31, 2022 | -4.79 Mn |
| Sep 30, 2022 | -707,000.00 |
| Jun 30, 2022 | -163,000.00 |
| Mar 31, 2022 | 1.33 Mn |
| Dec 31, 2021 | 4.15 Mn |
| Sep 30, 2021 | -38.32 Mn |
Eastgroup Properties Net 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=net-cash-flow&ticker=EGP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-cash-flow", "ticker": "EGP", "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-cash-flow&ticker=EGP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();