Host Hotels & Resorts, Inc. (HST) Long-Term Debt Issuances (2009 - 2010)
Host Hotels & Resorts (HST) posted Long-Term Debt Issuances of $124.0 million for Q1 2010, down 69.0% on a QoQ basis from $400.0 million in Q4 2009, and up 3.33% year-over-year from $120.0 million in Q1 2009.
Host Hotels & Resorts, Inc. (HST) Long-Term Debt Issuances (2009 - 2010) Analysis & Trends
Host Hotels & Resorts has reported Long-Term Debt Issuances for 2 years, with the latest figure at $124.0 million in Q1 2010.
- On a quarterly basis, Long-Term Debt Issuances rose 3.33% year-over-year to $124.0 million in Q1 2010; TTM through Sep 2010 was $524.0 million, a 77.03% increase from a year earlier, with the FY2009 full-year figure at $906.0 million, changed N/A from the prior year.
- Long-Term Debt Issuances was $124.0 million for Q1 2010 at Host Hotels & Resorts, down from $400.0 million in the prior quarter.
- The five-year high for Long-Term Debt Issuances was $400.0 million in Q4 2009, with the low at $120.0 million in Q1 2009.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Mar 26, 2010 | 124.00 Mn |
| Dec 31, 2009 | 400.00 Mn |
| Jun 19, 2009 | 386.00 Mn |
| Mar 27, 2009 | 120.00 Mn |
Host Hotels & Resorts, Inc. Long-Term Debt Issuances 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-issuances&ticker=HST&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "long-term-debt-issuances", "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-issuances&ticker=HST&period=max&api_key=YOUR_API_KEY");
const data = await res.json();