Host Hotels & Resorts, Inc. (HST) Dividend Coverage Ratio (2009 - 2010)
Host Hotels & Resorts (HST) posted Dividend Coverage Ratio of 8.29 for Q3 2010, down 482.42% on a QoQ basis from 2.17 in Q2 2010.
Host Hotels & Resorts, Inc. (HST) Dividend Coverage Ratio (2009 - 2010) Analysis & Trends
Host Hotels & Resorts has reported Dividend Coverage Ratio for 2 years, with the latest figure at 8.29 in Q3 2010.
- On a quarterly basis, Dividend Coverage Ratio changed N/A year-over-year to 8.29 in Q3 2010; TTM through Sep 2010 was 6.8, a 999.75% decrease from a year earlier, with the FY2009 full-year figure at 6.21, changed N/A from the prior year.
- Dividend Coverage Ratio was 8.29 for Q3 2010 at Host Hotels & Resorts, down from 2.17 in the prior quarter.
- The five-year high for Dividend Coverage Ratio was 70.0 in Q2 2009, with the low at 86.0 in Q1 2010.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Sep 10, 2010 | -8.29 |
| Jun 18, 2010 | 2.17 |
| Mar 26, 2010 | -86.00 |
| Dec 31, 2009 | -4.56 |
| Jun 19, 2009 | 70.00 |
| Mar 27, 2009 | -2.26 |
Host Hotels & Resorts, Inc. Dividend Coverage Ratio 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-coverage-ratio&ticker=HST&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "dividend-coverage-ratio", "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-coverage-ratio&ticker=HST&period=max&api_key=YOUR_API_KEY");
const data = await res.json();