Host Hotels & Resorts, Inc. (HST) Price to Earnings (2009 - 2010)
Host Hotels & Resorts (HST) posted Price to Earnings of 161.72 for Q3 2010, down 120.77% on a QoQ basis from 778.48 in Q2 2010, and down 44.47% year-over-year from 291.23 in Q3 2009.
Host Hotels & Resorts, Inc. (HST) Price to Earnings (2009 - 2010) Analysis & Trends
Host Hotels & Resorts has reported Price to Earnings for 2 years, with the latest figure at 161.72 in Q3 2010.
- On a quarterly basis, Price to Earnings fell 44.47% year-over-year to 161.72 in Q3 2010; TTM through Sep 2010 was 45.98, a 41.63% increase from a year earlier, with the FY2009 full-year figure at 28.9, changed N/A from the prior year.
- Price to Earnings was 161.72 for Q3 2010 at Host Hotels & Resorts, down from 778.48 in the prior quarter.
- The five-year high for Price to Earnings was 778.48 in Q2 2010, with the low at 161.72 in Q3 2010.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Sep 10, 2010 | -161.72 |
| Jun 18, 2010 | 778.48 |
| Mar 26, 2010 | -110.76 |
| Dec 31, 2009 | -103.32 |
| Sep 11, 2009 | -111.94 |
| Jun 19, 2009 | -64.78 |
Host Hotels & Resorts, Inc. Price to Earnings 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-earnings&ticker=HST&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "price-to-earnings", "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-earnings&ticker=HST&period=max&api_key=YOUR_API_KEY");
const data = await res.json();