AH Realty Trust (AHRT) EBT (2012 - 2026)
AH Realty Trust's (AHRT) quarterly EBT came in at -$4.1 million in Q2 2026, down 166.73% on a YoY basis from $6.1 million in Q2 2025, and down 96.08% quarter-over-quarter from -$2.1 million in Q1 2026.
AH Realty Trust (AHRT) EBT (2012 - 2026) Analysis & Trends
AH Realty Trust (AHRT) has reported EBT for 15 consecutive years, with -$4.1 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, EBT fell 166.73% year-over-year to -$4.1 million; the trailing twelve-month figure through Jun 2026 stood at -$14.0 million (down 159.5% YoY), and the FY2025 full-year result was -$36.8 million, down 187.79% from the prior year.
- EBT retreated to -$4.1 million in Q2 2026 per AHRT's latest filing, from -$2.1 million in the prior quarter.
- Across five years, EBT topped out at $42.6 million in Q3 2022 and bottomed at -$20.6 million in Q4 2023.
- Historically, EBT has averaged $7.7 million across 5 years, with a median of $5.9 million in 2023.
- The sharpest annual moves came in 2022 and 2023: EBT surged 452.17% in 2022, then tumbled 241.49% in 2023.
- Over 5 years, EBT stood at $14.5 million in 2022, then sank by 241.49% to -$20.6 million in 2023, then soared by 238.78% to $28.5 million in 2024, then sank by 125.54% to -$7.3 million in 2025, then soared by 43.7% to -$4.1 million in 2026.
- According to Business Quant data, EBT 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) | EBT (Qtr) |
|---|---|---|---|---|---|
| 1 | Simon Property | 66.91 Bn | 68.17 Bn | 1.76 Bn | 618.34 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 | -105.66 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.99 Mn |
| 9 | Acadia Realty Trust | 2.66 Bn | 3.00 Bn | 14.03 Mn | 22.98 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 | -547,000.00 |
| Jun 30, 2025 | 6.15 Mn |
| Mar 31, 2025 | -4.15 Mn |
| Dec 31, 2024 | 28.54 Mn |
| Sep 30, 2024 | -6.95 Mn |
| Jun 30, 2024 | 2.03 Mn |
| Mar 31, 2024 | 18.26 Mn |
| Dec 31, 2023 | -20.57 Mn |
| Sep 30, 2023 | 8.73 Mn |
| Jun 30, 2023 | 15.22 Mn |
| Mar 31, 2023 | 5.61 Mn |
| Dec 31, 2022 | 14.54 Mn |
| Sep 30, 2022 | 42.55 Mn |
| Jun 30, 2022 | 30.75 Mn |
| Mar 31, 2022 | 11.98 Mn |
| Dec 31, 2021 | 3.02 Mn |
| Sep 30, 2021 | 7.71 Mn |
AH Realty Trust EBT 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=ebt&ticker=AHRT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ebt", "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=ebt&ticker=AHRT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();