Stellantis (STLA) Deferred Taxes (2013 - 2020)
Stellantis (STLA) recorded quarterly Deferred Taxes of -$772.6 million in Q4 2020, down 213.65% on a QoQ basis from $679.8 million in Q3 2020, and down 40.73% YoY from -$1.3 billion in Q1 2020.
Stellantis (STLA) Deferred Taxes (2013 - 2020) Analysis & Trends
Stellantis (STLA) has reported Deferred Taxes for 8 consecutive years, with -$772.6 million the latest figure, recorded in Q4 2020.
- For the quarter ending Q4 2020, Deferred Taxes fell 40.73% year-over-year to -$772.6 million; the trailing twelve-month figure through Dec 2020 stood at -$64.5 million (down 164.18% YoY), and the FY2025 full-year result was $3.4 billion, changed N/A from the prior year.
- Deferred Taxes was -$772.6 million for Q4 2020 at Stellantis, down from $679.8 million in the prior quarter.
- The five-year high for Deferred Taxes was $810.3 million in Q1 2020, with the low at -$782.0 million in Q2 2020.
- Historically, Deferred Taxes has averaged $106.8 million across 5 years, with a median of $150.2 million in 2017.
- Annual changes were most pronounced in 2017 — Deferred Taxes surged 4671.96% — and 2020, when it sank 631.29%.
- Tracing STLA's Deferred Taxes over 5 years: stood at $346.6 million in 2016, then advanced by 22.98% to $426.2 million in 2017, then plunged by 36.8% to $269.4 million in 2018, then slumped by 303.82% to -$549.0 million in 2019, then slumped by 40.73% to -$772.6 million in 2020.
- Per Business Quant data, the three most recent Deferred Taxes figures were -$772.6 million in Q4 2020, $679.8 million in Q3 2020, and -$782.0 million in Q2 2020.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Deferred Taxes (Qtr) |
|---|---|---|---|---|---|
| 1 | Tesla | 1,226.50 Bn | 1,183.58 Bn | 4.75 Bn | -165.00 Mn |
| 2 | Toyota Motor | 250.64 Bn | 172.66 Bn | 12.27 Bn | 2.59 Bn |
| 3 | Ferrari | 153.43 Bn | 151.68 Bn | 1.18 Bn | 160.68 Mn |
| 4 | Honda Motor | 147.05 Bn | 108.59 Bn | 8.46 Bn | - |
| 5 | General Motors | 73.24 Bn | 50.16 Bn | 7.33 Bn | 67.00 Mn |
| 6 | Ford Motor | 51.31 Bn | 20.01 Bn | 6.08 Bn | -945.00 Mn |
| 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, 2020 | -772.60 Mn |
| Sep 30, 2020 | 679.82 Mn |
| Jun 30, 2020 | -782.04 Mn |
| Mar 31, 2020 | 810.29 Mn |
| Dec 31, 2019 | -549.02 Mn |
| Sep 30, 2019 | 316.02 Mn |
| Jun 30, 2019 | 147.20 Mn |
| Mar 31, 2019 | 61.38 Mn |
| Dec 31, 2018 | 269.37 Mn |
| Sep 30, 2018 | 188.43 Mn |
| Jun 30, 2018 | 149.18 Mn |
| Mar 31, 2018 | -81.08 Mn |
| Dec 31, 2017 | 426.23 Mn |
| Sep 30, 2017 | 296.12 Mn |
| Jun 30, 2017 | 350.76 Mn |
| Mar 31, 2017 | 151.29 Mn |
| Dec 31, 2016 | 346.59 Mn |
| Sep 30, 2016 | 21.21 Mn |
| Jun 30, 2016 | 110.73 Mn |
| Mar 31, 2016 | -3.31 Mn |
Stellantis Deferred Taxes 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=deferred-taxes&ticker=STLA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "deferred-taxes", "ticker": "STLA", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=deferred-taxes&ticker=STLA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();