AH Realty Trust (AHRT) Cash from Financing Activities (2012 - 2026)
AH Realty Trust's (AHRT) quarterly Cash from Financing Activities came in at -$316.0 million in Q2 2026, down 2344.7% on a YoY basis from $14.1 million in Q2 2025, and down 282.8% quarter-over-quarter from -$82.6 million in Q1 2026.
AH Realty Trust (AHRT) Cash from Financing Activities (2012 - 2026) Analysis & Trends
AH Realty Trust (AHRT) has reported Cash from Financing Activities for 15 consecutive years, with -$316.0 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Cash from Financing Activities fell 2344.7% year-over-year to -$316.0 million; the trailing twelve-month figure through Jun 2026 stood at -$358.8 million (down 3069.83% YoY), and the FY2025 full-year result was $52.5 million, up 221.45% from the prior year.
- Cash from Financing Activities fell to -$316.0 million in Q2 2026 per AHRT's latest filing, from -$82.6 million in the prior quarter.
- Across five years, Cash from Financing Activities topped out at $106.1 million in Q1 2022 and bottomed at -$316.0 million in Q2 2026.
- Historically, Cash from Financing Activities has averaged -$18.8 million across 5 years, with a median of $7.5 million in 2024.
- The sharpest annual moves came in 2022 and 2026: Cash from Financing Activities surged 1385.37% in 2022, then slumped 6240.32% in 2026.
- Over 5 years, Cash from Financing Activities stood at $4.5 million in 2022, then surged by 791.17% to $40.1 million in 2023, then sank by 187.81% to -$35.2 million in 2024, then jumped by 193.53% to $32.9 million in 2025, then sank by 1060.16% to -$316.0 million in 2026.
- According to Business Quant data, Cash from Financing Activities over the past three periods registered -$316.0 million, -$82.6 million, and $32.9 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Financing (Qtr) |
|---|---|---|---|---|---|
| 1 | Simon Property | 66.91 Bn | 68.17 Bn | 1.76 Bn | -1.57 Bn |
| 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 | 311.36 Mn |
| 5 | Kite Realty Group Trust | 5.05 Bn | 5.20 Bn | - | - |
| 6 | Phillips Edison & Company | 4.76 Bn | 5.06 Bn | - | -1.71 Mn |
| 7 | Tanger | 4.09 Bn | 4.12 Bn | - | -43.09 Mn |
| 8 | Curbline Properties | 3.27 Bn | 3.27 Bn | - | 181.51 Mn |
| 9 | Acadia Realty Trust | 2.66 Bn | 3.00 Bn | 14.03 Mn | 41.62 Mn |
| 10 | AH Realty Trust | 471.44 Mn | 644.98 Mn | - | -316.01 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -316.01 Mn |
| Mar 31, 2026 | -82.55 Mn |
| Dec 31, 2025 | 32.91 Mn |
| Sep 30, 2025 | 6.86 Mn |
| Jun 30, 2025 | 14.08 Mn |
| Mar 31, 2025 | -1.30 Mn |
| Dec 31, 2024 | -35.19 Mn |
| Sep 30, 2024 | 11.09 Mn |
| Jun 30, 2024 | -27.32 Mn |
| Mar 31, 2024 | 8.16 Mn |
| Dec 31, 2023 | 40.08 Mn |
| Sep 30, 2023 | 35.17 Mn |
| Jun 30, 2023 | 24.15 Mn |
| Mar 31, 2023 | 22.86 Mn |
| Dec 31, 2022 | 4.50 Mn |
| Sep 30, 2022 | -149.20 Mn |
| Jun 30, 2022 | -33.57 Mn |
| Mar 31, 2022 | 106.09 Mn |
| Dec 31, 2021 | -58.70 Mn |
| Sep 30, 2021 | 21.38 Mn |
AH Realty Trust 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=AHRT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-financing-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-financing-activities&ticker=AHRT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();