AH Realty Trust (AHRT) Assets Average (2014 - 2026)
AH Realty Trust's (AHRT) quarterly Assets Average came in at $2.2 billion in Q2 2026, down 12.72% on a YoY basis from $2.5 billion in Q2 2025, and down 13.19% quarter-over-quarter from $2.5 billion in Q1 2026.
AH Realty Trust (AHRT) Assets Average (2014 - 2026) Analysis & Trends
AH Realty Trust (AHRT) has reported Assets Average for 12 consecutive years, with $2.2 billion the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Assets Average fell 12.72% year-over-year to $2.2 billion; the trailing twelve-month figure through Jun 2026 stood at $2.2 billion (down 12.72% YoY), and the FY2025 full-year result was $2.6 billion, up 0.66% from the prior year.
- Assets Average fell to $2.2 billion in Q2 2026 per AHRT's latest filing, from $2.5 billion in the prior quarter.
- Across five years, Assets Average topped out at $2.6 billion in Q4 2025 and bottomed at $2.1 billion in Q1 2022.
- Historically, Assets Average has averaged $2.4 billion across 5 years, with a median of $2.5 billion in 2023.
- The sharpest annual moves came in 2022 and 2026: Assets Average gained 17.2% in 2022, then slipped 12.72% in 2026.
- Over 5 years, Assets Average stood at $2.2 billion in 2022, then climbed by 15.04% to $2.5 billion in 2023, then dropped by 0.43% to $2.5 billion in 2024, then rose by 1.96% to $2.6 billion in 2025, then retreated by 14.94% to $2.2 billion in 2026.
- According to Business Quant data, Assets Average over the past three periods registered $2.2 billion, $2.5 billion, and $2.6 billion for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Assets Avg. (Qtr) |
|---|---|---|---|---|---|
| 1 | Simon Property | 66.91 Bn | 68.17 Bn | 1.76 Bn | 37.10 Bn |
| 2 | Kimco Realty | 15.10 Bn | 15.26 Bn | 455.67 Mn | 19.86 Bn |
| 3 | Federal Realty Investment Trust | 9.60 Bn | 9.79 Bn | 271.22 Mn | 9.09 Bn |
| 4 | Macerich | 6.41 Bn | 6.49 Bn | 171.77 Mn | 8.36 Bn |
| 5 | Kite Realty Group Trust | 5.05 Bn | 5.20 Bn | - | 6.47 Bn |
| 6 | Phillips Edison & Company | 4.76 Bn | 5.06 Bn | - | 5.40 Bn |
| 7 | Tanger | 4.09 Bn | 4.12 Bn | - | 2.85 Bn |
| 8 | Curbline Properties | 3.27 Bn | 3.27 Bn | - | 2.73 Bn |
| 9 | Acadia Realty Trust | 2.66 Bn | 3.00 Bn | 14.03 Mn | 4.58 Bn |
| 10 | AH Realty Trust | 471.44 Mn | 644.98 Mn | - | 2.20 Bn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 2.20 Bn |
| Mar 31, 2026 | 2.53 Bn |
| Dec 31, 2025 | 2.59 Bn |
| Sep 30, 2025 | 2.58 Bn |
| Jun 30, 2025 | 2.52 Bn |
| Mar 31, 2025 | 2.49 Bn |
| Dec 31, 2024 | 2.54 Bn |
| Sep 30, 2024 | 2.57 Bn |
| Jun 30, 2024 | 2.59 Bn |
| Mar 31, 2024 | 2.58 Bn |
| Dec 31, 2023 | 2.55 Bn |
| Sep 30, 2023 | 2.50 Bn |
| Jun 30, 2023 | 2.35 Bn |
| Mar 31, 2023 | 2.24 Bn |
| Dec 31, 2022 | 2.21 Bn |
| Sep 30, 2022 | 2.23 Bn |
| Jun 30, 2022 | 2.26 Bn |
| Mar 31, 2022 | 2.10 Bn |
| Dec 31, 2021 | 1.96 Bn |
| Sep 30, 2021 | 1.95 Bn |
AH Realty Trust Assets Average 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=assets-average&ticker=AHRT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "assets-average", "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=assets-average&ticker=AHRT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();