Toyota Motor (TOYOF) Receivables - Other (2009 - 2021)
Toyota Motor's (TOYOF) quarterly Receivables - Other came in at -$5.4 billion in Q1 2021, down 3.47% year-over-year from -$5.6 billion in Q1 2020, and down 3.47% quarter-over-quarter from -$5.2 billion in Q1 2020.
Toyota Motor (TOYOF) Receivables - Other (2009 - 2021) Analysis & Trends
Toyota Motor (TOYOF) has reported Receivables - Other for 13 consecutive years, with -$5.4 billion the latest figure, recorded in Q1 2021.
- On a quarterly basis, Receivables - Other fell 3.47% year-over-year to -$5.4 billion in Q1 2021; TTM through Mar 2021 was -$5.4 billion, a 3.47% decrease from a year earlier, with the FY2021 full-year figure at -$5.4 billion, down 129.07% from the prior year.
- Receivables - Other was -$5.4 billion for Q1 2021 at Toyota Motor, down from -$5.2 billion in the prior quarter.
- Over five years, Receivables - Other peaked at $4.2 billion in Q4 2017 and troughed at -$5.4 billion in Q4 2019.
- A 5-year average of $497.3 million and a median of $3.0 billion in 2018 frame the typical range for Receivables - Other.
- Across the five-year window, Receivables - Other advanced 18.55% in 2019 and sank 257.41% in 2020, its largest moves.
- Over 5 years, Receivables - Other stood at $4.2 billion in 2017, then declined by 2.5% to $4.1 billion in 2018, then slumped by 231.92% to -$5.4 billion in 2019, then grew by 4.79% to -$5.2 billion in 2020, then fell by 3.47% to -$5.4 billion in 2021.
- The last three Receivables - Other figures came in at -$5.4 billion (Q1 2021), -$5.2 billion (Q1 2020), and -$5.4 billion (Q4 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, 2021 | -5.37 Bn |
| Mar 31, 2020 | -5.19 Bn |
| Dec 31, 2019 | -5.45 Bn |
| Sep 30, 2019 | -5.12 Bn |
| Jun 30, 2019 | -4.81 Bn |
| Mar 31, 2019 | 3.30 Bn |
| Dec 31, 2018 | 4.13 Bn |
| Sep 30, 2018 | 3.88 Bn |
| Jun 30, 2018 | 3.92 Bn |
| Mar 31, 2018 | 2.78 Bn |
| Dec 31, 2017 | 4.24 Bn |
| Sep 30, 2017 | 3.91 Bn |
| Jun 30, 2017 | 4.20 Bn |
| Mar 31, 2017 | 2.55 Bn |
| Dec 31, 2016 | 4.32 Bn |
| Sep 30, 2016 | 4.15 Bn |
| Jun 30, 2016 | 3.91 Bn |
| Mar 31, 2016 | 2.23 Bn |
| Dec 31, 2015 | 3.46 Bn |
| Sep 30, 2015 | 3.45 Bn |
Toyota Motor Receivables - Other 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=receivables-other&ticker=TOYOF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "receivables-other", "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=receivables-other&ticker=TOYOF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();