Host Hotels & Resorts, Inc. (HST) Change in Accured Expenses (2009 - 2010)
Host Hotels & Resorts (HST) posted Change in Accured Expenses of $39.0 million for Q3 2010, up 378.57% on a QoQ basis from -$14.0 million in Q2 2010, and down 39.06% year-over-year from $64.0 million in Q3 2009.
Host Hotels & Resorts, Inc. (HST) Change in Accured Expenses (2009 - 2010) Analysis & Trends
Host Hotels & Resorts has reported Change in Accured Expenses for 2 years, with the latest figure at $39.0 million in Q3 2010.
- On a quarterly basis, Change in Accured Expenses fell 39.06% year-over-year to $39.0 million in Q3 2010; TTM through Sep 2010 was $51.0 million, a 183.33% increase from a year earlier, with the FY2009 full-year figure at $95.0 million, changed N/A from the prior year.
- Change in Accured Expenses was $39.0 million for Q3 2010 at Host Hotels & Resorts, up from -$14.0 million in the prior quarter.
- The five-year high for Change in Accured Expenses was $64.0 million in Q3 2009, with the low at -$16.0 million in Q2 2009.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Sep 10, 2010 | 39.00 Mn |
| Jun 18, 2010 | -14.00 Mn |
| Mar 26, 2010 | -7.00 Mn |
| Dec 31, 2009 | 33.00 Mn |
| Sep 11, 2009 | 64.00 Mn |
| Jun 19, 2009 | -16.00 Mn |
| Mar 27, 2009 | 14.00 Mn |
Host Hotels & Resorts, Inc. Change in Accured Expenses 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=change-in-accured-expenses&ticker=HST&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-accured-expenses", "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=change-in-accured-expenses&ticker=HST&period=max&api_key=YOUR_API_KEY");
const data = await res.json();