AH Realty Trust (AHRT) Income from Continuing Operations (2012 - 2026)
AH Realty Trust's (AHRT) quarterly Income from Continuing Operations came in at -$4.1 million in Q2 2026, down 161.1% on a YoY basis from $6.7 million in Q2 2025, and down 96.08% quarter-over-quarter from -$2.1 million in Q1 2026.
AH Realty Trust (AHRT) Income from Continuing Operations (2012 - 2026) Analysis & Trends
AH Realty Trust (AHRT) has reported Income from Continuing Operations for 15 consecutive years, with -$4.1 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Income from Continuing Operations fell 161.1% year-over-year to -$4.1 million; the trailing twelve-month figure through Jun 2026 stood at -$14.2 million (down 159.61% YoY), and the FY2025 full-year result was -$36.8 million, down 186.52% from the prior year.
- Income from Continuing Operations retreated to -$4.1 million in Q2 2026 per AHRT's latest filing, from -$2.1 million in the prior quarter.
- Across five years, Income from Continuing Operations topped out at $42.4 million in Q3 2022 and bottomed at -$21.1 million in Q4 2023.
- Historically, Income from Continuing Operations has averaged $7.7 million across 5 years, with a median of $6.1 million in 2023.
- The sharpest annual moves came in 2022 and 2023: Income from Continuing Operations surged 446.84% in 2022, then sank 244.85% in 2023.
- Over 5 years, Income from Continuing Operations stood at $14.5 million in 2022, then tumbled by 244.85% to -$21.1 million in 2023, then jumped by 237.86% to $29.0 million in 2024, then sank by 125.11% to -$7.3 million in 2025, then soared by 43.7% to -$4.1 million in 2026.
- According to Business Quant data, Income from Continuing Operations over the past three periods registered -$4.1 million, -$2.1 million, and -$7.3 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Income (Continuing) (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 | - | -4.10 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -4.10 Mn |
| Mar 31, 2026 | -2.09 Mn |
| Dec 31, 2025 | -7.29 Mn |
| Sep 30, 2025 | -739,000.00 |
| Jun 30, 2025 | 6.72 Mn |
| Mar 31, 2025 | -4.34 Mn |
| Dec 31, 2024 | 29.04 Mn |
| Sep 30, 2024 | -7.55 Mn |
| Jun 30, 2024 | 3.28 Mn |
| Mar 31, 2024 | 17.73 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 Income from Continuing Operations 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=income-from-continuing-operations&ticker=AHRT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-from-continuing-operations", "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=income-from-continuing-operations&ticker=AHRT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();