Salesforce (CRM) Construction in Progress (2014 - 2018)
Salesforce's (CRM) quarterly Construction in Progress came in at $196.0 million in Q4 2018, down 1.46% on a YoY basis from $198.9 million in Q4 2017, and down 0.51% quarter-over-quarter from $197.0 million in Q3 2018.
Salesforce (CRM) Construction in Progress (2014 - 2018) Analysis & Trends
Salesforce (CRM) has reported Construction in Progress for 5 consecutive years, with $196.0 million the latest figure, recorded in Q4 2018.
- For the quarter ending Q4 2018, Construction in Progress fell 1.46% year-over-year to $196.0 million; the trailing twelve-month figure through Oct 2018 stood at $196.0 million (down 1.46% YoY), and the FY2018 full-year result was $198.0 million, down 1.35% from the prior year.
- Construction in Progress retreated to $196.0 million in Q4 2018 per CRM's latest filing, from $197.0 million in the prior quarter.
- Across five years, Construction in Progress topped out at $202.2 million in Q2 2016 and bottomed at $40.2 million in Q1 2014.
- Historically, Construction in Progress has averaged $164.1 million across 5 years, with a median of $196.9 million in 2016.
- The sharpest annual moves came in 2015 and 2018: Construction in Progress soared 211.89% in 2015, then decreased 1.56% in 2018.
- Over 5 years, Construction in Progress stood at $103.0 million in 2014, then surged by 88.74% to $194.4 million in 2015, then rose by 3.58% to $201.3 million in 2016, then retreated by 1.19% to $198.9 million in 2017, then decreased by 1.46% to $196.0 million in 2018.
- According to Business Quant data, Construction in Progress over the past three periods registered $196.0 million, $197.0 million, and $197.0 million for Q4 2018, Q3 2018, and Q2 2018 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Construction in Progress (Qtr) |
|---|---|---|---|---|---|
| 1 | Palantir Technologies | 460.85 Bn | 451.55 Bn | 1.64 Bn | - |
| 2 | Oracle | 437.09 Bn | 400.44 Bn | - | 48.55 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 | 146.00 Mn |
| 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, 2018 | 196.00 Mn |
| Jul 31, 2018 | 197.00 Mn |
| Apr 30, 2018 | 197.00 Mn |
| Jan 31, 2018 | 198.00 Mn |
| Oct 31, 2017 | 198.90 Mn |
| Jul 31, 2017 | 199.54 Mn |
| Apr 30, 2017 | 200.13 Mn |
| Jan 31, 2017 | 200.71 Mn |
| Oct 31, 2016 | 201.30 Mn |
| Jul 31, 2016 | 201.80 Mn |
| Apr 30, 2016 | 202.25 Mn |
| Jan 31, 2016 | 196.71 Mn |
| Oct 31, 2015 | 194.35 Mn |
| Jul 31, 2015 | 157.56 Mn |
| Apr 30, 2015 | 145.26 Mn |
| Jan 31, 2015 | 125.29 Mn |
| Oct 31, 2014 | 102.98 Mn |
| Jul 31, 2014 | 73.22 Mn |
| Apr 30, 2014 | 52.93 Mn |
| Jan 31, 2014 | 40.17 Mn |
Salesforce Construction in Progress 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=construction-in-progress&ticker=CRM&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "construction-in-progress", "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=construction-in-progress&ticker=CRM&period=max&api_key=YOUR_API_KEY");
const data = await res.json();