Unifirst (UNF) Total Debt Growth (3y) (2013 - 2016)
Analysis
Unifirst (UNF) Total Debt Growth (3y) (2013 - 2016) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Total Debt Growth (3y) (Qtr) |
|---|---|---|---|---|---|
| 1 | Cintas | 79.09 Bn | 78.80 Bn | 1.48 Bn | -0.79% |
| 2 | Iron Mountain | 34.02 Bn | 34.14 Bn | 1.07 Bn | 15.68% |
| 3 | APi | 16.16 Bn | 15.31 Bn | 703.00 Mn | 13.83% |
| 4 | Rollins | 15.61 Bn | 15.50 Bn | 569.95 Mn | 39.64% |
| 5 | Aramark | 14.88 Bn | 14.45 Bn | 430.34 Mn | -7.10% |
| 6 | FirstService | 5.90 Bn | 6.24 Bn | 480.66 Mn | 15.94% |
| 7 | Unifirst | 4.73 Bn | 4.56 Bn | 234.73 Mn | - |
| 8 | Geo | 4.20 Bn | 3.95 Bn | - | -6.30% |
| 9 | CoreCivic | 3.49 Bn | 3.38 Bn | - | 7.91% |
| 10 | Abm Industries | 2.92 Bn | 2.81 Bn | 286.10 Mn | 10.24% |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Aug 27, 2016 | -77.46% |
| Feb 27, 2016 | -86.43% |
| Nov 28, 2015 | -82.33% |
| Aug 29, 2015 | -76.76% |
| May 30, 2015 | -68.17% |
| Feb 28, 2015 | -62.24% |
| Nov 29, 2014 | -61.98% |
| Aug 30, 2014 | -61.75% |
| May 31, 2014 | -62.53% |
| Mar 1, 2014 | -63.11% |
| Nov 30, 2013 | -61.12% |
| Aug 31, 2013 | -24.86% |
API Access
Unifirst Total Debt Growth (3y) 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=total-debt-growth-3y&ticker=UNF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "total-debt-growth-3y", "ticker": "UNF", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=total-debt-growth-3y&ticker=UNF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();