Host Hotels & Resorts, Inc. (HST) Income towards Parent Company (2009 - 2010)
Host Hotels & Resorts (HST) posted Income towards Parent Company of -$61.0 million for Q3 2010, down 405.0% on a QoQ basis from $20.0 million in Q2 2010, and down 5.17% year-over-year from -$64.3 million in Q3 2009.
Host Hotels & Resorts, Inc. (HST) Income towards Parent Company (2009 - 2010) Analysis & Trends
Host Hotels & Resorts has reported Income towards Parent Company for 2 years, with the latest figure at -$61.0 million in Q3 2010.
- On a quarterly basis, Income towards Parent Company fell 5.17% year-over-year to -$61.0 million in Q3 2010; TTM through Sep 2010 was -$183.0 million, a 30.71% decrease from a year earlier, with the FY2009 full-year figure at -$397.0 million, changed N/A from the prior year.
- Income towards Parent Company was -$61.0 million for Q3 2010 at Host Hotels & Resorts, down from $20.0 million in the prior quarter.
- The five-year high for Income towards Parent Company was $20.0 million in Q2 2010, with the low at -$210.0 million in Q4 2009.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Sep 10, 2010 | -61.00 Mn |
| Jun 18, 2010 | 20.00 Mn |
| Mar 26, 2010 | -84.00 Mn |
| Dec 31, 2009 | -210.00 Mn |
| Sep 11, 2009 | -58.00 Mn |
| Jun 19, 2009 | -69.00 Mn |
| Mar 27, 2009 | -60.00 Mn |
Host Hotels & Resorts, Inc. Income towards Parent Company 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=income-towards-parent-company&ticker=HST&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-towards-parent-company", "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=income-towards-parent-company&ticker=HST&period=max&api_key=YOUR_API_KEY");
const data = await res.json();