AH Realty Trust (AHRT) Change in Cash (2012 - 2026)
AH Realty Trust's (AHRT) quarterly Change in Cash came in at -$6.0 million in Q2 2026, down 198.77% on a YoY basis from $6.0 million in Q2 2025, and up 52.98% quarter-over-quarter from -$12.7 million in Q1 2026.
AH Realty Trust (AHRT) Change in Cash (2012 - 2026) Analysis & Trends
AH Realty Trust (AHRT) has reported Change in Cash for 15 consecutive years, with -$6.0 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Change in Cash fell 198.77% year-over-year to -$6.0 million; the trailing twelve-month figure through Jun 2026 stood at -$19.1 million (down 157.91% YoY), and the FY2025 full-year result was -$18.0 million, down 142.9% from the prior year.
- Change in Cash advanced to -$6.0 million in Q2 2026 per AHRT's latest filing, from -$12.7 million in the prior quarter.
- Across five years, Change in Cash topped out at $36.9 million in Q2 2022 and bottomed at -$23.7 million in Q1 2025.
- Historically, Change in Cash has averaged -$272111.1 across 5 years, with a median of -$2.9 million in 2023.
- The widest YoY moves for Change in Cash: up 2300.46% in 2024, down 6438.05% in 2024.
- Over 5 years, Change in Cash stood at -$7.7 million in 2022, then jumped by 37.16% to -$4.8 million in 2023, then surged by 647.57% to $26.5 million in 2024, then plunged by 83.56% to $4.4 million in 2025, then tumbled by 236.79% to -$6.0 million in 2026.
- According to Business Quant data, Change in Cash over the past three periods registered -$6.0 million, -$12.7 million, and $4.4 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change in Cash (Qtr) |
|---|---|---|---|---|---|
| 1 | Simon Property | 66.91 Bn | 68.17 Bn | 1.76 Bn | -729.43 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 | 40.18 Mn |
| 5 | Kite Realty Group Trust | 5.05 Bn | 5.20 Bn | - | - |
| 6 | Phillips Edison & Company | 4.76 Bn | 5.06 Bn | - | 7.60 Mn |
| 7 | Tanger | 4.09 Bn | 4.12 Bn | - | -35.33 Mn |
| 8 | Curbline Properties | 3.27 Bn | 3.27 Bn | - | -151.06 Mn |
| 9 | Acadia Realty Trust | 2.66 Bn | 3.00 Bn | 14.03 Mn | 443,000.00 |
| 10 | AH Realty Trust | 471.44 Mn | 644.98 Mn | - | -5.96 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -5.96 Mn |
| Mar 31, 2026 | -12.68 Mn |
| Dec 31, 2025 | 4.36 Mn |
| Sep 30, 2025 | -4.78 Mn |
| Jun 30, 2025 | 6.03 Mn |
| Mar 31, 2025 | -23.66 Mn |
| Dec 31, 2024 | 26.50 Mn |
| Sep 30, 2024 | 24.03 Mn |
| Jun 30, 2024 | -22.16 Mn |
| Mar 31, 2024 | 13.70 Mn |
| Dec 31, 2023 | -4.84 Mn |
| Sep 30, 2023 | -1.09 Mn |
| Jun 30, 2023 | -339,000.00 |
| Mar 31, 2023 | -15.43 Mn |
| Dec 31, 2022 | -7.70 Mn |
| Sep 30, 2022 | -16.85 Mn |
| Jun 30, 2022 | 36.93 Mn |
| Mar 31, 2022 | -957,000.00 |
| Dec 31, 2021 | 6.99 Mn |
| Sep 30, 2021 | -19.79 Mn |
AH Realty Trust Change in Cash 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=change-in-cash&ticker=AHRT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-cash", "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=change-in-cash&ticker=AHRT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();