Host Hotels & Resorts, Inc. (HST) EBT (2009 - 2010)
Host Hotels & Resorts (HST) posted EBT of -$66.0 million for Q3 2010, down 353.85% on a QoQ basis from $26.0 million in Q2 2010, and up 28.26% year-over-year from -$51.5 million in Q3 2009.
Host Hotels & Resorts, Inc. (HST) EBT (2009 - 2010) Analysis & Trends
Host Hotels & Resorts has reported EBT for 2 years, with the latest figure at -$66.0 million in Q3 2010.
- On a quarterly basis, EBT rose 28.26% year-over-year to -$66.0 million in Q3 2010; TTM through Sep 2010 was -$270.0 million, a 335.48% decrease from a year earlier, with the FY2009 full-year figure at -$287.0 million, changed N/A from the prior year.
- EBT was -$66.0 million for Q3 2010 at Host Hotels & Resorts, down from $26.0 million in the prior quarter.
- The five-year high for EBT was $26.0 million in Q2 2010, with the low at -$126.0 million in Q4 2009.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Sep 10, 2010 | -66.00 Mn |
| Jun 18, 2010 | 26.00 Mn |
| Mar 26, 2010 | -104.00 Mn |
| Dec 31, 2009 | -126.00 Mn |
| Sep 11, 2009 | -92.00 Mn |
| Jun 19, 2009 | -1.00 Mn |
| Mar 27, 2009 | -68.00 Mn |
Host Hotels & Resorts, Inc. EBT 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=ebt&ticker=HST&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ebt", "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=ebt&ticker=HST&period=max&api_key=YOUR_API_KEY");
const data = await res.json();