Host Hotels & Resorts, Inc. (HST) Enterprise Value (2009 - 2010)
Host Hotels & Resorts (HST) posted Enterprise Value of $9.4 billion for Q3 2010, down 7.31% on a QoQ basis from $10.1 billion in Q2 2010, and up 47.0% year-over-year from $6.4 billion in Q3 2009.
Host Hotels & Resorts, Inc. (HST) Enterprise Value (2009 - 2010) Analysis & Trends
Host Hotels & Resorts has reported Enterprise Value for 2 years, with the latest figure at $9.4 billion in Q3 2010.
- On a quarterly basis, Enterprise Value rose 47.0% year-over-year to $9.4 billion in Q3 2010; TTM through Sep 2010 was $9.4 billion, a 47.0% increase from a year earlier, with the FY2009 full-year figure at $7.5 billion, changed N/A from the prior year.
- Enterprise Value was $9.4 billion for Q3 2010 at Host Hotels & Resorts, down from $10.1 billion in the prior quarter.
- The five-year high for Enterprise Value was $10.1 billion in Q2 2010, with the low at $4.5 billion in Q2 2009.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Sep 10, 2010 | 9.38 Bn |
| Jun 18, 2010 | 10.12 Bn |
| Mar 26, 2010 | 9.53 Bn |
| Dec 31, 2009 | 7.54 Bn |
| Sep 11, 2009 | 6.38 Bn |
| Jun 19, 2009 | 4.53 Bn |
Host Hotels & Resorts, Inc. Enterprise Value 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=enterprise-value&ticker=HST&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "enterprise-value", "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=enterprise-value&ticker=HST&period=max&api_key=YOUR_API_KEY");
const data = await res.json();