AH Realty Trust (AHRT) Other financing activities (2012 - 2026)
AH Realty Trust's (AHRT) quarterly Other financing activities came in at $6.7 million in Q2 2026, up 503.45% on a YoY basis from $1.1 million in Q2 2025, and up 326.07% quarter-over-quarter from -$2.9 million in Q1 2026.
AH Realty Trust (AHRT) Other financing activities (2012 - 2026) Analysis & Trends
AH Realty Trust (AHRT) has reported Other financing activities for 6 consecutive years, with $6.7 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Other financing activities rose 503.45% year-over-year to $6.7 million; the trailing twelve-month figure through Jun 2026 stood at $1.1 million (up 141.62% YoY), and the FY2022 full-year result was $14000.0, changed N/A from the prior year.
- Other financing activities improved to $6.7 million in Q2 2026 per AHRT's latest filing, from -$2.9 million in the prior quarter.
- Across five years, Other financing activities topped out at $6.7 million in Q2 2026 and bottomed at -$2.9 million in Q1 2026.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (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 | - |
| 8 | Curbline Properties | 3.27 Bn | 3.27 Bn | - |
| 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 |
|---|---|
| Jun 30, 2026 | 6.67 Mn |
| Mar 31, 2026 | -2.95 Mn |
| Jun 30, 2025 | -1.65 Mn |
| Mar 31, 2025 | -973,000.00 |
| Dec 31, 2018 | 5.72 Mn |
| Sep 30, 2018 | 10.55 Mn |
| Jun 30, 2018 | 48.99 Mn |
| Mar 31, 2018 | -5,000.00 |
| Jun 30, 2017 | 88.02 Mn |
| Mar 31, 2017 | 3.36 Mn |
| Dec 31, 2013 | -229,000.00 |
| Jun 30, 2013 | -47.47 Mn |
| Mar 31, 2013 | 250,000.00 |
| Jun 30, 2012 | 1.53 Mn |
| Mar 31, 2012 | 208,000.00 |
AH Realty Trust Other financing activities 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=other-financing-activities&ticker=AHRT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-financing-activities", "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=other-financing-activities&ticker=AHRT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();