Copart (CPRT) Long-Term Debt Issuances (2011 - 2016)
Copart's (CPRT) quarterly Long-Term Debt Issuances came in at $25.5 million in Q2 2016, down 79.63% quarter-over-quarter from $125.0 million in Q4 2011.
Copart (CPRT) Long-Term Debt Issuances (2011 - 2016) Analysis & Trends
Copart (CPRT) has reported Long-Term Debt Issuances for 2 consecutive years, with $25.5 million the latest figure, recorded in Q2 2016.
- On a quarterly basis, Long-Term Debt Issuances changed N/A year-over-year to $25.5 million in Q2 2016; TTM through Jul 2017 was $25.5 million, a 0.0% change from a year earlier, with the FY2016 full-year figure at $93.5 million, down 86.63% from the prior year.
- Long-Term Debt Issuances was $25.5 million for Q2 2016 at Copart, down from $125.0 million in the prior quarter.
- Over five years, Long-Term Debt Issuances peaked at $25.5 million in Q2 2016 and troughed at $25.5 million in Q2 2016.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Long-Term Debt Issuances (Qtr) |
|---|---|---|---|---|---|
| 1 | Copart | 27.11 Bn | 23.77 Bn | 732.88 Mn | - |
| 2 | Expeditors International Of Washington | 24.83 Bn | 23.80 Bn | 1.09 Bn | - |
| 3 | C. H. Robinson Worldwide | 17.92 Bn | 17.76 Bn | 1.11 Bn | 1.27 Bn |
| 4 | Rb Global | 15.40 Bn | 14.87 Bn | 935.50 Mn | - |
| 5 | Ryder System | 9.14 Bn | 9.14 Bn | 1.45 Bn | - |
| 6 | Landstar System | 5.78 Bn | 5.43 Bn | 308.86 Mn | - |
| 7 | GXO Logistics | 5.27 Bn | 4.53 Bn | 508.00 Mn | - |
| 8 | Rxo | 3.34 Bn | 3.32 Bn | 302.00 Mn | - |
| 9 | Hub | 1.98 Bn | 1.89 Bn | 250.84 Mn | 48.28 Mn |
| 10 | Cryoport | 862.04 Mn | 465.34 Mn | 22.82 Mn | - |
Copart 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=CPRT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "long-term-debt-issuances", "ticker": "CPRT", "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=CPRT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();