AH Realty Trust (AHRT) Non Operating Income (2024 - 2025)
AH Realty Trust's (AHRT) quarterly Non Operating Income came in at -$14.7 million in Q4 2025, down 70.65% on a YoY basis from -$50.0 million in Q4 2024, and up 8.79% quarter-over-quarter from -$16.1 million in Q3 2025.
AH Realty Trust (AHRT) Non Operating Income (2024 - 2025) Analysis & Trends
AH Realty Trust (AHRT) has reported Non Operating Income for 2 consecutive years, with -$14.7 million the latest figure, recorded in Q4 2025.
- For the quarter ending Q4 2025, Non Operating Income fell 70.65% year-over-year to -$14.7 million; the trailing twelve-month figure through Dec 2025 stood at -$56.2 million (down 25.6% YoY), and the FY2025 full-year result was -$56.2 million, down 25.6% from the prior year.
- Non Operating Income rose to -$14.7 million in Q4 2025 per AHRT's latest filing, from -$16.1 million in the prior quarter.
- Across five years, Non Operating Income topped out at -$2.1 million in Q1 2024 and bottomed at -$22.9 million in Q3 2024.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Non Op. Inc. (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 | - |
| 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 | - |
| 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 | - | -17.70 Mn |
| 8 | Curbline Properties | 3.27 Bn | 3.27 Bn | - | 1.74 Mn |
| 9 | Acadia Realty Trust | 2.66 Bn | 3.00 Bn | 14.03 Mn | - |
| 10 | AH Realty Trust | 471.44 Mn | 644.98 Mn | - | - |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | -14.69 Mn |
| Sep 30, 2025 | -16.10 Mn |
| Jun 30, 2025 | -10.99 Mn |
| Mar 31, 2025 | -14.46 Mn |
| Dec 31, 2024 | -8.61 Mn |
| Sep 30, 2024 | -22.89 Mn |
| Jun 30, 2024 | -11.21 Mn |
| Mar 31, 2024 | -2.07 Mn |
AH Realty Trust Non Operating Income 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=non-operating-income&ticker=AHRT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-operating-income", "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=non-operating-income&ticker=AHRT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();