Ferrari (RACE) Amortization of Deferred Charges (2016 - 2026)
Ferrari's (RACE) quarterly Amortization of Deferred Charges came in at -$23.8 million in Q2 2026, up 44.89% year-over-year from -$16.4 million in Q2 2025, and down 4.81% quarter-over-quarter from -$22.7 million in Q1 2026.
Ferrari (RACE) Amortization of Deferred Charges (2016 - 2026) Analysis & Trends
Ferrari (RACE) has reported Amortization of Deferred Charges for 11 consecutive years, with -$23.8 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Amortization of Deferred Charges rose 44.89% year-over-year to -$23.8 million in Q2 2026; TTM through Jun 2026 was -$114.5 million, a 31.51% decrease from a year earlier, with the FY2025 full-year figure at -$147.0 million, down 169.67% from the prior year.
- Amortization of Deferred Charges was -$23.8 million for Q2 2026 at Ferrari, down from -$22.7 million in the prior quarter.
- Over five years, Amortization of Deferred Charges peaked at $875179.6 in Q4 2024 and troughed at -$52.9 million in Q3 2025.
- A 5-year average of -$20.8 million and a median of -$18.8 million in 2024 frame the typical range for Amortization of Deferred Charges.
- Across the five-year window, Amortization of Deferred Charges soared 104.56% in 2024 and tumbled 1822.96% in 2025, its largest moves.
- Over 5 years, Amortization of Deferred Charges stood at -$13.3 million in 2022, then plunged by 44.22% to -$19.2 million in 2023, then jumped by 104.56% to $875179.6 in 2024, then plunged by 1822.96% to -$15.1 million in 2025, then plunged by 57.78% to -$23.8 million in 2026.
- The last three Amortization of Deferred Charges figures came in at -$23.8 million (Q2 2026), -$22.7 million (Q1 2026), and -$15.1 million (Q4 2025), per Business Quant data.
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 |
|---|---|
| Jun 30, 2026 | -23.79 Mn |
| Mar 31, 2026 | -22.70 Mn |
| Dec 31, 2025 | -15.08 Mn |
| Sep 30, 2025 | -52.94 Mn |
| Jun 30, 2025 | -43.17 Mn |
| Mar 31, 2025 | -31.43 Mn |
| Dec 31, 2024 | 875,179.63 |
| Sep 30, 2024 | -13.35 Mn |
| Jun 30, 2024 | -23.74 Mn |
| Mar 31, 2024 | -18.44 Mn |
| Dec 31, 2023 | -19.20 Mn |
| Sep 30, 2023 | -13.33 Mn |
| Jun 30, 2023 | -34.85 Mn |
| Mar 31, 2023 | -22.70 Mn |
| Dec 31, 2022 | -13.31 Mn |
| Sep 30, 2022 | -3.37 Mn |
| Jun 30, 2022 | -9.95 Mn |
| Mar 31, 2022 | -13.05 Mn |
| Dec 31, 2021 | 827,091.00 |
| Sep 30, 2021 | -6.03 Mn |
Ferrari Amortization of Deferred Charges 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=amortization-of-deferred-charges&ticker=RACE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "amortization-of-deferred-charges", "ticker": "RACE", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=amortization-of-deferred-charges&ticker=RACE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();