Toyota Motor (TOYOF) Times Interest Earned (2009 - 2025)
Toyota Motor's (TOYOF) quarterly Times Interest Earned came in at 4.31 in Q1 2025, up 716.77% year-over-year from 0.53 in Q1 2024, and up 716.77% quarter-over-quarter from 0.7 in Q1 2024.
Toyota Motor (TOYOF) Times Interest Earned (2009 - 2025) Analysis & Trends
Toyota Motor (TOYOF) has reported Times Interest Earned for 14 consecutive years, with 4.31 the latest figure, recorded in Q1 2025.
- On a quarterly basis, Times Interest Earned rose 716.77% year-over-year to 4.31 in Q1 2025; TTM through Mar 2025 was 3.9, a 19.21% increase from a year earlier, with the FY2026 full-year figure at 6.02, down 36.13% from the prior year.
- Times Interest Earned was 4.31 for Q1 2025 at Toyota Motor, up from 0.7 in the prior quarter.
- Over five years, Times Interest Earned peaked at 4.31 in Q1 2025 and troughed at 0.7 in Q1 2024.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Times Interest Earned (Qtr) |
|---|---|---|---|---|---|
| 1 | Tesla | 1,226.50 Bn | 1,183.58 Bn | 4.75 Bn | 4.91 |
| 2 | Toyota Motor | 250.64 Bn | 172.66 Bn | 12.27 Bn | - |
| 3 | Ferrari | 153.43 Bn | 151.68 Bn | 1.18 Bn | 28.51 |
| 4 | Honda Motor | 147.05 Bn | 108.59 Bn | 8.46 Bn | 27.17 |
| 5 | General Motors | 73.24 Bn | 50.16 Bn | 7.33 Bn | 9.66 |
| 6 | Ford Motor | 51.31 Bn | 20.01 Bn | 6.08 Bn | 0.38 |
| 7 | Rivian Automotive | 20.62 Bn | 15.33 Bn | 179.00 Mn | -12.29 |
| 8 | Magna International | 17.88 Bn | 16.79 Bn | 1.61 Bn | - |
| 9 | Stellantis | 14.02 Bn | -29.10 Bn | 5.55 Bn | 3.48 |
| 10 | Li Auto | 11.82 Bn | -670.23 Mn | 417.98 Mn | -19.79 |
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2025 | 4.31 |
| Mar 31, 2024 | -0.70 |
| Mar 31, 2020 | 1.13 |
| Dec 31, 2019 | 1.83 |
| Sep 30, 2019 | 2.20 |
| Jun 30, 2019 | 2.23 |
| Mar 31, 2019 | 1.56 |
| Dec 31, 2018 | 1.97 |
| Sep 30, 2018 | 1.72 |
| Jun 30, 2018 | 1.98 |
| Mar 31, 2018 | 1.93 |
| Dec 31, 2017 | 2.09 |
| Sep 30, 2017 | 1.70 |
| Jun 30, 2017 | 1.88 |
| Mar 31, 2017 | 1.39 |
| Dec 31, 2016 | 1.36 |
| Sep 30, 2016 | 1.81 |
| Jun 30, 2016 | 2.47 |
| Mar 31, 2016 | 2.00 |
| Dec 31, 2015 | 2.67 |
Toyota Motor Times Interest Earned 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=times-interest-earned&ticker=TOYOF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "times-interest-earned", "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=times-interest-earned&ticker=TOYOF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();