Host Hotels & Resorts, Inc. (HST) EV to FCF (2009 - 2010)
Host Hotels & Resorts (HST) posted EV to FCF of 121.82 for Q3 2010, up 56.48% on a QoQ basis from 77.85 in Q2 2010, and up 75.64% year-over-year from 69.36 in Q3 2009.
Host Hotels & Resorts, Inc. (HST) EV to FCF (2009 - 2010) Analysis & Trends
Host Hotels & Resorts has reported EV to FCF for 2 years, with the latest figure at 121.82 in Q3 2010.
- On a quarterly basis, EV to FCF rose 75.64% year-over-year to 121.82 in Q3 2010; TTM through Sep 2010 was 25.98, a 75.91% increase from a year earlier, with the FY2009 full-year figure at 19.44, changed N/A from the prior year.
- EV to FCF was 121.82 for Q3 2010 at Host Hotels & Resorts, up from 77.85 in the prior quarter.
- The five-year high for EV to FCF was 432.96 in Q1 2010, with the low at 48.76 in Q2 2009.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Sep 10, 2010 | 121.82 |
| Jun 18, 2010 | 77.85 |
| Mar 26, 2010 | 432.96 |
| Dec 31, 2009 | 57.14 |
| Sep 11, 2009 | 69.36 |
| Jun 19, 2009 | 48.76 |
Host Hotels & Resorts, Inc. EV to FCF 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=ev-to-fcf&ticker=HST&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ev-to-fcf", "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=ev-to-fcf&ticker=HST&period=max&api_key=YOUR_API_KEY");
const data = await res.json();