Microsoft (MSFT) Acquisitions (2009 - 2011)
Microsoft's (MSFT) quarterly Acquisitions came in at $2.0 million in Q2 2011, down 97.1% quarter-over-quarter from $69.0 million in Q4 2010.
Microsoft (MSFT) Acquisitions (2009 - 2011) Analysis & Trends
Microsoft has disclosed Acquisitions across 3 years of filings, most recently posting $2.0 million for Q2 2011.
- In Q2 2011, Acquisitions changed N/A year-over-year to $2.0 million; the TTM figure through Jun 2011 stood at $71.0 million (down 71.02% YoY), while the FY2011 annual figure was $71.0 million, down 71.02% from the prior year.
- Acquisitions came in at $2.0 million for Q2 2011 at Microsoft, down from $69.0 million in the prior quarter.
- In the past five years, Acquisitions ranged from a high of $143.0 million in Q1 2010 to a low of $2.0 million in Q2 2011.
- Average Acquisitions over 3 years is $59.5 million, with a median of $52.0 million recorded in 2009.
- The largest YoY upside for Acquisitions was 9.52% in 2010 against a maximum downside of 9.52% in 2010.
- Over 3 years, Acquisitions stood at $63.0 million in 2009, then gained by 9.52% to $69.0 million in 2010, then tumbled by 97.1% to $2.0 million in 2011.
- Per Business Quant data, the three most recent Acquisitions figures were $2.0 million in Q2 2011, $69.0 million in Q4 2010, and $143.0 million in Q1 2010.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Acquisitions (Qtr) |
|---|---|---|---|---|---|
| 1 | Microsoft | 3,717.88 Bn | 3,585.13 Bn | 60.48 Bn | - |
| 2 | International Business Machines | 219.37 Bn | 208.10 Bn | 9.91 Bn | 15.00 Mn |
| 3 | Cloudflare | 113.46 Bn | 109.29 Bn | 499.52 Mn | - |
| 4 | Equinix | 102.39 Bn | 100.19 Bn | 1.40 Bn | - |
| 5 | Nebius | 57.34 Bn | 49.30 Bn | 448.70 Mn | -81.40 Mn |
| 6 | CoreWeave | 47.88 Bn | 42.34 Bn | 1.70 Bn | - |
| 7 | Verisign | 26.51 Bn | 25.48 Bn | 384.60 Mn | - |
| 8 | Nutanix | 18.85 Bn | 16.49 Bn | 651.35 Mn | - |
| 9 | Akamai Technologies | 17.01 Bn | 13.65 Bn | 613.75 Mn | - |
| 10 | DigitalOcean Holdings | 14.83 Bn | 14.06 Bn | 154.66 Mn | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2011 | 2.00 Mn |
| Dec 31, 2010 | 69.00 Mn |
| Mar 31, 2010 | 143.00 Mn |
| Dec 31, 2009 | 63.00 Mn |
| Sep 30, 2009 | 39.00 Mn |
| Jun 30, 2009 | 41.00 Mn |
Microsoft Acquisitions 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=acquisitions&ticker=MSFT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "acquisitions", "ticker": "MSFT", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=acquisitions&ticker=MSFT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();