AH Realty Trust (AHRT) Tax Rate (2013 - 2025)
AH Realty Trust's (AHRT) quarterly Tax Rate came in at 35.1% in Q3 2025, down 2659.0% on a YoY basis from 1.37% in Q3 2024, and down 280.72% quarter-over-quarter from 9.22% in Q2 2025.
AH Realty Trust (AHRT) Tax Rate (2013 - 2025) Analysis & Trends
AH Realty Trust (AHRT) has reported Tax Rate for 13 consecutive years, with 35.1% the latest figure, recorded in Q3 2025.
- For the quarter ending Q3 2025, Tax Rate fell 2659.0% year-over-year to 35.1%; the trailing twelve-month figure through Sep 2025 stood at 2.26% (up 292.0% YoY), and the FY2024 full-year result was 1.47%, down 1625.0% from the prior year.
- Tax Rate declined to 35.1% in Q3 2025 per AHRT's latest filing, from 9.22% in the prior quarter.
- Across five years, Tax Rate topped out at 3.55% in Q3 2023 and bottomed at 61.29% in Q2 2024.
- Historically, Tax Rate has averaged 6.68% across 5 years, with a median of 1.73% in 2024.
- The sharpest annual moves came in 2024 and 2025: Tax Rate slumped 6350 bps in 2024, then soared 5207 bps in 2025.
- Over 5 years, Tax Rate stood at 7.28% in 2021, then soared by 100 bps to 0.03% in 2022, then sank by 6897 bps to 2.41% in 2023, then advanced by 28 bps to 1.73% in 2024, then plunged by 1928 bps to 35.1% in 2025.
- According to Business Quant data, Tax Rate over the past three periods registered 35.1%, 9.22%, and 4.58% for Q3 2025, Q2 2025, and Q1 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Tax Rate (Qtr) |
|---|---|---|---|---|---|
| 1 | Simon Property | 66.91 Bn | 68.17 Bn | 1.76 Bn | -1.10% |
| 2 | Kimco Realty | 15.10 Bn | 15.26 Bn | 455.67 Mn | 0.00% |
| 3 | Federal Realty Investment Trust | 9.60 Bn | 9.79 Bn | 271.22 Mn | - |
| 4 | Macerich | 6.41 Bn | 6.49 Bn | 171.77 Mn | -0.47% |
| 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 | - | - |
| 8 | Curbline Properties | 3.27 Bn | 3.27 Bn | - | 0.93% |
| 9 | Acadia Realty Trust | 2.66 Bn | 3.00 Bn | 14.03 Mn | 0.67% |
| 10 | AH Realty Trust | 471.44 Mn | 644.98 Mn | - | - |
Historic Data
| Date | Value |
|---|---|
| Sep 30, 2025 | -35.10% |
| Jun 30, 2025 | -9.22% |
| Mar 31, 2025 | -4.58% |
| Dec 31, 2024 | -1.73% |
| Sep 30, 2024 | -8.51% |
| Jun 30, 2024 | -61.29% |
| Mar 31, 2024 | 2.92% |
| Dec 31, 2023 | -2.41% |
| Sep 30, 2023 | 3.55% |
| Jun 30, 2023 | 2.21% |
| Mar 31, 2023 | 3.35% |
| Dec 31, 2022 | -0.03% |
| Sep 30, 2022 | 0.43% |
| Jun 30, 2022 | -0.07% |
| Mar 31, 2022 | -2.51% |
| Dec 31, 2021 | -7.28% |
| Sep 30, 2021 | -0.55% |
| Jun 30, 2021 | -5.77% |
| Mar 31, 2021 | -0.32% |
| Dec 31, 2020 | -1.36% |
AH Realty Trust Tax Rate 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=tax-rate&ticker=AHRT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "tax-rate", "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=tax-rate&ticker=AHRT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();