Eastgroup Properties (EGP) Cash from Financing Activities (2009 - 2026)
Eastgroup Properties (EGP) posted Cash from Financing Activities of -$83.3 million for Q2 2026, down 109.27% on a QoQ basis from -$39.8 million in Q1 2026, and down 10294.61% year-over-year from N/an in Q2 2025.
Eastgroup Properties (EGP) Cash from Financing Activities (2009 - 2026) Analysis & Trends
Eastgroup Properties has reported Cash from Financing Activities for 18 years, with the latest figure at -$83.3 million in Q2 2026.
- On a quarterly basis, Cash from Financing Activities fell 10294.61% year-over-year to -$83.3 million in Q2 2026; TTM through Jun 2026 was $9.7 million, a 95.16% decrease from a year earlier, with the FY2025 full-year figure at $79.0 million, down 72.27% from the prior year.
- Cash from Financing Activities was -$83.3 million for Q2 2026 at Eastgroup Properties, down from -$39.8 million in the prior quarter.
- The five-year high for Cash from Financing Activities was $274.2 million in Q4 2024, with the low at -$83.3 million in Q2 2026.
- Average Cash from Financing Activities over 5 years is $39.6 million, with a median of $40.9 million recorded in 2022.
- The sharpest annual moves came in 2025 and 2026: Cash from Financing Activities surged 449.79% in 2025, then tumbled 10294.61% in 2026.
- Over 5 years, Cash from Financing Activities stood at $90.9 million in 2022, then soared by 100.75% to $182.4 million in 2023, then surged by 50.35% to $274.2 million in 2024, then sank by 76.52% to $64.4 million in 2025, then plunged by 229.33% to -$83.3 million in 2026.
- The last three Cash from Financing Activities figures came in at -$83.3 million (Q2 2026), -$39.8 million (Q1 2026), and $64.4 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Financing (Qtr) |
|---|---|---|---|---|---|
| 1 | Prologis | 126.84 Bn | 131.24 Bn | 2.41 Bn | - |
| 2 | Eastgroup Properties | 10.94 Bn | 10.94 Bn | 193.10 Mn | -83.29 Mn |
| 3 | Lineage | 8.53 Bn | 9.45 Bn | 425.00 Mn | -198.00 Mn |
| 4 | Rexford Industrial Realty | 8.53 Bn | 8.88 Bn | - | -210.48 Mn |
| 5 | STAG Industrial | 7.20 Bn | 7.27 Bn | - | 232.85 Mn |
| 6 | Terreno Realty | 7.15 Bn | 7.15 Bn | - | 75.05 Mn |
| 7 | Americold Realty Trust | 4.16 Bn | 4.15 Bn | 212.69 Mn | -9.31 Mn |
| 8 | LXP Industrial Trust | 3.59 Bn | 3.60 Bn | 71.94 Mn | -27.77 Mn |
| 9 | Innovative Industrial Properties | 1.57 Bn | 1.57 Bn | - | 151.66 Mn |
| 10 | Industrial Logistics Properties Trust | 512.73 Mn | 892.24 Mn | - | -29.50 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -83.29 Mn |
| Mar 31, 2026 | -39.80 Mn |
| Dec 31, 2025 | 64.40 Mn |
| Sep 30, 2025 | 68.42 Mn |
| Jun 30, 2025 | 817,000.00 |
| Mar 31, 2025 | -54.61 Mn |
| Dec 31, 2024 | 274.22 Mn |
| Sep 30, 2024 | -19.56 Mn |
| Jun 30, 2024 | 48.66 Mn |
| Mar 31, 2024 | -18.31 Mn |
| Dec 31, 2023 | 182.39 Mn |
| Sep 30, 2023 | 58.63 Mn |
| Jun 30, 2023 | 50.35 Mn |
| Mar 31, 2023 | -19.30 Mn |
| Dec 31, 2022 | 90.85 Mn |
| Sep 30, 2022 | 23.31 Mn |
| Jun 30, 2022 | 52.94 Mn |
| Mar 31, 2022 | 33.21 Mn |
| Dec 31, 2021 | 197.57 Mn |
| Sep 30, 2021 | 36.90 Mn |
Eastgroup Properties 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=EGP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-financing-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-financing-activities&ticker=EGP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();