Host Hotels & Resorts, Inc. (HST) Preferred Dividend Payments (2009 - 2010)
Host Hotels & Resorts (HST) posted Preferred Dividend Payments of $4.0 million for Q2 2010, up 100.0% on a QoQ basis from $2.0 million in Q1 2010, and up 100.0% year-over-year from $2.0 million in Q2 2009.
Host Hotels & Resorts, Inc. (HST) Preferred Dividend Payments (2009 - 2010) Analysis & Trends
Host Hotels & Resorts has reported Preferred Dividend Payments for 2 years, with the latest figure at $4.0 million in Q2 2010.
- On a quarterly basis, Preferred Dividend Payments rose 100.0% year-over-year to $4.0 million in Q2 2010; TTM through Sep 2010 was $9.0 million, a 0.0% change from a year earlier, with the FY2009 full-year figure at $9.0 million, changed N/A from the prior year.
- Preferred Dividend Payments was $4.0 million for Q2 2010 at Host Hotels & Resorts, up from $2.0 million in the prior quarter.
- The five-year high for Preferred Dividend Payments was $4.0 million in Q2 2010, with the low at $2.0 million in Q1 2009.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 18, 2010 | 4.00 Mn |
| Mar 26, 2010 | 2.00 Mn |
| Dec 31, 2009 | 3.00 Mn |
| Sep 11, 2009 | 2.00 Mn |
| Jun 19, 2009 | 2.00 Mn |
| Mar 27, 2009 | 2.00 Mn |
Host Hotels & Resorts, Inc. Preferred Dividend Payments 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=preferred-dividend-payments&ticker=HST&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "preferred-dividend-payments", "ticker": "HST", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=preferred-dividend-payments&ticker=HST&period=max&api_key=YOUR_API_KEY");
const data = await res.json();