Intuit (INTU) Divestments (2010 - 2013)
Intuit's (INTU) quarterly Divestments came in at $1.0 billion in Q4 2013, up 1608.33% year-over-year from $60.0 million in Q4 2012, and little changed on a QoQ basis from $1.0 billion in Q3 2013.
Intuit (INTU) Divestments (2010 - 2013) Analysis & Trends
Intuit (INTU) has 3 years of Divestments data on file, last reported at $1.0 billion in Q4 2013.
- On a quarterly basis, Divestments rose 1608.33% year-over-year to $1.0 billion in Q4 2013; TTM through Jul 2014 was $1.0 billion, a 5.53% decrease from a year earlier, with the FY2016 full-year figure at $463.0 million, changed N/A from the prior year.
- Divestments for Q4 2013 stood at $1.0 billion, roughly flat from $1.0 billion in the prior quarter.
- Across five years, Divestments topped out at $1.0 billion in Q3 2013 and bottomed at $60.0 million in Q3 2012.
- Historically, Divestments has averaged $458.4 million across 3 years, with a median of $122.0 million in 2010.
- The largest YoY upside for Divestments was 1608.33% in 2013 against a maximum downside of 1608.33% in 2013.
- Year by year, Divestments stood at $122.0 million in 2010, then tumbled by 50.82% to $60.0 million in 2012, then jumped by 1608.33% to $1.0 billion in 2013.
- Per Business Quant data, the three most recent Divestments figures were $1.0 billion in Q4 2013, $1.0 billion in Q3 2013, and $60.0 million in Q4 2012.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Divestments (Qtr) |
|---|---|---|---|---|---|
| 1 | Palantir Technologies | 460.85 Bn | 451.55 Bn | 1.64 Bn | - |
| 2 | Oracle | 437.09 Bn | 400.44 Bn | - | - |
| 3 | Sap Se | 258.74 Bn | 237.66 Bn | 8.40 Bn | - |
| 4 | Salesforce | 195.52 Bn | 184.12 Bn | 8.70 Bn | - |
| 5 | ServiceNow | 145.61 Bn | 140.94 Bn | 2.82 Bn | - |
| 6 | Automatic Data Processing | 104.89 Bn | 100.66 Bn | 2.51 Bn | - |
| 7 | Intuit | 76.97 Bn | 69.77 Bn | 3.46 Bn | - |
| 8 | Relx | 60.41 Bn | 60.04 Bn | - | - |
| 9 | Strategy | 57.09 Bn | 54.64 Bn | 81.55 Mn | - |
| 10 | Workday | 46.40 Bn | 42.99 Bn | 2.21 Bn | - |
Historic Data
| Date | Value |
|---|---|
| Oct 31, 2013 | 1.03 Bn |
| Jul 31, 2013 | 1.03 Bn |
| Oct 31, 2012 | 60.00 Mn |
| Jul 31, 2012 | 60.00 Mn |
| Jan 31, 2010 | 122.00 Mn |
Intuit Divestments 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=divestments&ticker=INTU&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "divestments", "ticker": "INTU", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=divestments&ticker=INTU&period=max&api_key=YOUR_API_KEY");
const data = await res.json();