Salesforce (CRM) Buildings (2011 - 2014)
Salesforce's (CRM) quarterly Buildings came in at $49.6 million in Q2 2014, little changed on a YoY basis from $49.6 million in Q2 2013, and little changed quarter-over-quarter from $49.6 million in Q1 2014.
Salesforce (CRM) Buildings (2011 - 2014) Analysis & Trends
Salesforce (CRM) has reported Buildings for 4 consecutive years, with $49.6 million the latest figure, recorded in Q2 2014.
- For the quarter ending Q2 2014, Buildings changed 0.0% year-over-year to $49.6 million; the trailing twelve-month figure through Apr 2014 stood at $49.6 million (changed 0.0% YoY), and the FY2014 full-year result was $49.6 million, changed 0.0% from the prior year.
- Buildings held at $49.6 million in Q2 2014 per CRM's latest filing, from $49.6 million in the prior quarter.
- Across five years, Buildings topped out at $49.6 million in Q2 2012 and bottomed at $10.1 million in Q1 2011.
- Historically, Buildings has averaged $41.1 million across 4 years, with a median of $49.6 million in 2012.
- The sharpest annual moves came in 2012 and 2013: Buildings jumped 333.69% in 2012, then changed 0.0% in 2013.
- Over 4 years, Buildings stood at $35.0 million in 2011, then jumped by 41.74% to $49.6 million in 2012, then changed by 0.0% to $49.6 million in 2013, then changed by 0.0% to $49.6 million in 2014.
- According to Business Quant data, Buildings over the past three periods registered $49.6 million, $49.6 million, and $49.6 million for Q2 2014, Q1 2014, and Q4 2013 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (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 |
|---|---|
| Apr 30, 2014 | 49.57 Mn |
| Jan 31, 2014 | 49.57 Mn |
| Oct 31, 2013 | 49.57 Mn |
| Jul 31, 2013 | 49.57 Mn |
| Apr 30, 2013 | 49.57 Mn |
| Jan 31, 2013 | 49.57 Mn |
| Oct 31, 2012 | 49.57 Mn |
| Jul 31, 2012 | 49.57 Mn |
| Apr 30, 2012 | 49.57 Mn |
| Jan 31, 2012 | 43.87 Mn |
| Oct 31, 2011 | 34.97 Mn |
| Jul 31, 2011 | 24.27 Mn |
| Apr 30, 2011 | 15.64 Mn |
| Jan 31, 2011 | 10.12 Mn |
Salesforce Buildings 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=buildings&ticker=CRM&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "buildings", "ticker": "CRM", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=buildings&ticker=CRM&period=max&api_key=YOUR_API_KEY");
const data = await res.json();