Host Hotels & Resorts, Inc. (HST) Interest Coverage Ratio (2009 - 2010)
Host Hotels & Resorts (HST) posted Interest Coverage Ratio of 0.26 for Q3 2010, down 80.74% on a QoQ basis from 1.34 in Q2 2010, and up 406.88% year-over-year from 0.05 in Q3 2009.
Host Hotels & Resorts, Inc. (HST) Interest Coverage Ratio (2009 - 2010) Analysis & Trends
Host Hotels & Resorts has reported Interest Coverage Ratio for 2 years, with the latest figure at 0.26 in Q3 2010.
- On a quarterly basis, Interest Coverage Ratio rose 406.88% year-over-year to 0.26 in Q3 2010; TTM through Sep 2010 was 0.3, a 66.51% decrease from a year earlier, with the FY2009 full-year figure at 0.26, changed N/A from the prior year.
- Interest Coverage Ratio was 0.26 for Q3 2010 at Host Hotels & Resorts, down from 1.34 in the prior quarter.
- The five-year high for Interest Coverage Ratio was 1.34 in Q2 2010, with the low at 0.16 in Q4 2009.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Sep 10, 2010 | 0.26 |
| Jun 18, 2010 | 1.34 |
| Mar 26, 2010 | -0.02 |
| Dec 31, 2009 | -0.16 |
| Sep 11, 2009 | -0.08 |
| Jun 19, 2009 | 1.27 |
| Mar 27, 2009 | 0.23 |
Host Hotels & Resorts, Inc. Interest 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=interest-coverage-ratio&ticker=HST&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "interest-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=interest-coverage-ratio&ticker=HST&period=max&api_key=YOUR_API_KEY");
const data = await res.json();