Adobe (ADBE) Long-Term Investments (2009 - 2010)
Adobe's (ADBE) quarterly Long-Term Investments came in at $80.4 million in Q1 2017, little changed year-over-year from $80.4 million in Q1 2016, and little changed quarter-over-quarter from $80.4 million in Q4 2016.
Adobe (ADBE) Long-Term Investments (2009 - 2010) Analysis & Trends
Adobe (ADBE) has reported Long-Term Investments for 9 consecutive years, with $80.4 million the latest figure, recorded in Q1 2017.
- On a quarterly basis, Long-Term Investments changed 0.0% year-over-year to $80.4 million in Q1 2017; TTM through Mar 2017 was $80.4 million, a 0.0% change from a year earlier, with the FY2016 full-year figure at $80.4 million, changed 0.0% from the prior year.
- Long-Term Investments was $80.4 million for Q1 2017 at Adobe, roughly flat from $80.4 million in the prior quarter.
- Over five years, Long-Term Investments peaked at $207.2 million in Q1 2013 and troughed at $80.4 million in Q3 2014.
- A 5-year average of $125.2 million and a median of $80.4 million in 2014 frame the typical range for Long-Term Investments.
- Across the five-year window, Long-Term Investments changed 0.0% in 2013 and tumbled 61.19% in 2014, its largest moves.
- Over 5 years, Long-Term Investments stood at $207.2 million in 2013, then sank by 61.19% to $80.4 million in 2014, then changed by 0.0% to $80.4 million in 2015, then changed by 0.0% to $80.4 million in 2016, then changed by 0.0% to $80.4 million in 2017.
- The last three Long-Term Investments figures came in at $80.4 million (Q1 2017), $80.4 million (Q4 2016), and $80.4 million (Q3 2016), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Long-Term Investments (Qtr) |
|---|---|---|---|---|---|
| 1 | Adobe | 94.11 Bn | 88.47 Bn | 6.00 Bn | - |
| 2 | Atlassian | 50.75 Bn | 49.51 Bn | 1.53 Bn | 213.15 Mn |
| 3 | Autodesk | 45.38 Bn | 41.23 Bn | 1.87 Bn | 202.00 Mn |
| 4 | Twilio | 44.64 Bn | 41.99 Bn | 725.87 Mn | 250.53 Mn |
| 5 | Zoom Communications | 26.86 Bn | 19.62 Bn | 985.50 Mn | 3.79 Bn |
| 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 |
|---|---|
| Sep 3, 2010 | 42.83 Mn |
| Jun 4, 2010 | 42.16 Mn |
| Mar 5, 2010 | 60.76 Mn |
| Nov 27, 2009 | 63.53 Mn |
| Aug 28, 2009 | 61.11 Mn |
Adobe Long-Term Investments 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-investments&ticker=ADBE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "long-term-investments", "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=long-term-investments&ticker=ADBE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();