AH Realty Trust (AHRT) Net Income (2012 - 2026)
AH Realty Trust's (AHRT) quarterly Net Income came in at -$21.4 million in Q2 2026, down 318.16% on a YoY basis from $9.8 million in Q2 2025, and up 33.18% quarter-over-quarter from -$32.0 million in Q1 2026.
AH Realty Trust (AHRT) Net Income (2012 - 2026) Analysis & Trends
AH Realty Trust (AHRT) has reported Net Income for 15 consecutive years, with -$21.4 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Net Income fell 318.16% year-over-year to -$21.4 million; the trailing twelve-month figure through Jun 2026 stood at -$55.9 million (down 240.76% YoY), and the FY2025 full-year result was -$25.2 million, down 135.67% from the prior year.
- Net Income rose to -$21.4 million in Q2 2026 per AHRT's latest filing, from -$32.0 million in the prior quarter.
- Across five years, Net Income topped out at $42.4 million in Q3 2022 and bottomed at -$32.0 million in Q1 2026.
- Historically, Net Income has averaged $7.3 million across 5 years, with a median of $9.1 million in 2023.
- The sharpest annual moves came in 2022 and 2026: Net Income surged 446.84% in 2022, then tumbled 1590.38% in 2026.
- Over 5 years, Net Income stood at $14.5 million in 2022, then tumbled by 244.85% to -$21.1 million in 2023, then soared by 276.39% to $37.2 million in 2024, then slumped by 116.83% to -$6.3 million in 2025, then slumped by 241.88% to -$21.4 million in 2026.
- According to Business Quant data, Net Income over the past three periods registered -$21.4 million, -$32.0 million, and -$6.3 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Net Income (Qtr) |
|---|---|---|---|---|---|
| 1 | Simon Property | 66.91 Bn | 68.17 Bn | 1.76 Bn | 625.14 Mn |
| 2 | Kimco Realty | 15.10 Bn | 15.26 Bn | 455.67 Mn | 122.05 Mn |
| 3 | Federal Realty Investment Trust | 9.60 Bn | 9.79 Bn | 271.22 Mn | 89.22 Mn |
| 4 | Macerich | 6.41 Bn | 6.49 Bn | 171.77 Mn | -106.15 Mn |
| 5 | Kite Realty Group Trust | 5.05 Bn | 5.20 Bn | - | - |
| 6 | Phillips Edison & Company | 4.76 Bn | 5.06 Bn | - | - |
| 7 | Tanger | 4.09 Bn | 4.12 Bn | - | 30.75 Mn |
| 8 | Curbline Properties | 3.27 Bn | 3.27 Bn | - | 6.93 Mn |
| 9 | Acadia Realty Trust | 2.66 Bn | 3.00 Bn | 14.03 Mn | 22.83 Mn |
| 10 | AH Realty Trust | 471.44 Mn | 644.98 Mn | - | -21.37 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -21.37 Mn |
| Mar 31, 2026 | -31.98 Mn |
| Dec 31, 2025 | -6.25 Mn |
| Sep 30, 2025 | 3.68 Mn |
| Jun 30, 2025 | 9.80 Mn |
| Mar 31, 2025 | -1.89 Mn |
| Dec 31, 2024 | 37.15 Mn |
| Sep 30, 2024 | -5.32 Mn |
| Jun 30, 2024 | 12.26 Mn |
| Mar 31, 2024 | 27.58 Mn |
| Dec 31, 2023 | -21.06 Mn |
| Sep 30, 2023 | 8.42 Mn |
| Jun 30, 2023 | 14.89 Mn |
| Mar 31, 2023 | 5.42 Mn |
| Dec 31, 2022 | 14.54 Mn |
| Sep 30, 2022 | 42.37 Mn |
| Jun 30, 2022 | 30.77 Mn |
| Mar 31, 2022 | 12.28 Mn |
| Dec 31, 2021 | 3.24 Mn |
| Sep 30, 2021 | 7.75 Mn |
AH Realty Trust Net Income 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=net-income&ticker=AHRT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-income", "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=net-income&ticker=AHRT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();