Eastgroup Properties (EGP) Cash from Investing Activities (2009 - 2026)
Eastgroup Properties (EGP) posted Cash from Investing Activities of -$74.3 million for Q2 2026, down 2.89% on a QoQ basis from -$72.2 million in Q1 2026, and up 43.64% year-over-year from -$51.7 million in Q2 2025.
Eastgroup Properties (EGP) Cash from Investing Activities (2009 - 2026) Analysis & Trends
Eastgroup Properties has reported Cash from Investing Activities for 18 years, with the latest figure at -$74.3 million in Q2 2026.
- On a quarterly basis, Cash from Investing Activities rose 43.64% year-over-year to -$74.3 million in Q2 2026; TTM through Jun 2026 was -$514.9 million, a 22.14% increase from a year earlier, with the FY2025 full-year figure at -$576.3 million, up 20.44% from the prior year.
- Cash from Investing Activities was -$74.3 million for Q2 2026 at Eastgroup Properties, down from -$72.2 million in the prior quarter.
- The five-year high for Cash from Investing Activities was -$64.8 million in Q1 2023, with the low at -$327.5 million in Q4 2024.
- Average Cash from Investing Activities over 5 years is -$141.0 million, with a median of -$131.5 million recorded in 2025.
- The sharpest annual moves came in 2024 and 2025: Cash from Investing Activities sank 90.11% in 2024, then jumped 59.97% in 2025.
- Over 5 years, Cash from Investing Activities stood at -$135.6 million in 2022, then slumped by 33.19% to -$180.6 million in 2023, then slumped by 81.37% to -$327.5 million in 2024, then surged by 59.97% to -$131.1 million in 2025, then jumped by 43.35% to -$74.3 million in 2026.
- The last three Cash from Investing Activities figures came in at -$74.3 million (Q2 2026), -$72.2 million (Q1 2026), and -$131.1 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Investing 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 | -74.28 Mn |
| 3 | Rexford Industrial Realty | 8.56 Bn | 8.91 Bn | - | 84.20 Mn |
| 4 | Lineage | 8.39 Bn | 9.32 Bn | 425.00 Mn | -122.00 Mn |
| 5 | STAG Industrial | 7.25 Bn | 7.32 Bn | - | -316.39 Mn |
| 6 | Terreno Realty | 7.08 Bn | 7.08 Bn | - | -186.37 Mn |
| 7 | Americold Realty Trust | 4.11 Bn | 4.11 Bn | 212.69 Mn | -89.74 Mn |
| 8 | LXP Industrial Trust | 3.58 Bn | 3.60 Bn | 71.94 Mn | -133.06 Mn |
| 9 | Innovative Industrial Properties | 1.53 Bn | 1.53 Bn | - | -78.06 Mn |
| 10 | Industrial Logistics Properties Trust | 514.74 Mn | 894.24 Mn | - | 3.49 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -74.28 Mn |
| Mar 31, 2026 | -72.20 Mn |
| Dec 31, 2025 | -131.12 Mn |
| Sep 30, 2025 | -237.26 Mn |
| Jun 30, 2025 | -131.78 Mn |
| Mar 31, 2025 | -76.11 Mn |
| Dec 31, 2024 | -327.55 Mn |
| Sep 30, 2024 | -125.82 Mn |
| Jun 30, 2024 | -147.75 Mn |
| Mar 31, 2024 | -123.23 Mn |
| Dec 31, 2023 | -180.60 Mn |
| Sep 30, 2023 | -180.66 Mn |
| Jun 30, 2023 | -143.98 Mn |
| Mar 31, 2023 | -64.82 Mn |
| Dec 31, 2022 | -135.59 Mn |
| Sep 30, 2022 | -124.42 Mn |
| Jun 30, 2022 | -146.99 Mn |
| Mar 31, 2022 | -114.15 Mn |
| Dec 31, 2021 | -208.75 Mn |
| Sep 30, 2021 | -174.97 Mn |
Eastgroup Properties Cash from Investing 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-investing-activities&ticker=EGP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-investing-activities", "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=cash-from-investing-activities&ticker=EGP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();