Host Hotels & Resorts, Inc. (HST) FCF Margin (2009 - 2010)
Host Hotels & Resorts (HST) posted FCF Margin of 7.65% for Q3 2010, down 34.41% on a QoQ basis from 11.67% in Q2 2010, and down 253.0% year-over-year from 5.0% in Q3 2009.
Host Hotels & Resorts, Inc. (HST) FCF Margin (2009 - 2010) Analysis & Trends
Host Hotels & Resorts has reported FCF Margin for 2 years, with the latest figure at 7.65% in Q3 2010.
- On a quarterly basis, FCF Margin fell 253.0% year-over-year to 7.65% in Q3 2010; TTM through Sep 2010 was 8.43%, a 139.0% decrease from a year earlier, with the FY2009 full-year figure at 9.33%, changed N/A from the prior year.
- FCF Margin was 7.65% for Q3 2010 at Host Hotels & Resorts, down from 11.67% in the prior quarter.
- The five-year high for FCF Margin was 11.67% in Q2 2010, with the low at 2.67% in Q1 2010.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Sep 10, 2010 | 7.65% |
| Jun 18, 2010 | 11.67% |
| Mar 26, 2010 | 2.67% |
| Dec 31, 2009 | 9.85% |
| Sep 11, 2009 | 10.19% |
| Jun 19, 2009 | 8.85% |
| Mar 27, 2009 | 8.22% |
Host Hotels & Resorts, Inc. FCF 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=fcf-margin&ticker=HST&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "fcf-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=fcf-margin&ticker=HST&period=max&api_key=YOUR_API_KEY");
const data = await res.json();