Host Hotels & Resorts, Inc. (HST) Net Equity Issued and Repurchased (2009 - 2010)
Host Hotels & Resorts (HST) posted Net Equity Issued and Repurchased of $103.0 million for Q3 2010, up 87.27% on a QoQ basis from $55.0 million in Q1 2010, and down 4.63% year-over-year from $108.0 million in Q3 2009.
Host Hotels & Resorts, Inc. (HST) Net Equity Issued and Repurchased (2009 - 2010) Analysis & Trends
Host Hotels & Resorts has reported Net Equity Issued and Repurchased for 2 years, with the latest figure at $103.0 million in Q3 2010.
- On a quarterly basis, Net Equity Issued and Repurchased fell 4.63% year-over-year to $103.0 million in Q3 2010; TTM through Sep 2010 was $337.0 million, a N/A change from a year earlier, with the FY2009 full-year figure at $767.0 million, changed N/A from the prior year.
- Net Equity Issued and Repurchased was $103.0 million for Q3 2010 at Host Hotels & Resorts, up from $55.0 million in the prior quarter.
- The five-year high for Net Equity Issued and Repurchased was $179.0 million in Q4 2009, with the low at $55.0 million in Q1 2010.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Sep 10, 2010 | 103.00 Mn |
| Mar 26, 2010 | 55.00 Mn |
| Dec 31, 2009 | 179.00 Mn |
| Sep 11, 2009 | 108.00 Mn |
Host Hotels & Resorts, Inc. Net Equity Issued and Repurchased 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=net-equity-issued-and-repurchased&ticker=HST&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-equity-issued-and-repurchased", "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=net-equity-issued-and-repurchased&ticker=HST&period=max&api_key=YOUR_API_KEY");
const data = await res.json();