Toyota Motor (TOYOF) Preferred Stock Liabilities (2016 - 2021)
Toyota Motor's (TOYOF) quarterly Preferred Stock Liabilities came in at -$4.7 billion in Q1 2021, down 201.62% year-over-year from $4.6 billion in Q1 2020, and down 201.62% quarter-over-quarter from $4.6 billion in Q1 2020.
Toyota Motor (TOYOF) Preferred Stock Liabilities (2016 - 2021) Analysis & Trends
Toyota Motor (TOYOF) has reported Preferred Stock Liabilities for 6 consecutive years, with -$4.7 billion the latest figure, recorded in Q1 2021.
- On a quarterly basis, Preferred Stock Liabilities fell 201.62% year-over-year to -$4.7 billion in Q1 2021; TTM through Mar 2021 was -$4.7 billion, a 201.62% decrease from a year earlier, with the FY2021 full-year figure at -$4.7 billion, down 201.62% from the prior year.
- Preferred Stock Liabilities was -$4.7 billion for Q1 2021 at Toyota Motor, down from $4.6 billion in the prior quarter.
- Over five years, Preferred Stock Liabilities peaked at $4.6 billion in Q1 2020 and troughed at -$4.7 billion in Q1 2021.
- A 5-year average of $2.7 billion and a median of $4.5 billion in 2019 frame the typical range for Preferred Stock Liabilities.
- Across the five-year window, Preferred Stock Liabilities rose 6.19% in 2018 and sank 201.62% in 2021, its largest moves.
- Over 5 years, Preferred Stock Liabilities stood at $4.3 billion in 2017, then increased by 6.19% to $4.5 billion in 2018, then dropped by 0.32% to $4.5 billion in 2019, then climbed by 2.35% to $4.6 billion in 2020, then slumped by 201.62% to -$4.7 billion in 2021.
- The last three Preferred Stock Liabilities figures came in at -$4.7 billion (Q1 2021), $4.6 billion (Q1 2020), and $4.5 billion (Q1 2019), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Preferred Stock Liabilities (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 | - |
| 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 | - |
| 6 | Ford Motor | 51.31 Bn | 20.01 Bn | 6.08 Bn | - |
| 7 | Rivian Automotive | 20.62 Bn | 15.33 Bn | 179.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 | - |
| 10 | Li Auto | 11.82 Bn | -670.23 Mn | 417.98 Mn | - |
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2021 | -4.71 Bn |
| Mar 31, 2020 | 4.63 Bn |
| Mar 31, 2019 | 4.52 Bn |
| Mar 31, 2018 | 4.54 Bn |
| Mar 31, 2017 | 4.27 Bn |
| Mar 31, 2016 | 4.16 Bn |
Toyota Motor Preferred Stock Liabilities 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=preferred-stock-liabilities&ticker=TOYOF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "preferred-stock-liabilities", "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=preferred-stock-liabilities&ticker=TOYOF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();