Tesla (TSLA) EBT (QoQ) (2010 - 2026)
Analysis
Tesla (TSLA) EBT (QoQ) (2010 - 2026) Analysis & Trends
Peer Set
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
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 77.67% |
| Mar 31, 2026 | -36.66% |
| Dec 31, 2025 | -39.71% |
| Sep 30, 2025 | 26.47% |
| Jun 30, 2025 | 162.99% |
| Mar 31, 2025 | -76.66% |
| Dec 31, 2024 | -9.57% |
| Sep 30, 2024 | 56.18% |
| Jun 30, 2024 | -5.35% |
| Mar 31, 2024 | -13.83% |
| Dec 31, 2023 | 7.14% |
| Sep 30, 2023 | -30.37% |
| Jun 30, 2023 | 4.89% |
| Mar 31, 2023 | -29.70% |
| Dec 31, 2022 | 9.54% |
| Sep 30, 2022 | 46.97% |
| Jun 30, 2022 | -31.77% |
| Mar 31, 2022 | 37.61% |
| Dec 31, 2021 | 40.01% |
| Sep 30, 2021 | 45.55% |
API Access
Tesla EBT (QoQ) 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=ebt-qoq&ticker=TSLA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ebt-qoq", "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=ebt-qoq&ticker=TSLA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();