Toyota Motor (TOYOF) Capital Expenditures (2009 - 2026)
Toyota Motor's (TOYOF) quarterly Capital Expenditures came in at -$446.9 million in Q2 2026, up 6.8% year-over-year from -$418.4 million in Q2 2025, and up 50.71% quarter-over-quarter from -$906.7 million in Q1 2026.
Toyota Motor (TOYOF) Capital Expenditures (2009 - 2026) Analysis & Trends
Toyota Motor (TOYOF) has reported Capital Expenditures for 18 consecutive years, with -$446.9 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Capital Expenditures rose 6.8% year-over-year to -$446.9 million in Q2 2026; TTM through Jun 2026 was -$2.5 billion, a 2.85% decrease from a year earlier, with the FY2026 full-year figure at -$2.4 billion, down 4.04% from the prior year.
- Capital Expenditures was -$446.9 million for Q2 2026 at Toyota Motor, up from -$906.7 million in the prior quarter.
- Over five years, Capital Expenditures peaked at -$410.2 million in Q2 2024 and troughed at -$906.7 million in Q1 2026.
- A 5-year average of -$612.4 million and a median of -$570.6 million in 2023 frame the typical range for Capital Expenditures.
- Across the five-year window, Capital Expenditures soared 31.71% in 2022 and fell 29.27% in 2025, its largest moves.
- Over 5 years, Capital Expenditures stood at -$656.9 million in 2022, then climbed by 10.64% to -$587.0 million in 2023, then increased by 8.45% to -$537.5 million in 2024, then fell by 2.9% to -$553.1 million in 2025, then advanced by 19.2% to -$446.9 million in 2026.
- The last three Capital Expenditures figures came in at -$446.9 million (Q2 2026), -$906.7 million (Q1 2026), and -$553.1 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Capex (Qtr) |
|---|---|---|---|---|---|
| 1 | Tesla | 1,226.50 Bn | 1,183.58 Bn | 4.75 Bn | 5.79 Bn |
| 2 | Toyota Motor | 250.64 Bn | 172.66 Bn | 12.27 Bn | -446.88 Mn |
| 3 | Ferrari | 153.43 Bn | 151.68 Bn | 1.18 Bn | -123.51 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 | 10.33 Bn |
| 6 | Ford Motor | 51.31 Bn | 20.01 Bn | 6.08 Bn | 2.38 Bn |
| 7 | Rivian Automotive | 20.62 Bn | 15.33 Bn | 179.00 Mn | 200.00 Mn |
| 8 | Magna International | 17.88 Bn | 16.79 Bn | 1.61 Bn | -269.00 Mn |
| 9 | Stellantis | 14.02 Bn | -29.10 Bn | 5.55 Bn | -1.62 Bn |
| 10 | Li Auto | 11.82 Bn | -670.23 Mn | 417.98 Mn | -193.92 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -446.88 Mn |
| Mar 31, 2026 | -906.71 Mn |
| Dec 31, 2025 | -553.06 Mn |
| Sep 30, 2025 | -557.31 Mn |
| Jun 30, 2025 | -479.48 Mn |
| Mar 31, 2025 | -868.28 Mn |
| Dec 31, 2024 | -537.46 Mn |
| Sep 30, 2024 | -510.57 Mn |
| Jun 30, 2024 | -410.24 Mn |
| Mar 31, 2024 | -671.67 Mn |
| Dec 31, 2023 | -587.05 Mn |
| Sep 30, 2023 | -470.47 Mn |
| Jun 30, 2023 | -583.97 Mn |
| Mar 31, 2023 | -715.92 Mn |
| Dec 31, 2022 | -656.93 Mn |
| Sep 30, 2022 | -643.76 Mn |
| Jun 30, 2022 | -555.66 Mn |
| Mar 31, 2022 | -867.65 Mn |
| Dec 31, 2021 | -677.09 Mn |
| Sep 30, 2021 | -942.65 Mn |
Toyota Motor Capital Expenditures 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=capital-expenditures&ticker=TOYOF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "capital-expenditures", "ticker": "TOYOF", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=capital-expenditures&ticker=TOYOF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();