Host Hotels & Resorts, Inc. (HST) Revenue (2009 - 2010)
Host Hotels & Resorts (HST) posted Revenue of $1.0 billion for Q3 2010, down 9.69% on a QoQ basis from $1.1 billion in Q2 2010, and up 11.41% year-over-year from $903.0 million in Q3 2009.
Host Hotels & Resorts, Inc. (HST) Revenue (2009 - 2010) Analysis & Trends
Host Hotels & Resorts has reported Revenue for 2 years, with the latest figure at $1.0 billion in Q3 2010.
- On a quarterly basis, Revenue rose 11.41% year-over-year to $1.0 billion in Q3 2010; TTM through Sep 2010 was $4.3 billion, a 2.64% decrease from a year earlier, with the FY2009 full-year figure at $4.2 billion, changed N/A from the prior year.
- Revenue was $1.0 billion for Q3 2010 at Host Hotels & Resorts, down from $1.1 billion in the prior quarter.
- The five-year high for Revenue was $1.3 billion in Q4 2009, with the low at $823.0 million in Q1 2010.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Sep 10, 2010 | 1.01 Bn |
| Jun 18, 2010 | 1.11 Bn |
| Mar 26, 2010 | 823.00 Mn |
| Dec 31, 2009 | 1.34 Bn |
| Sep 11, 2009 | 903.00 Mn |
| Jun 19, 2009 | 1.05 Bn |
| Mar 27, 2009 | 864.00 Mn |
Host Hotels & Resorts, Inc. Revenue 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=revenue&ticker=HST&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "revenue", "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=revenue&ticker=HST&period=max&api_key=YOUR_API_KEY");
const data = await res.json();