Ross Stores (ROST) Long-Term Debt Issuances (2015 - 2020)
Ross Stores' (ROST) quarterly Long-Term Debt Issuances came in at $989.1 million in Q4 2020, down 49.95% quarter-over-quarter from $2.0 billion in Q2 2020.
Ross Stores (ROST) Long-Term Debt Issuances (2015 - 2020) Analysis & Trends
Ross Stores (ROST) has reported Long-Term Debt Issuances for 2 consecutive years, with $989.1 million the latest figure, recorded in Q4 2020.
- For the quarter ending Q4 2020, Long-Term Debt Issuances changed N/A year-over-year to $989.1 million; the trailing twelve-month figure through Jul 2021 stood at $989.1 million (down 49.95% YoY), and the FY2021 full-year result was $3.0 billion, changed N/A from the prior year.
- Long-Term Debt Issuances slipped to $989.1 million in Q4 2020 per ROST's latest filing, from $2.0 billion in the prior quarter.
- Across five years, Long-Term Debt Issuances topped out at $2.0 billion in Q2 2020 and bottomed at $989.1 million in Q4 2020.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | LT Debt Issuance (Qtr) |
|---|---|---|---|---|---|
| 1 | Amazon Com | 2,749.45 Bn | 2,626.46 Bn | 198.88 Bn | 67.00 Bn |
| 2 | Home Depot | 304.78 Bn | 302.69 Bn | 16.12 Bn | 53.00 Mn |
| 3 | Tjx Companies | 144.03 Bn | 138.03 Bn | 5.07 Bn | - |
| 4 | Lowes Companies | 110.04 Bn | 106.63 Bn | 8.58 Bn | 21.00 Mn |
| 5 | Ross Stores | 74.33 Bn | 70.04 Bn | 2.12 Bn | - |
| 6 | Target | 72.24 Bn | 66.83 Bn | 8.94 Bn | - |
| 7 | Carvana | 71.88 Bn | 70.24 Bn | 1.38 Bn | 55.00 Mn |
| 8 | O Reilly Automotive | 70.04 Bn | 69.78 Bn | 2.52 Bn | - |
| 9 | Autozone | 47.18 Bn | 46.93 Bn | 2.52 Bn | - |
| 10 | JD.com | 33.22 Bn | 9.95 Bn | 16.50 Bn | - |
Historic Data
| Date | Value |
|---|---|
| Oct 31, 2020 | 989.09 Mn |
| May 2, 2020 | 1.98 Bn |
| Jan 31, 2015 | -524,000.00 |
Ross Stores 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=ROST&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "long-term-debt-issuances", "ticker": "ROST", "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=ROST&period=max&api_key=YOUR_API_KEY");
const data = await res.json();