Ferrari (RACE) Change in Taxes (2014 - 2026)
Ferrari's (RACE) quarterly Change in Taxes came in at -$136.4 million in Q2 2026, up 27.92% year-over-year from -$106.6 million in Q2 2025, and down 3476.23% quarter-over-quarter from -$3.8 million in Q1 2026.
Ferrari (RACE) Change in Taxes (2014 - 2026) Analysis & Trends
Ferrari (RACE) has reported Change in Taxes for 13 consecutive years, with -$136.4 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Change in Taxes rose 27.92% year-over-year to -$136.4 million in Q2 2026; TTM through Jun 2026 was -$387.0 million, a 10.7% increase from a year earlier, with the FY2025 full-year figure at -$448.8 million, down 1.19% from the prior year.
- Change in Taxes was -$136.4 million for Q2 2026 at Ferrari, down from -$3.8 million in the prior quarter.
- Over five years, Change in Taxes peaked at -$3.8 million in Q1 2023 and troughed at -$233.8 million in Q4 2025.
- A 5-year average of -$92.2 million and a median of -$74.5 million in 2024 frame the typical range for Change in Taxes.
- Across the five-year window, Change in Taxes tumbled 458.43% in 2022 and surged 69.07% in 2023, its largest moves.
- Over 5 years, Change in Taxes stood at -$113.3 million in 2022, then sank by 33.73% to -$151.5 million in 2023, then plunged by 33.16% to -$201.7 million in 2024, then fell by 15.9% to -$233.8 million in 2025, then soared by 41.66% to -$136.4 million in 2026.
- The last three Change in Taxes figures came in at -$136.4 million (Q2 2026), -$3.8 million (Q1 2026), and -$233.8 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change Taxes (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 | -136.41 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 | - |
| 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 | 480.06 Mn |
| 10 | Li Auto | 11.82 Bn | -670.23 Mn | 417.98 Mn | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -136.41 Mn |
| Mar 31, 2026 | -3.81 Mn |
| Dec 31, 2025 | -233.80 Mn |
| Sep 30, 2025 | -12.97 Mn |
| Jun 30, 2025 | -189.25 Mn |
| Mar 31, 2025 | -6.75 Mn |
| Dec 31, 2024 | -201.72 Mn |
| Sep 30, 2024 | -35.65 Mn |
| Jun 30, 2024 | -195.48 Mn |
| Mar 31, 2024 | -7.63 Mn |
| Dec 31, 2023 | -151.48 Mn |
| Sep 30, 2023 | -8.63 Mn |
| Jun 30, 2023 | -152.70 Mn |
| Mar 31, 2023 | -3.77 Mn |
| Dec 31, 2022 | -113.28 Mn |
| Sep 30, 2022 | -27.90 Mn |
| Jun 30, 2022 | -167.03 Mn |
| Mar 31, 2022 | -10.62 Mn |
| Dec 31, 2021 | -68.71 Mn |
| Sep 30, 2021 | -5.00 Mn |
Ferrari Change in 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=change-in-taxes&ticker=RACE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-taxes", "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=change-in-taxes&ticker=RACE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();