Alibaba Group Holding (BABA) Construction in Progress (2013 - 2018)
Alibaba Group Holding's (BABA) quarterly Construction in Progress came in at -$642.0 million in Q1 2018, up 17.05% year-over-year from -$548.5 million in Q1 2017, and up 17.05% quarter-over-quarter from -$774.0 million in Q1 2017.
Alibaba Group Holding (BABA) Construction in Progress (2013 - 2018) Analysis & Trends
Alibaba Group Holding has disclosed Construction in Progress across 6 years of filings, most recently posting -$642.0 million for Q1 2018.
- In Q1 2018, Construction in Progress rose 17.05% year-over-year to -$642.0 million; the TTM figure through Mar 2018 stood at -$642.0 million (up 17.05% YoY), while the FY2018 annual figure was -$642.0 million, up 17.05% from the prior year.
- Construction in Progress came in at -$642.0 million for Q1 2018 at Alibaba Group Holding, up from -$774.0 million in the prior quarter.
- In the past five years, Construction in Progress ranged from a high of -$244.9 million in Q1 2014 to a low of -$828.0 million in Q1 2016.
- Average Construction in Progress over 5 years is -$543.6 million, with a median of -$556.7 million recorded in 2015.
- Year-over-year, Construction in Progress slumped 102.06% in 2014 and rose 17.05% in 2018.
- Over 5 years, Construction in Progress stood at -$301.3 million in 2014, then tumbled by 56.47% to -$471.5 million in 2015, then tumbled by 75.62% to -$828.0 million in 2016, then increased by 6.52% to -$774.0 million in 2017, then climbed by 17.05% to -$642.0 million in 2018.
- Per Business Quant data, the three most recent Construction in Progress figures were -$642.0 million in Q1 2018, -$774.0 million in Q1 2017, and -$828.0 million in Q1 2016.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Construction in Progress (Qtr) |
|---|---|---|---|---|---|
| 1 | Alphabet | 4,070.34 Bn | 3,641.31 Bn | 73.85 Bn | - |
| 2 | Meta Platforms | 1,876.83 Bn | 1,786.57 Bn | 49.47 Bn | - |
| 3 | Netflix | 297.14 Bn | 288.01 Bn | 6.52 Bn | - |
| 4 | Alibaba Group Holding | 257.29 Bn | 222.03 Bn | 15.11 Bn | - |
| 5 | Shopify | 184.36 Bn | 179.41 Bn | 1.71 Bn | - |
| 6 | Uber Technologies | 141.62 Bn | 136.41 Bn | 6.38 Bn | - |
| 7 | Booking Holdings | 117.14 Bn | 99.93 Bn | 4.98 Bn | - |
| 8 | PDD Holdings | 112.73 Bn | 82.45 Bn | 9.45 Bn | - |
| 9 | AppLovin | 105.70 Bn | 102.65 Bn | 1.70 Bn | - |
| 10 | Spotify Technology | 105.08 Bn | 94.17 Bn | 1.86 Bn | - |
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2018 | -642.00 Mn |
| Mar 31, 2017 | -774.00 Mn |
| Mar 31, 2016 | -827.97 Mn |
| Mar 31, 2015 | -471.45 Mn |
| Sep 30, 2014 | -301.31 Mn |
| Mar 31, 2014 | -244.93 Mn |
| Sep 30, 2013 | -149.12 Mn |
| Mar 31, 2013 | -234.05 Mn |
Alibaba Group Holding 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=BABA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "construction-in-progress", "ticker": "BABA", "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=BABA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();