Host Hotels & Resorts, Inc. (HST) Dividend Yield (2009 - 2010)
Host Hotels & Resorts (HST) posted Dividend Yield of 0.07% for Q3 2010, up 25.87% on a QoQ basis from 0.06% in Q2 2010.
Analysis
Host Hotels & Resorts, Inc. (HST) Dividend Yield (2009 - 2010) Analysis & Trends
Host Hotels & Resorts has reported Dividend Yield for 2 years, with the latest figure at 0.07% in Q3 2010.
- On a quarterly basis, Dividend Yield changed N/A year-over-year to 0.07% in Q3 2010; TTM through Sep 2010 was 0.32%, a 173.0% decrease from a year earlier, with the FY2009 full-year figure at 0.56%, changed N/A from the prior year.
- Dividend Yield was 0.07% for Q3 2010 at Host Hotels & Resorts, up from 0.06% in the prior quarter.
- The five-year high for Dividend Yield was 0.21% in Q4 2009, with the low at 0.02% in Q2 2009.
Peer Set
Peer Comparison
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Sep 10, 2010 | 0.07% |
| Jun 18, 2010 | 0.06% |
| Mar 26, 2010 | 0.01% |
| Dec 31, 2009 | 0.21% |
| Jun 19, 2009 | -0.02% |
API Access
Host Hotels & Resorts, Inc. Dividend Yield 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=dividend-yield&ticker=HST&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "dividend-yield", "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=dividend-yield&ticker=HST&period=max&api_key=YOUR_API_KEY");
const data = await res.json();