Host Hotels & Resorts, Inc. (HST) Depreciation & Amortization (CF) (2009 - 2010)
Host Hotels & Resorts (HST) posted Depreciation & Amortization (CF) of $139.0 million for Q2 2010, up 2.21% on a QoQ basis from $136.0 million in Q1 2010, and up 1.46% year-over-year from $137.0 million in Q2 2009.
Host Hotels & Resorts, Inc. (HST) Depreciation & Amortization (CF) (2009 - 2010) Analysis & Trends
Host Hotels & Resorts has reported Depreciation & Amortization (CF) for 2 years, with the latest figure at $139.0 million in Q2 2010.
- On a quarterly basis, Depreciation & Amortization (CF) rose 1.46% year-over-year to $139.0 million in Q2 2010; TTM through Sep 2010 was $459.0 million, a 24.75% decrease from a year earlier, with the FY2009 full-year figure at $662.0 million, changed N/A from the prior year.
- Depreciation & Amortization (CF) was $139.0 million for Q2 2010 at Host Hotels & Resorts, up from $136.0 million in the prior quarter.
- The five-year high for Depreciation & Amortization (CF) was $184.0 million in Q4 2009, with the low at $136.0 million in Q1 2010.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 18, 2010 | 139.00 Mn |
| Mar 26, 2010 | 136.00 Mn |
| Dec 31, 2009 | 184.00 Mn |
| Sep 11, 2009 | 138.00 Mn |
| Jun 19, 2009 | 137.00 Mn |
| Mar 27, 2009 | 155.00 Mn |
Host Hotels & Resorts, Inc. Depreciation & Amortization (CF) 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=depreciation-and-amortization-cf&ticker=HST&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "depreciation-and-amortization-cf", "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=depreciation-and-amortization-cf&ticker=HST&period=max&api_key=YOUR_API_KEY");
const data = await res.json();