Host Hotels & Resorts, Inc. (HST) Tax Rate (2009 - 2010)
Host Hotels & Resorts (HST) posted Tax Rate of 7.58% for Q3 2010, down 67.17% on a QoQ basis from 23.08% in Q2 2010, and down 1960.0% year-over-year from 0.41% in Q3 2009.
Host Hotels & Resorts, Inc. (HST) Tax Rate (2009 - 2010) Analysis & Trends
Host Hotels & Resorts has reported Tax Rate for 2 years, with the latest figure at 7.58% in Q3 2010.
- On a quarterly basis, Tax Rate fell 1960.0% year-over-year to 7.58% in Q3 2010; TTM through Sep 2010 was 11.48%, a 5787.0% decrease from a year earlier, with the FY2009 full-year figure at 13.59%, changed N/A from the prior year.
- Tax Rate was 7.58% for Q3 2010 at Host Hotels & Resorts, down from 23.08% in the prior quarter.
- The five-year high for Tax Rate was 27.17% in Q3 2009, with the low at 1000.0% in Q2 2009.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Sep 10, 2010 | 7.58% |
| Jun 18, 2010 | 23.08% |
| Mar 26, 2010 | 21.15% |
| Dec 31, 2009 | 7.94% |
| Sep 11, 2009 | 27.17% |
| Jun 19, 2009 | -1,000.00% |
| Mar 27, 2009 | 20.59% |
Host Hotels & Resorts, Inc. Tax Rate 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=tax-rate&ticker=HST&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "tax-rate", "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=tax-rate&ticker=HST&period=max&api_key=YOUR_API_KEY");
const data = await res.json();