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