Host Hotels & Resorts, Inc. (HST) Profit After Tax (2009 - 2010)
Host Hotels & Resorts (HST) posted Profit After Tax of -$61.0 million for Q3 2010, down 405.0% on a QoQ basis from $20.0 million in Q2 2010, and up 8.96% year-over-year from -$56.0 million in Q3 2009.
Host Hotels & Resorts, Inc. (HST) Profit After Tax (2009 - 2010) Analysis & Trends
Host Hotels & Resorts has reported Profit After Tax for 2 years, with the latest figure at -$61.0 million in Q3 2010.
- On a quarterly basis, Profit After Tax rose 8.96% year-over-year to -$61.0 million in Q3 2010; TTM through Sep 2010 was -$196.0 million, a 130.59% decrease from a year earlier, with the FY2009 full-year figure at -$258.0 million, changed N/A from the prior year.
- Profit After Tax 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 Profit After Tax was $20.0 million in Q2 2010, with the low at -$84.0 million in Q1 2010.
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 | -71.00 Mn |
| Sep 11, 2009 | -67.00 Mn |
| Jun 19, 2009 | -69.00 Mn |
| Mar 27, 2009 | -60.00 Mn |
Host Hotels & Resorts, Inc. Profit After Tax 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=profit-after-tax&ticker=HST&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "profit-after-tax", "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=profit-after-tax&ticker=HST&period=max&api_key=YOUR_API_KEY");
const data = await res.json();