Ferrari (RACE) Long-Term Debt Issuances (2014 - 2026)
Ferrari's (RACE) quarterly Long-Term Debt Issuances came in at -$28.6 million in Q2 2026, down 40.78% year-over-year from -$48.2 million in Q2 2025, and down 2140.68% quarter-over-quarter from -$1.3 million in Q1 2026.
Ferrari (RACE) Long-Term Debt Issuances (2014 - 2026) Analysis & Trends
Ferrari (RACE) has reported Long-Term Debt Issuances for 13 consecutive years, with -$28.6 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Long-Term Debt Issuances fell 40.78% year-over-year to -$28.6 million in Q2 2026; TTM through Jun 2026 was -$848219.7, a 96.93% increase from a year earlier, with the FY2024 full-year figure at $537.0 million, changed N/A from the prior year.
- Long-Term Debt Issuances was -$28.6 million for Q2 2026 at Ferrari, down from -$1.3 million in the prior quarter.
- Over five years, Long-Term Debt Issuances peaked at $548.5 million in Q2 2024 and troughed at -$28.6 million in Q2 2026.
- A 5-year average of $31.7 million and a median of -$2.0 million in 2023 frame the typical range for Long-Term Debt Issuances.
- Across the five-year window, Long-Term Debt Issuances slumped 428.59% in 2023 and soared 4290.78% in 2024, its largest moves.
- Over 5 years, Long-Term Debt Issuances stood at $12.0 million in 2022, then surged by 160.16% to $31.3 million in 2023, then soared by 1655.06% to $548.5 million in 2024, then sank by 94.22% to $31.7 million in 2025, then sank by 190.15% to -$28.6 million in 2026.
- The last three Long-Term Debt Issuances figures came in at -$28.6 million (Q2 2026), -$1.3 million (Q1 2026), and $31.7 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | LT Debt Issuance (Qtr) |
|---|---|---|---|---|---|
| 1 | Tesla | 1,226.50 Bn | 1,183.58 Bn | 4.75 Bn | 348.00 Mn |
| 2 | Toyota Motor | 250.64 Bn | 172.66 Bn | 12.27 Bn | 22.27 Bn |
| 3 | Ferrari | 153.43 Bn | 151.68 Bn | 1.18 Bn | -28.57 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 | 14.97 Bn |
| 6 | Ford Motor | 51.31 Bn | 20.01 Bn | 6.08 Bn | 11.90 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 | -5.00 Mn |
| 9 | Stellantis | 14.02 Bn | -29.10 Bn | 5.55 Bn | 8.33 Bn |
| 10 | Li Auto | 11.82 Bn | -670.23 Mn | 417.98 Mn | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -28.57 Mn |
| Mar 31, 2026 | -1.27 Mn |
| Dec 31, 2025 | 31.69 Mn |
| Sep 30, 2025 | -2.69 Mn |
| Jun 30, 2025 | -20.29 Mn |
| Mar 31, 2025 | -7.35 Mn |
| Jun 30, 2024 | 548.53 Mn |
| Mar 31, 2024 | -14.36 Mn |
| Dec 31, 2023 | 31.25 Mn |
| Sep 30, 2023 | -1.28 Mn |
| Jun 30, 2023 | -13.09 Mn |
| Mar 31, 2023 | -17.01 Mn |
| Dec 31, 2022 | 12.01 Mn |
| Sep 30, 2022 | -24.45 Mn |
| Jun 30, 2022 | 8.39 Mn |
| Mar 31, 2022 | 5.18 Mn |
| Sep 30, 2021 | 193.06 Mn |
| Jun 30, 2021 | -3.43 Mn |
| Mar 31, 2021 | -13.71 Mn |
| Jun 30, 2020 | 707.38 Mn |
Ferrari Long-Term Debt Issuances 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=long-term-debt-issuances&ticker=RACE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "long-term-debt-issuances", "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=long-term-debt-issuances&ticker=RACE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();