Ferrari (RACE) Change in Intangibles (2014 - 2026)
Ferrari's (RACE) quarterly Change in Intangibles came in at -$150.6 million in Q2 2026, down 12.0% year-over-year from -$171.2 million in Q2 2025, and down 8.73% quarter-over-quarter from -$138.5 million in Q1 2026.
Ferrari (RACE) Change in Intangibles (2014 - 2026) Analysis & Trends
Ferrari (RACE) has reported Change in Intangibles for 13 consecutive years, with -$150.6 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Change in Intangibles fell 12.0% year-over-year to -$150.6 million in Q2 2026; TTM through Jun 2026 was -$551.0 million, a 2.53% decrease from a year earlier, with the FY2025 full-year figure at -$533.1 million, up 2.83% from the prior year.
- Change in Intangibles was -$150.6 million for Q2 2026 at Ferrari, down from -$138.5 million in the prior quarter.
- Over five years, Change in Intangibles peaked at -$102.1 million in Q1 2022 and troughed at -$156.6 million in Q4 2023.
- A 5-year average of -$131.2 million and a median of -$134.3 million in 2025 frame the typical range for Change in Intangibles.
- Across the five-year window, Change in Intangibles retreated 25.63% in 2022 and gained 12.47% in 2025, its largest moves.
- Over 5 years, Change in Intangibles stood at -$151.6 million in 2022, then declined by 3.31% to -$156.6 million in 2023, then rose by 6.88% to -$145.8 million in 2024, then advanced by 12.47% to -$127.6 million in 2025, then declined by 18.03% to -$150.6 million in 2026.
- The last three Change in Intangibles figures came in at -$150.6 million (Q2 2026), -$138.5 million (Q1 2026), and -$127.6 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change Intangibless (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 | -150.65 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 | -74.39 Mn |
| 10 | Li Auto | 11.82 Bn | -670.23 Mn | 417.98 Mn | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -150.65 Mn |
| Mar 31, 2026 | -138.54 Mn |
| Dec 31, 2025 | -127.64 Mn |
| Sep 30, 2025 | -134.19 Mn |
| Jun 30, 2025 | -134.50 Mn |
| Mar 31, 2025 | -120.66 Mn |
| Dec 31, 2024 | -145.82 Mn |
| Sep 30, 2024 | -136.44 Mn |
| Jun 30, 2024 | -143.68 Mn |
| Mar 31, 2024 | -122.49 Mn |
| Dec 31, 2023 | -156.59 Mn |
| Sep 30, 2023 | -118.39 Mn |
| Jun 30, 2023 | -135.53 Mn |
| Mar 31, 2023 | -116.34 Mn |
| Dec 31, 2022 | -151.58 Mn |
| Sep 30, 2022 | -104.31 Mn |
| Jun 30, 2022 | -121.56 Mn |
| Mar 31, 2022 | -102.07 Mn |
| Dec 31, 2021 | -120.65 Mn |
| Sep 30, 2021 | -104.98 Mn |
Ferrari Change in Intangibles 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-intangibles&ticker=RACE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-intangibles", "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-intangibles&ticker=RACE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();