Toyota Motor (TOYOF) Interest Expenses (2009 - 2025)
Toyota Motor's (TOYOF) quarterly Interest Expenses came in at $87.5 million in Q1 2025, up 11.74% year-over-year from $78.3 million in Q1 2024, and up 11.74% quarter-over-quarter from $78.3 million in Q1 2024.
Toyota Motor (TOYOF) Interest Expenses (2009 - 2025) Analysis & Trends
Toyota Motor (TOYOF) has reported Interest Expenses for 14 consecutive years, with $87.5 million the latest figure, recorded in Q1 2025.
- On a quarterly basis, Interest Expenses rose 11.74% year-over-year to $87.5 million in Q1 2025; TTM through Mar 2025 was $6.3 billion, a 30.16% decrease from a year earlier, with the FY2026 full-year figure at $4.0 billion, up 19.62% from the prior year.
- Interest Expenses was $87.5 million for Q1 2025 at Toyota Motor, up from $78.3 million in the prior quarter.
- Over five years, Interest Expenses peaked at $87.5 million in Q1 2025 and troughed at $78.3 million in Q1 2024.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Int Expense (Qtr) |
|---|---|---|---|---|---|
| 1 | Tesla | 1,226.50 Bn | 1,183.58 Bn | 4.75 Bn | 81.00 Mn |
| 2 | Toyota Motor | 250.64 Bn | 172.66 Bn | 12.27 Bn | - |
| 3 | Ferrari | 153.43 Bn | 151.68 Bn | 1.18 Bn | 24.66 Mn |
| 4 | Honda Motor | 147.05 Bn | 108.59 Bn | 8.46 Bn | -122.57 Mn |
| 5 | General Motors | 73.24 Bn | 50.16 Bn | 7.33 Bn | 151.00 Mn |
| 6 | Ford Motor | 51.31 Bn | 20.01 Bn | 6.08 Bn | 1.69 Bn |
| 7 | Rivian Automotive | 20.62 Bn | 15.33 Bn | 179.00 Mn | 68.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 | 234.80 Mn |
| 10 | Li Auto | 11.82 Bn | -670.23 Mn | 417.98 Mn | -17.07 Mn |
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2025 | 87.52 Mn |
| Mar 31, 2024 | 78.33 Mn |
| Mar 31, 2020 | 2.92 Bn |
| Dec 31, 2019 | 3.21 Bn |
| Sep 30, 2019 | 2.80 Bn |
| Jun 30, 2019 | 3.02 Bn |
| Mar 31, 2019 | 3.07 Bn |
| Dec 31, 2018 | 3.05 Bn |
| Sep 30, 2018 | 3.03 Bn |
| Jun 30, 2018 | 3.16 Bn |
| Mar 31, 2018 | 3.01 Bn |
| Dec 31, 2017 | 2.85 Bn |
| Sep 30, 2017 | 2.77 Bn |
| Jun 30, 2017 | 2.75 Bn |
| Mar 31, 2017 | 2.79 Bn |
| Dec 31, 2016 | 2.96 Bn |
| Sep 30, 2016 | 2.56 Bn |
| Jun 30, 2016 | 2.41 Bn |
| Mar 31, 2016 | 2.38 Bn |
| Dec 31, 2015 | 2.23 Bn |
Toyota Motor Interest Expenses 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=interest-expenses&ticker=TOYOF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "interest-expenses", "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=interest-expenses&ticker=TOYOF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();