Ferrari (RACE) Short-Term Debt issuances (2015 - 2019)
Ferrari's (RACE) quarterly Short-Term Debt issuances came in at -$2.0 million in Q4 2019, down 8.49% year-over-year from -$2.1 million in Q4 2018, and down 8.49% quarter-over-quarter from -$1.8 million in Q4 2018.
Ferrari (RACE) Short-Term Debt issuances (2015 - 2019) Analysis & Trends
Ferrari (RACE) has reported Short-Term Debt issuances for 5 consecutive years, with -$2.0 million the latest figure, recorded in Q4 2019.
- On a quarterly basis, Short-Term Debt issuances fell 8.49% year-over-year to -$2.0 million in Q4 2019; TTM through Dec 2020 was -$2.0 million, a 49.29% increase from a year earlier, with the FY2020 full-year figure at -$2.0 million, up 48.95% from the prior year.
- Short-Term Debt issuances was -$2.0 million for Q4 2019 at Ferrari, down from -$1.8 million in the prior quarter.
- Over five years, Short-Term Debt issuances peaked at $85.0 million in Q3 2015 and troughed at -$939.0 million in Q4 2017.
- A 5-year average of -$100.1 million and a median of -$2.2 million in 2018 frame the typical range for Short-Term Debt issuances.
- Across the five-year window, Short-Term Debt issuances jumped 205.21% in 2017 and plunged 8214.69% in 2018, its largest moves.
- Over 5 years, Short-Term Debt issuances stood at -$71.2 million in 2015, then slumped by 679.97% to -$555.3 million in 2016, then plunged by 69.1% to -$939.0 million in 2017, then soared by 99.81% to -$1.8 million in 2018, then slipped by 8.49% to -$2.0 million in 2019.
- The last three Short-Term Debt issuances figures came in at -$2.0 million (Q4 2019), -$1.8 million (Q4 2018), and -$97702.9 (Q3 2018), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | ST Debt Issuance (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 | 13.67 Mn |
| 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 | -108.00 Mn |
| 6 | Ford Motor | 51.31 Bn | 20.01 Bn | 6.08 Bn | 327.00 Mn |
| 7 | Rivian Automotive | 20.62 Bn | 15.33 Bn | 179.00 Mn | - |
| 8 | Magna International | 17.88 Bn | 16.79 Bn | 1.61 Bn | -137.00 Mn |
| 9 | Stellantis | 14.02 Bn | -29.10 Bn | 5.55 Bn | 3.47 Bn |
| 10 | Li Auto | 11.82 Bn | -670.23 Mn | 417.98 Mn | - |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2019 | -1.95 Mn |
| Dec 31, 2018 | -1.80 Mn |
| Sep 30, 2018 | -97,702.85 |
| Jun 30, 2018 | -2.20 Mn |
| Mar 31, 2018 | -103,196.75 |
| Dec 31, 2017 | -938.99 Mn |
| Sep 30, 2017 | -1,175.06 |
| Jun 30, 2017 | -2.96 Mn |
| Mar 31, 2017 | 9.92 Mn |
| Jun 30, 2016 | -555.28 Mn |
| Mar 31, 2016 | -9.43 Mn |
| Dec 31, 2015 | -71.19 Mn |
| Sep 30, 2015 | 84.97 Mn |
| Jun 30, 2015 | -7.35 Mn |
| Mar 31, 2015 | -5.41 Mn |
Ferrari Short-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=short-term-debt-issuances&ticker=RACE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "short-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=short-term-debt-issuances&ticker=RACE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();