Ferrari (RACE) Change in Account Payables (2014 - 2026)
Ferrari's (RACE) quarterly Change in Account Payables came in at $54.4 million in Q2 2026, down 3.27% year-over-year from $56.3 million in Q2 2025, and down 51.15% quarter-over-quarter from $111.4 million in Q1 2026.
Ferrari (RACE) Change in Account Payables (2014 - 2026) Analysis & Trends
Ferrari (RACE) has reported Change in Account Payables for 13 consecutive years, with $54.4 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Change in Account Payables fell 3.27% year-over-year to $54.4 million in Q2 2026; TTM through Jun 2026 was $61.6 million, a 104.17% increase from a year earlier, with the FY2025 full-year figure at -$68.8 million, down 928.91% from the prior year.
- Change in Account Payables was $54.4 million for Q2 2026 at Ferrari, down from $111.4 million in the prior quarter.
- Over five years, Change in Account Payables peaked at $161.6 million in Q4 2022 and troughed at -$141.8 million in Q3 2023.
- A 5-year average of $14.1 million and a median of -$9.5 million in 2022 frame the typical range for Change in Account Payables.
- The widest YoY moves for Change in Account Payables: up 730.0% in 2023, down 773.67% in 2023.
- Over 5 years, Change in Account Payables stood at $161.6 million in 2022, then fell by 16.98% to $134.1 million in 2023, then sank by 41.52% to $78.4 million in 2024, then sank by 129.49% to -$23.1 million in 2025, then soared by 335.24% to $54.4 million in 2026.
- The last three Change in Account Payables figures came in at $54.4 million (Q2 2026), $111.4 million (Q1 2026), and -$23.1 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change in Account Payables (Qtr) |
|---|---|---|---|---|---|
| 1 | Asml Holding | 647.47 Bn | 631.49 Bn | 5.90 Bn | - |
| 2 | General Electric | 325.83 Bn | 316.71 Bn | 6.95 Bn | 188.00 Mn |
| 3 | Astrazeneca | 257.75 Bn | 252.54 Bn | 12.86 Bn | - |
| 4 | Citigroup | 221.04 Bn | -2,078.84 Bn | 24.75 Bn | - |
| 5 | Bhp | 219.16 Bn | 200.62 Bn | - | -14.00 Mn |
| 6 | Diageo | 208.21 Bn | 208.26 Bn | - | - |
| 7 | Rio Tinto | 188.09 Bn | 183.71 Bn | - | - |
| 8 | Ferrari | 151.21 Bn | 149.46 Bn | 1.18 Bn | 54.43 Mn |
| 9 | Unilever | 134.81 Bn | 130.23 Bn | - | - |
| 10 | Hdfc Bank | 118.79 Bn | 92.50 Bn | - | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 54.43 Mn |
| Mar 31, 2026 | 111.41 Mn |
| Dec 31, 2025 | -23.14 Mn |
| Sep 30, 2025 | -81.10 Mn |
| Jun 30, 2025 | 56.27 Mn |
| Mar 31, 2025 | -20.61 Mn |
| Dec 31, 2024 | 78.44 Mn |
| Sep 30, 2024 | -83.93 Mn |
| Jun 30, 2024 | 41.11 Mn |
| Mar 31, 2024 | -29.86 Mn |
| Dec 31, 2023 | 134.14 Mn |
| Sep 30, 2023 | -141.80 Mn |
| Jun 30, 2023 | 91.90 Mn |
| Mar 31, 2023 | -38.13 Mn |
| Dec 31, 2022 | 161.57 Mn |
| Sep 30, 2022 | -37.13 Mn |
| Jun 30, 2022 | -14.59 Mn |
| Mar 31, 2022 | -4.36 Mn |
| Dec 31, 2021 | 112.27 Mn |
| Sep 30, 2021 | -34.51 Mn |
Ferrari Change in Account Payables 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-account-payables&ticker=RACE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-account-payables", "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-account-payables&ticker=RACE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();