Toyota Motor (TOYOF) Divestments (2009 - 2020)
Toyota Motor's (TOYOF) quarterly Divestments came in at -$122.8 billion in Q1 2020, down 466.34% year-over-year from $33.5 billion in Q2 2019, and down 437.02% quarter-over-quarter from $36.4 billion in Q4 2019.
Toyota Motor (TOYOF) Divestments (2009 - 2020) Analysis & Trends
Toyota Motor (TOYOF) has reported Divestments for 12 consecutive years, with -$122.8 billion the latest figure, recorded in Q1 2020.
- On a quarterly basis, Divestments fell 466.34% year-over-year to -$122.8 billion in Q1 2020; TTM through Mar 2020 was -$15.0 billion, a 111.18% decrease from a year earlier, with the FY2025 full-year figure at -$18.4 billion, up 37.28% from the prior year.
- Divestments was -$122.8 billion for Q1 2020 at Toyota Motor, down from $36.4 billion in the prior quarter.
- Over five years, Divestments peaked at $36.4 billion in Q4 2019 and troughed at -$122.8 billion in Q1 2020.
- A 5-year average of $23.0 billion and a median of $31.7 billion in 2017 frame the typical range for Divestments.
- Across the five-year window, Divestments advanced 12.87% in 2016 and sank 466.34% in 2020, its largest moves.
- Over 5 years, Divestments stood at $29.8 billion in 2016, then climbed by 6.49% to $31.7 billion in 2017, then climbed by 5.94% to $33.6 billion in 2018, then grew by 8.49% to $36.4 billion in 2019, then slumped by 437.02% to -$122.8 billion in 2020.
- The last three Divestments figures came in at -$122.8 billion (Q1 2020), $36.4 billion (Q4 2019), and $36.4 billion (Q3 2019), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Divestments (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 | 8.61 Bn |
| 6 | Ford Motor | 51.31 Bn | 20.01 Bn | 6.08 Bn | 12.16 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, 2020 | -122.77 Bn |
| Dec 31, 2019 | 36.43 Bn |
| Sep 30, 2019 | 36.39 Bn |
| Jun 30, 2019 | 34.99 Bn |
| Mar 31, 2019 | 33.51 Bn |
| Dec 31, 2018 | 33.58 Bn |
| Sep 30, 2018 | 33.10 Bn |
| Jun 30, 2018 | 33.66 Bn |
| Mar 31, 2018 | 32.47 Bn |
| Dec 31, 2017 | 31.69 Bn |
| Sep 30, 2017 | 31.56 Bn |
| Jun 30, 2017 | 30.75 Bn |
| Mar 31, 2017 | 29.86 Bn |
| Dec 31, 2016 | 29.76 Bn |
| Sep 30, 2016 | 30.21 Bn |
| Jun 30, 2016 | 29.18 Bn |
| Mar 31, 2016 | 27.24 Bn |
| Dec 31, 2015 | 26.37 Bn |
| Sep 30, 2015 | 27.44 Bn |
| Jun 30, 2015 | 27.82 Bn |
Toyota Motor Divestments 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=divestments&ticker=TOYOF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "divestments", "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=divestments&ticker=TOYOF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();