AH Realty Trust (AHRT) Selling, General & Administrative (2012 - 2026)
Analysis
AH Realty Trust (AHRT) Selling, General & Administrative (2012 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | SG&A (Qtr) |
|---|---|---|---|---|---|
| 1 | Simon Property | 66.91 Bn | 68.17 Bn | 1.76 Bn | 17.87 Mn |
| 2 | Kimco Realty | 15.10 Bn | 15.26 Bn | 455.67 Mn | 29.95 Mn |
| 3 | Federal Realty Investment Trust | 9.60 Bn | 9.79 Bn | 271.22 Mn | 13.47 Mn |
| 4 | Macerich | 6.41 Bn | 6.49 Bn | 171.77 Mn | 9.49 Mn |
| 5 | Kite Realty Group Trust | 5.05 Bn | 5.20 Bn | - | 14.54 Mn |
| 6 | Phillips Edison & Company | 4.76 Bn | 5.06 Bn | - | 13.58 Mn |
| 7 | Tanger | 4.09 Bn | 4.12 Bn | - | 20.49 Mn |
| 8 | Curbline Properties | 3.27 Bn | 3.27 Bn | - | 9.24 Mn |
| 9 | Acadia Realty Trust | 2.66 Bn | 3.00 Bn | 14.03 Mn | 11.78 Mn |
| 10 | AH Realty Trust | 471.44 Mn | 644.98 Mn | - | 5.00 Mn |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 5.00 Mn |
| Mar 31, 2026 | 4.72 Mn |
| Dec 31, 2025 | 2.51 Mn |
| Sep 30, 2025 | 4.45 Mn |
| Jun 30, 2025 | 4.22 Mn |
| Mar 31, 2025 | 7.16 Mn |
| Dec 31, 2024 | 3.72 Mn |
| Sep 30, 2024 | 5.19 Mn |
| Jun 30, 2024 | 4.50 Mn |
| Mar 31, 2024 | 5.87 Mn |
| Dec 31, 2023 | 3.41 Mn |
| Sep 30, 2023 | 4.29 Mn |
| Jun 30, 2023 | 4.05 Mn |
| Mar 31, 2023 | 5.45 Mn |
| Dec 31, 2022 | 3.51 Mn |
| Sep 30, 2022 | 3.85 Mn |
| Jun 30, 2022 | 3.62 Mn |
| Mar 31, 2022 | 4.71 Mn |
| Dec 31, 2021 | 3.65 Mn |
| Sep 30, 2021 | 3.45 Mn |
API Access
AH Realty Trust Selling, General & Administrative 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=selling-general-and-administrative&ticker=AHRT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "selling-general-and-administrative", "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=selling-general-and-administrative&ticker=AHRT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();