Tesla (TSLA) Non-cash Items (2012 - 2014)
Tesla's (TSLA) quarterly Non-cash Items came in at $841000.0 in Q3 2014, up 13.19% year-over-year from $743000.0 in Q3 2013, and down 23.55% quarter-over-quarter from $1.1 million in Q2 2014.
Tesla (TSLA) Non-cash Items (2012 - 2014) Analysis & Trends
Tesla has disclosed Non-cash Items across 3 years of filings, most recently posting $841000.0 for Q3 2014.
- In Q3 2014, Non-cash Items rose 13.19% year-over-year to $841000.0; the TTM figure through Sep 2014 stood at $6.9 million (up 405.18% YoY), while the FY2013 annual figure was $3.6 million, up 131.47% from the prior year.
- Non-cash Items came in at $841000.0 for Q3 2014 at Tesla, down from $1.1 million in the prior quarter.
- In the past five years, Non-cash Items ranged from a high of $2.6 million in Q1 2014 to a low of $55000.0 in Q2 2013.
- Average Non-cash Items over 3 years is $1.0 million, with a median of $792000.0 recorded in 2013.
- The largest YoY upside for Non-cash Items was 1900.0% in 2014 against a maximum downside of 13.19% in 2014.
- Over 3 years, Non-cash Items stood at $183000.0 in 2012, then soared by 1224.04% to $2.4 million in 2013, then plunged by 65.29% to $841000.0 in 2014.
- Per Business Quant data, the three most recent Non-cash Items figures were $841000.0 in Q3 2014, $1.1 million in Q2 2014, and $2.6 million in Q1 2014.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (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 |
| 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 |
|---|---|
| Sep 30, 2014 | 841,000.00 |
| Jun 30, 2014 | 1.10 Mn |
| Mar 31, 2014 | 2.56 Mn |
| Dec 31, 2013 | 2.42 Mn |
| Sep 30, 2013 | 743,000.00 |
| Jun 30, 2013 | 55,000.00 |
| Mar 31, 2013 | 390,000.00 |
| Dec 31, 2012 | 183,000.00 |
Tesla Non-cash Items 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=non-cash-items&ticker=TSLA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-cash-items", "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=non-cash-items&ticker=TSLA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();