Toyota Motor (TOYOF) Change in Acquisitions & Divestments (2009 - 2020)
Toyota Motor's (TOYOF) quarterly Change in Acquisitions & Divestments came in at -$4.3 billion in Q1 2020, up 37.51% year-over-year from -$3.1 billion in Q2 2019, and down 225.17% quarter-over-quarter from $3.4 billion in Q4 2019.
Toyota Motor (TOYOF) Change in Acquisitions & Divestments (2009 - 2020) Analysis & Trends
Toyota Motor (TOYOF) has reported Change in Acquisitions & Divestments for 12 consecutive years, with -$4.3 billion the latest figure, recorded in Q1 2020.
- On a quarterly basis, Change in Acquisitions & Divestments rose 37.51% year-over-year to -$4.3 billion in Q1 2020; TTM through Mar 2020 was $10.5 billion, a 3.49% increase from a year earlier, with the FY2025 full-year figure at $157.1 million, down 5.38% from the prior year.
- Change in Acquisitions & Divestments was -$4.3 billion for Q1 2020 at Toyota Motor, down from $3.4 billion in the prior quarter.
- Over five years, Change in Acquisitions & Divestments peaked at $8.1 billion in Q2 2019 and troughed at -$19.9 billion in Q1 2016.
- A 5-year average of $349.5 million and a median of $4.6 billion in 2016 frame the typical range for Change in Acquisitions & Divestments.
- Across the five-year window, Change in Acquisitions & Divestments soared 56.43% in 2017 and slumped 51.93% in 2018, its largest moves.
- Over 5 years, Change in Acquisitions & Divestments stood at $4.9 billion in 2016, then climbed by 1.33% to $5.0 billion in 2017, then gained by 7.47% to $5.4 billion in 2018, then slumped by 35.68% to $3.4 billion in 2019, then sank by 225.17% to -$4.3 billion in 2020.
- The last three Change in Acquisitions & Divestments figures came in at -$4.3 billion (Q1 2020), $3.4 billion (Q4 2019), and $3.3 billion (Q3 2019), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (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, 2020 | -4.31 Bn |
| Dec 31, 2019 | 3.44 Bn |
| Sep 30, 2019 | 3.32 Bn |
| Jun 30, 2019 | 8.05 Bn |
| Mar 31, 2019 | -6.90 Bn |
| Dec 31, 2018 | 5.36 Bn |
| Sep 30, 2018 | 6.17 Bn |
| Jun 30, 2018 | 5.53 Bn |
| Mar 31, 2018 | -15.24 Bn |
| Dec 31, 2017 | 4.98 Bn |
| Sep 30, 2017 | 6.58 Bn |
| Jun 30, 2017 | 5.72 Bn |
| Mar 31, 2017 | -10.03 Bn |
| Dec 31, 2016 | 4.92 Bn |
| Sep 30, 2016 | 4.58 Bn |
| Jun 30, 2016 | 3.66 Bn |
| Mar 31, 2016 | -19.88 Bn |
| Dec 31, 2015 | 6.77 Bn |
| Sep 30, 2015 | 6.09 Bn |
| Jun 30, 2015 | 6.89 Bn |
Toyota Motor Change in Acquisitions & 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=change-in-acquisitions-and-divestments&ticker=TOYOF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-acquisitions-and-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=change-in-acquisitions-and-divestments&ticker=TOYOF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();