AH Realty Trust (AHRT) EPS (Basic) (2013 - 2026)
AH Realty Trust's (AHRT) quarterly EPS (Basic) came in at -$0.25 in Q2 2026, down 745.39% on a YoY basis from $0.04 in Q2 2025, and up 24.44% quarter-over-quarter from -$0.33 in Q1 2026.
AH Realty Trust (AHRT) EPS (Basic) (2013 - 2026) Analysis & Trends
AH Realty Trust (AHRT) has reported EPS (Basic) for 14 consecutive years, with -$0.25 the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, EPS (Basic) fell 745.39% year-over-year to -$0.25; the trailing twelve-month figure through Jun 2026 stood at -$0.64 (down 610.44% YoY), and the FY2025 full-year result was -$0.07, down 124.53% from the prior year.
- EPS (Basic) improved to -$0.25 in Q2 2026 per AHRT's latest filing, from -$0.33 in the prior quarter.
- Across five years, EPS (Basic) topped out at $0.38 in Q3 2022 and bottomed at -$0.33 in Q1 2026.
- Historically, EPS (Basic) has averaged $0.03 across 5 years, with a median of $0.03 in 2023.
- The sharpest annual moves came in 2022 and 2026: EPS (Basic) jumped 2835.04% in 2022, then plunged 745.39% in 2026.
- Over 5 years, EPS (Basic) stood at $0.13 in 2022, then tumbled by 304.77% to -$0.27 in 2023, then soared by 196.38% to $0.26 in 2024, then tumbled by 102.46% to -$0.01 in 2025, then plunged by 3790.1% to -$0.25 in 2026.
- According to Business Quant data, EPS (Basic) over the past three periods registered -$0.25, -$0.33, and -$0.01 for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | EPS (Basic) (Qtr) |
|---|---|---|---|---|---|
| 1 | Simon Property | 66.91 Bn | 68.17 Bn | 1.76 Bn | 9.34 |
| 2 | Kimco Realty | 15.10 Bn | 15.26 Bn | 455.67 Mn | 0.22 |
| 3 | Federal Realty Investment Trust | 9.60 Bn | 9.79 Bn | 271.22 Mn | 0.97 |
| 4 | Macerich | 6.41 Bn | 6.49 Bn | 171.77 Mn | -0.39 |
| 5 | Kite Realty Group Trust | 5.05 Bn | 5.20 Bn | - | 0.80 |
| 6 | Phillips Edison & Company | 4.76 Bn | 5.06 Bn | - | - |
| 7 | Tanger | 4.09 Bn | 4.12 Bn | - | 0.27 |
| 8 | Curbline Properties | 3.27 Bn | 3.27 Bn | - | 0.06 |
| 9 | Acadia Realty Trust | 2.66 Bn | 3.00 Bn | 14.03 Mn | 0.08 |
| 10 | AH Realty Trust | 471.44 Mn | 644.98 Mn | - | -0.25 |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -0.25 |
| Mar 31, 2026 | -0.33 |
| Dec 31, 2025 | -0.01 |
| Sep 30, 2025 | -0.04 |
| Jun 30, 2025 | 0.04 |
| Mar 31, 2025 | -0.07 |
| Dec 31, 2024 | 0.26 |
| Sep 30, 2024 | -0.11 |
| Jun 30, 2024 | 0.00 |
| Mar 31, 2024 | 0.17 |
| Dec 31, 2023 | -0.27 |
| Sep 30, 2023 | 0.06 |
| Jun 30, 2023 | 0.13 |
| Mar 31, 2023 | 0.03 |
| Dec 31, 2022 | 0.13 |
| Sep 30, 2022 | 0.38 |
| Jun 30, 2022 | 0.31 |
| Mar 31, 2022 | 0.11 |
| Dec 31, 2021 | 0.00 |
| Sep 30, 2021 | 0.06 |
AH Realty Trust EPS (Basic) 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=eps-basic&ticker=AHRT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "eps-basic", "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=eps-basic&ticker=AHRT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();