AH Realty Trust (AHRT) Cash from Investing Activities (2012 - 2026)
AH Realty Trust's (AHRT) quarterly Cash from Investing Activities came in at -$18.9 million in Q2 2026, down 326.84% on a YoY basis from $8.3 million in Q2 2025, and down 1116.85% quarter-over-quarter from -$1.6 million in Q1 2026.
AH Realty Trust (AHRT) Cash from Investing Activities (2012 - 2026) Analysis & Trends
AH Realty Trust (AHRT) has reported Cash from Investing Activities for 15 consecutive years, with -$18.9 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Cash from Investing Activities fell 326.84% year-over-year to -$18.9 million; the trailing twelve-month figure through Jun 2026 stood at -$120.0 million (down 2426.58% YoY), and the FY2025 full-year result was -$121.0 million, down 356.25% from the prior year.
- Cash from Investing Activities eased to -$18.9 million in Q2 2026 per AHRT's latest filing, from -$1.6 million in the prior quarter.
- Across five years, Cash from Investing Activities topped out at $104.5 million in Q3 2022 and bottomed at -$137.6 million in Q1 2022.
- Historically, Cash from Investing Activities has averaged -$24.3 million across 5 years, with a median of -$29.9 million in 2024.
- The widest YoY moves for Cash from Investing Activities: up 10526.75% in 2022, down 342.25% in 2022.
- Over 5 years, Cash from Investing Activities stood at -$50.8 million in 2022, then slipped by 17.47% to -$59.7 million in 2023, then surged by 168.82% to $41.1 million in 2024, then plunged by 201.07% to -$41.5 million in 2025, then soared by 54.4% to -$18.9 million in 2026.
- According to Business Quant data, Cash from Investing Activities over the past three periods registered -$18.9 million, -$1.6 million, and -$41.5 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Investing (Qtr) |
|---|---|---|---|---|---|
| 1 | Simon Property | 66.91 Bn | 68.17 Bn | 1.76 Bn | -362.01 Mn |
| 2 | Kimco Realty | 15.10 Bn | 15.26 Bn | 455.67 Mn | - |
| 3 | Federal Realty Investment Trust | 9.60 Bn | 9.79 Bn | 271.22 Mn | - |
| 4 | Macerich | 6.41 Bn | 6.49 Bn | 171.77 Mn | -338.05 Mn |
| 5 | Kite Realty Group Trust | 5.05 Bn | 5.20 Bn | - | - |
| 6 | Phillips Edison & Company | 4.76 Bn | 5.06 Bn | - | -108.72 Mn |
| 7 | Tanger | 4.09 Bn | 4.12 Bn | - | -85.68 Mn |
| 8 | Curbline Properties | 3.27 Bn | 3.27 Bn | - | -379.79 Mn |
| 9 | Acadia Realty Trust | 2.66 Bn | 3.00 Bn | 14.03 Mn | -99.43 Mn |
| 10 | AH Realty Trust | 471.44 Mn | 644.98 Mn | - | -18.92 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -18.92 Mn |
| Mar 31, 2026 | -1.56 Mn |
| Dec 31, 2025 | -41.50 Mn |
| Sep 30, 2025 | -58.03 Mn |
| Jun 30, 2025 | -4.43 Mn |
| Mar 31, 2025 | -17.07 Mn |
| Dec 31, 2024 | 41.06 Mn |
| Sep 30, 2024 | -14.40 Mn |
| Jun 30, 2024 | -12.24 Mn |
| Mar 31, 2024 | -40.95 Mn |
| Dec 31, 2023 | -59.66 Mn |
| Sep 30, 2023 | -74.09 Mn |
| Jun 30, 2023 | -51.90 Mn |
| Mar 31, 2023 | -51.34 Mn |
| Dec 31, 2022 | -50.79 Mn |
| Sep 30, 2022 | 104.50 Mn |
| Jun 30, 2022 | 50.67 Mn |
| Mar 31, 2022 | -137.62 Mn |
| Dec 31, 2021 | 43.72 Mn |
| Sep 30, 2021 | -69.75 Mn |
AH Realty Trust 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=AHRT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-investing-activities", "ticker": "AHRT", "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=AHRT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();