Host Hotels & Resorts, Inc. (HST) Change in Acquisitions & Divestments (2009)
Host Hotels & Resorts (HST) posted Change in Acquisitions & Divestments of $39.0 million for Q1 2009.
Analysis
Host Hotels & Resorts, Inc. (HST) Change in Acquisitions & Divestments (2009) Analysis & Trends
Host Hotels & Resorts has reported Change in Acquisitions & Divestments for 1 years, with the latest figure at $39.0 million in Q1 2009.
- On a quarterly basis, Change in Acquisitions & Divestments changed N/A year-over-year to $39.0 million in Q1 2009; TTM through Dec 2009 was $39.0 million, a N/A change from a year earlier, with the FY2009 full-year figure at $39.0 million, changed N/A from the prior year.
- Change in Acquisitions & Divestments was $39.0 million for Q1 2009 at Host Hotels & Resorts.
- The five-year high for Change in Acquisitions & Divestments was $39.0 million in Q1 2009, with the low at $39.0 million in Q1 2009.
Peer Set
Peer Comparison
API Access
Host Hotels & Resorts, Inc. Change in Acquisitions & Divestments 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-acquisitions-and-divestments&ticker=HST&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-acquisitions-and-divestments", "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-acquisitions-and-divestments&ticker=HST&period=max&api_key=YOUR_API_KEY");
const data = await res.json();