Ferrari (RACE) Net Shares Issued and Repurchased (2018 - 2026)
Ferrari's (RACE) quarterly Net Shares Issued and Repurchased came in at -$505.3 million in Q2 2026, down 5.37% year-over-year from -$534.0 million in Q2 2025, and down 91.16% quarter-over-quarter from -$264.4 million in Q1 2026.
Ferrari (RACE) Net Shares Issued and Repurchased (2018 - 2026) Analysis & Trends
Ferrari (RACE) has reported Net Shares Issued and Repurchased for 9 consecutive years, with -$505.3 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Net Shares Issued and Repurchased fell 5.37% year-over-year to -$505.3 million in Q2 2026; TTM through Jun 2026 was -$505.3 million, a 5.37% decrease from a year earlier, with the FY2025 full-year figure at -$914.2 million, down 45.35% from the prior year.
- Net Shares Issued and Repurchased was -$505.3 million for Q2 2026 at Ferrari, down from -$264.4 million in the prior quarter.
- Over five years, Net Shares Issued and Repurchased peaked at -$103.9 million in Q1 2023 and troughed at -$914.2 million in Q4 2025.
- A 5-year average of -$394.4 million and a median of -$406.1 million in 2023 frame the typical range for Net Shares Issued and Repurchased.
- Across the five-year window, Net Shares Issued and Repurchased slumped 347.02% in 2022 and soared 40.68% in 2026, its largest moves.
- Over 5 years, Net Shares Issued and Repurchased stood at -$404.6 million in 2022, then fell by 22.51% to -$495.6 million in 2023, then dropped by 25.29% to -$620.9 million in 2024, then tumbled by 47.22% to -$914.2 million in 2025, then soared by 44.72% to -$505.3 million in 2026.
- The last three Net Shares Issued and Repurchased figures came in at -$505.3 million (Q2 2026), -$264.4 million (Q1 2026), and -$914.2 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Net Shares Issued (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 | -505.35 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 | - |
| 10 | Li Auto | 11.82 Bn | -670.23 Mn | 417.98 Mn | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -505.35 Mn |
| Mar 31, 2026 | -264.36 Mn |
| Dec 31, 2025 | -914.16 Mn |
| Sep 30, 2025 | -650.05 Mn |
| Jun 30, 2025 | -479.58 Mn |
| Mar 31, 2025 | -445.66 Mn |
| Dec 31, 2024 | -620.94 Mn |
| Sep 30, 2024 | -472.85 Mn |
| Jun 30, 2024 | -305.59 Mn |
| Mar 31, 2024 | -148.09 Mn |
| Dec 31, 2023 | -495.61 Mn |
| Sep 30, 2023 | -407.57 Mn |
| Jun 30, 2023 | -195.56 Mn |
| Mar 31, 2023 | -103.86 Mn |
| Dec 31, 2022 | -404.55 Mn |
| Sep 30, 2022 | -303.69 Mn |
| Jun 30, 2022 | -230.69 Mn |
| Mar 31, 2022 | -151.60 Mn |
| Dec 31, 2021 | -264.14 Mn |
| Sep 30, 2021 | -194.76 Mn |
Ferrari Net Shares Issued and Repurchased 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=net-shares-issued-and-repurchased&ticker=RACE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-shares-issued-and-repurchased", "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=net-shares-issued-and-repurchased&ticker=RACE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();