AH Realty Trust (AHRT) Dividends payables (2014 - 2015)
AH Realty Trust's (AHRT) quarterly Dividends payables came in at $7.6 million in Q4 2015, up 19.68% on a YoY basis from $6.4 million in Q4 2014, and up 19.68% quarter-over-quarter from $6.4 million in Q4 2014.
AH Realty Trust (AHRT) Dividends payables (2014 - 2015) Analysis & Trends
AH Realty Trust (AHRT) has reported Dividends payables for 2 consecutive years, with $7.6 million the latest figure, recorded in Q4 2015.
- For the quarter ending Q4 2015, Dividends payables rose 19.68% year-over-year to $7.6 million; the trailing twelve-month figure through Dec 2015 stood at $7.6 million (up 19.68% YoY), and the FY2015 full-year result was $7.6 million, up 19.68% from the prior year.
- Dividends payables advanced to $7.6 million in Q4 2015 per AHRT's latest filing, from $6.4 million in the prior quarter.
- Across five years, Dividends payables topped out at $7.6 million in Q4 2015 and bottomed at $6.4 million in Q4 2014.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Dividends payables (Qtr) |
|---|---|---|---|---|---|
| 1 | Simon Property | 66.91 Bn | 68.17 Bn | 1.76 Bn | 2.72 Mn |
| 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 | 100.49 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 | - | 19.63 Mn |
| 9 | Acadia Realty Trust | 2.66 Bn | 3.00 Bn | 14.03 Mn | 29.19 Mn |
| 10 | AH Realty Trust | 471.44 Mn | 644.98 Mn | - | - |
AH Realty Trust Dividends payables 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=dividends-payables&ticker=AHRT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "dividends-payables", "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=dividends-payables&ticker=AHRT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();