Tesla (TSLA) Construction in Progress (2014 - 2019)
Tesla's (TSLA) quarterly Construction in Progress came in at $5.3 billion in Q4 2019, up 14.07% year-over-year from $4.6 billion in Q4 2018, and up 2.33% quarter-over-quarter from $5.2 billion in Q3 2019.
Tesla (TSLA) Construction in Progress (2014 - 2019) Analysis & Trends
Tesla has disclosed Construction in Progress across 6 years of filings, most recently posting $5.3 billion for Q4 2019.
- In Q4 2019, Construction in Progress rose 14.07% year-over-year to $5.3 billion; the TTM figure through Dec 2019 stood at $5.3 billion (up 14.07% YoY), while the FY2019 annual figure was $5.3 billion, up 14.07% from the prior year.
- Construction in Progress came in at $5.3 billion for Q4 2019 at Tesla, up from $5.2 billion in the prior quarter.
- In the past five years, Construction in Progress ranged from a high of $5.3 billion in Q4 2019 to a low of $146.2 million in Q1 2015.
- Average Construction in Progress over 5 years is $2.5 billion, with a median of $2.4 billion recorded in 2017.
- Year-over-year, Construction in Progress jumped 1288.3% in 2015 and grew 14.07% in 2019.
- Over 5 years, Construction in Progress stood at $317.5 million in 2015, then jumped by 227.56% to $1.0 billion in 2016, then surged by 202.88% to $3.2 billion in 2017, then surged by 46.67% to $4.6 billion in 2018, then gained by 14.07% to $5.3 billion in 2019.
- Per Business Quant data, the three most recent Construction in Progress figures were $5.3 billion in Q4 2019, $5.2 billion in Q3 2019, and $5.1 billion in Q2 2019.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Construction in Progress (Qtr) |
|---|---|---|---|---|---|
| 1 | Tesla | 1,226.50 Bn | 1,183.58 Bn | 4.75 Bn | - |
| 2 | Toyota Motor | 250.64 Bn | 172.66 Bn | 12.27 Bn | 9.60 Bn |
| 3 | Ferrari | 153.43 Bn | 151.68 Bn | 1.18 Bn | - |
| 4 | Honda Motor | 147.05 Bn | 108.59 Bn | 8.46 Bn | - |
| 5 | General Motors | 73.24 Bn | 50.16 Bn | 7.33 Bn | - |
| 6 | Ford Motor | 51.31 Bn | 20.01 Bn | 6.08 Bn | - |
| 7 | Rivian Automotive | 20.62 Bn | 15.33 Bn | 179.00 Mn | - |
| 8 | Magna International | 17.88 Bn | 16.79 Bn | 1.61 Bn | - |
| 9 | Stellantis | 14.02 Bn | -29.10 Bn | 5.55 Bn | - |
| 10 | Li Auto | 11.82 Bn | -670.23 Mn | 417.98 Mn | - |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2019 | 5.27 Bn |
| Sep 30, 2019 | 5.15 Bn |
| Jun 30, 2019 | 5.08 Bn |
| Mar 31, 2019 | 4.92 Bn |
| Dec 31, 2018 | 4.62 Bn |
| Sep 30, 2018 | 4.47 Bn |
| Jun 30, 2018 | 4.14 Bn |
| Mar 31, 2018 | 3.54 Bn |
| Dec 31, 2017 | 3.15 Bn |
| Sep 30, 2017 | 2.85 Bn |
| Jun 30, 2017 | 1.98 Bn |
| Mar 31, 2017 | 1.14 Bn |
| Dec 31, 2016 | 1.04 Bn |
| Sep 30, 2016 | 608.40 Mn |
| Jun 30, 2016 | 430.70 Mn |
| Mar 31, 2016 | 354.60 Mn |
| Dec 31, 2015 | 317.50 Mn |
| Sep 30, 2015 | 261.00 Mn |
| Jun 30, 2015 | 206.60 Mn |
| Mar 31, 2015 | 146.20 Mn |
Tesla 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=TSLA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "construction-in-progress", "ticker": "TSLA", "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=TSLA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();