Host Hotels & Resorts, Inc. (HST) Gross Margin (2009 - 2010)
Host Hotels & Resorts (HST) posted Gross Margin of 78.83% for Q3 2010, up 0.59% on a QoQ basis from 78.37% in Q2 2010, and up 131.0% year-over-year from 34.12% in Q3 2009.
Host Hotels & Resorts, Inc. (HST) Gross Margin (2009 - 2010) Analysis & Trends
Host Hotels & Resorts has reported Gross Margin for 2 years, with the latest figure at 78.83% in Q3 2010.
- On a quarterly basis, Gross Margin rose 131.0% year-over-year to 78.83% in Q3 2010; TTM through Sep 2010 was 77.73%, a 9.0% increase from a year earlier, with the FY2009 full-year figure at 77.39%, changed N/A from the prior year.
- Gross Margin was 78.83% for Q3 2010 at Host Hotels & Resorts, up from 78.37% in the prior quarter.
- The five-year high for Gross Margin was 78.83% in Q3 2010, with the low at 76.64% in Q4 2009.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Sep 10, 2010 | 78.83% |
| Jun 18, 2010 | 78.37% |
| Mar 26, 2010 | 77.28% |
| Dec 31, 2009 | 76.64% |
| Sep 11, 2009 | 77.52% |
| Jun 19, 2009 | 78.31% |
| Mar 27, 2009 | 77.43% |
Host Hotels & Resorts, Inc. Gross Margin 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=gross-margin&ticker=HST&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "gross-margin", "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=gross-margin&ticker=HST&period=max&api_key=YOUR_API_KEY");
const data = await res.json();