Host Hotels & Resorts, Inc. (HST) Long-Term Debt Repayments (2009 - 2010)
Host Hotels & Resorts (HST) posted Long-Term Debt Repayments of -$3.0 million for Q3 2010, up 25.0% on a QoQ basis from -$4.0 million in Q3 2009, and up 25.0% year-over-year from -$2.4 million in Q3 2009.
Host Hotels & Resorts, Inc. (HST) Long-Term Debt Repayments (2009 - 2010) Analysis & Trends
Host Hotels & Resorts has reported Long-Term Debt Repayments for 2 years, with the latest figure at -$3.0 million in Q3 2010.
Peer Comparison
Host Hotels & Resorts, Inc. Long-Term Debt Repayments 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=long-term-debt-repayments&ticker=HST&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "long-term-debt-repayments", "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=long-term-debt-repayments&ticker=HST&period=max&api_key=YOUR_API_KEY");
const data = await res.json();