Host Hotels & Resorts, Inc. (HST) Price to Sales (2009 - 2010)
Host Hotels & Resorts (HST) posted Price to Sales of 9.32 for Q3 2010, up 2.64% on a QoQ basis from 9.08 in Q2 2010, and up 31.95% year-over-year from 7.07 in Q3 2009.
Host Hotels & Resorts, Inc. (HST) Price to Sales (2009 - 2010) Analysis & Trends
Host Hotels & Resorts has reported Price to Sales for 2 years, with the latest figure at 9.32 in Q3 2010.
- On a quarterly basis, Price to Sales rose 31.95% year-over-year to 9.32 in Q3 2010; TTM through Sep 2010 was 2.19, a 50.98% increase from a year earlier, with the FY2009 full-year figure at 1.81, changed N/A from the prior year.
- Price to Sales was 9.32 for Q3 2010 at Host Hotels & Resorts, up from 9.08 in the prior quarter.
- The five-year high for Price to Sales was 11.57 in Q1 2010, with the low at 4.31 in Q2 2009.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Sep 10, 2010 | 9.32 |
| Jun 18, 2010 | 9.08 |
| Mar 26, 2010 | 11.57 |
| Dec 31, 2009 | 5.63 |
| Sep 11, 2009 | 7.07 |
| Jun 19, 2009 | 4.31 |
Host Hotels & Resorts, Inc. Price to Sales 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=price-to-sales&ticker=HST&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "price-to-sales", "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=price-to-sales&ticker=HST&period=max&api_key=YOUR_API_KEY");
const data = await res.json();