Adobe (ADBE) Cash from Restructuring (2010 - 2015)
Adobe's (ADBE) quarterly Cash from Restructuring came in at $204000.0 in Q4 2015, down 98.59% year-over-year from $14.5 million in Q4 2014, and up 116.68% quarter-over-quarter from -$1.2 million in Q3 2015.
Adobe (ADBE) Cash from Restructuring (2010 - 2015) Analysis & Trends
Adobe (ADBE) has reported Cash from Restructuring for 6 consecutive years, with $204000.0 the latest figure, recorded in Q4 2015.
- On a quarterly basis, Cash from Restructuring fell 98.59% year-over-year to $204000.0 in Q4 2015; TTM through Nov 2015 was -$16.6 million, a 287.35% decrease from a year earlier, with the FY2015 full-year figure at -$16.6 million, down 287.35% from the prior year.
- Cash from Restructuring was $204000.0 for Q4 2015 at Adobe, up from -$1.2 million in the prior quarter.
- Over five years, Cash from Restructuring peaked at $73.8 million in Q4 2011 and troughed at -$39.1 million in Q1 2012.
- A 5-year average of -$440650.0 and a median of -$1.6 million in 2011 frame the typical range for Cash from Restructuring.
- Across the five-year window, Cash from Restructuring surged 14372.92% in 2011 and sank 2653.6% in 2015, its largest moves.
- Over 5 years, Cash from Restructuring stood at $73.8 million in 2011, then slumped by 108.19% to -$6.0 million in 2012, then soared by 124.89% to $1.5 million in 2013, then jumped by 863.32% to $14.5 million in 2014, then sank by 98.59% to $204000.0 in 2015.
- The last three Cash from Restructuring figures came in at $204000.0 (Q4 2015), -$1.2 million (Q3 2015), and -$1.1 million (Q2 2015), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Adobe | 94.11 Bn | 88.47 Bn | 6.00 Bn |
| 2 | Atlassian | 50.75 Bn | 49.51 Bn | 1.53 Bn |
| 3 | Autodesk | 45.38 Bn | 41.23 Bn | 1.87 Bn |
| 4 | Twilio | 44.64 Bn | 41.99 Bn | 725.87 Mn |
| 5 | Zoom Communications | 26.86 Bn | 19.62 Bn | 985.50 Mn |
| 6 | Figma | 11.55 Bn | 9.88 Bn | 309.61 Mn |
| 7 | Dropbox | 7.52 Bn | 6.40 Bn | 506.50 Mn |
| 8 | Nice | 7.12 Bn | 6.76 Bn | 995.81 Mn |
| 9 | RingCentral | 6.64 Bn | 6.53 Bn | 472.31 Mn |
| 10 | Open Text | 5.59 Bn | 4.63 Bn | 1.01 Bn |
Historic Data
| Date | Value |
|---|---|
| Nov 27, 2015 | 204,000.00 |
| Aug 28, 2015 | -1.22 Mn |
| May 29, 2015 | -1.06 Mn |
| Feb 27, 2015 | -14.54 Mn |
| Nov 28, 2014 | 14.50 Mn |
| Aug 29, 2014 | -1.55 Mn |
| May 30, 2014 | -3.55 Mn |
| Feb 28, 2014 | -528,000.00 |
| Nov 29, 2013 | 1.51 Mn |
| Aug 30, 2013 | -3.25 Mn |
| May 31, 2013 | -1.16 Mn |
| Mar 1, 2013 | -4.05 Mn |
| Nov 30, 2012 | -6.05 Mn |
| Aug 31, 2012 | -3.84 Mn |
| Jun 1, 2012 | -17.10 Mn |
| Mar 2, 2012 | -39.06 Mn |
| Dec 2, 2011 | 73.79 Mn |
| Sep 2, 2011 | 2.35 Mn |
| Jun 3, 2011 | -1.68 Mn |
| Mar 4, 2011 | -2.53 Mn |
Adobe Cash from Restructuring 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=cash-from-restructuring&ticker=ADBE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-restructuring", "ticker": "ADBE", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=cash-from-restructuring&ticker=ADBE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();