AH Realty Trust (AHRT) Share-based Compensation (2012 - 2026)
AH Realty Trust's (AHRT) quarterly Share-based Compensation came in at -$2.4 million in Q2 2026, down 279.0% on a YoY basis from $1.4 million in Q2 2025, and up 51.94% quarter-over-quarter from -$5.1 million in Q1 2026.
AH Realty Trust (AHRT) Share-based Compensation (2012 - 2026) Analysis & Trends
AH Realty Trust (AHRT) has reported Share-based Compensation for 15 consecutive years, with -$2.4 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Share-based Compensation fell 279.0% year-over-year to -$2.4 million; the trailing twelve-month figure through Jun 2026 stood at -$2.8 million (down 121.3% YoY), and the FY2025 full-year result was $9.5 million, down 14.85% from the prior year.
- Share-based Compensation grew to -$2.4 million in Q2 2026 per AHRT's latest filing, from -$5.1 million in the prior quarter.
- Across five years, Share-based Compensation topped out at $9.5 million in Q2 2024 and bottomed at -$6.6 million in Q1 2024.
- Historically, Share-based Compensation has averaged $1.8 million across 5 years, with a median of $2.1 million in 2023.
- The sharpest annual moves came in 2022 and 2023: Share-based Compensation surged 1336.84% in 2022, then tumbled 358.98% in 2023.
- Over 5 years, Share-based Compensation stood at -$1.4 million in 2022, then surged by 275.45% to $2.5 million in 2023, then decreased by 19.77% to $2.0 million in 2024, then soared by 84.89% to $3.6 million in 2025, then sank by 166.87% to -$2.4 million in 2026.
- According to Business Quant data, Share-based Compensation over the past three periods registered -$2.4 million, -$5.1 million, and $3.6 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Stock Comp. (Qtr) |
|---|---|---|---|---|---|
| 1 | Simon Property | 66.91 Bn | 68.17 Bn | 1.76 Bn | - |
| 2 | Kimco Realty | 15.10 Bn | 15.26 Bn | 455.67 Mn | 46.10 Mn |
| 3 | Federal Realty Investment Trust | 9.60 Bn | 9.79 Bn | 271.22 Mn | 3.57 Mn |
| 4 | Macerich | 6.41 Bn | 6.49 Bn | 171.77 Mn | 1.07 Mn |
| 5 | Kite Realty Group Trust | 5.05 Bn | 5.20 Bn | - | - |
| 6 | Phillips Edison & Company | 4.76 Bn | 5.06 Bn | - | 3.57 Mn |
| 7 | Tanger | 4.09 Bn | 4.12 Bn | - | -17.54 Mn |
| 8 | Curbline Properties | 3.27 Bn | 3.27 Bn | - | 2.79 Mn |
| 9 | Acadia Realty Trust | 2.66 Bn | 3.00 Bn | 14.03 Mn | 27.30 Mn |
| 10 | AH Realty Trust | 471.44 Mn | 644.98 Mn | - | -2.44 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -2.44 Mn |
| Mar 31, 2026 | -5.07 Mn |
| Dec 31, 2025 | 3.65 Mn |
| Sep 30, 2025 | 1.07 Mn |
| Jun 30, 2025 | 1.36 Mn |
| Mar 31, 2025 | 3.46 Mn |
| Dec 31, 2024 | 1.97 Mn |
| Sep 30, 2024 | 6.30 Mn |
| Jun 30, 2024 | 9.49 Mn |
| Mar 31, 2024 | -6.55 Mn |
| Dec 31, 2023 | 2.46 Mn |
| Sep 30, 2023 | 2.30 Mn |
| Jun 30, 2023 | 6.30 Mn |
| Mar 31, 2023 | -4.17 Mn |
| Dec 31, 2022 | -1.40 Mn |
| Sep 30, 2022 | 5.19 Mn |
| Jun 30, 2022 | 6.63 Mn |
| Mar 31, 2022 | 1.61 Mn |
| Dec 31, 2021 | 1.89 Mn |
| Sep 30, 2021 | 361,000.00 |
AH Realty Trust Share-based Compensation 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=share-based-compensation&ticker=AHRT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "share-based-compensation", "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=share-based-compensation&ticker=AHRT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();