Toyota Motor (TOYOF) Net Shares Issued and Repurchased (2012 - 2026)
Toyota Motor's (TOYOF) quarterly Net Shares Issued and Repurchased came in at -$254.9 million in Q1 2026, up 96.7% year-over-year from -$129.6 million in Q1 2025, and up 1.85% quarter-over-quarter from -$259.7 million in Q4 2025.
Toyota Motor (TOYOF) Net Shares Issued and Repurchased (2012 - 2026) Analysis & Trends
Toyota Motor (TOYOF) has reported Net Shares Issued and Repurchased for 15 consecutive years, with -$254.9 million the latest figure, recorded in Q1 2026.
- On a quarterly basis, Net Shares Issued and Repurchased rose 96.7% year-over-year to -$254.9 million in Q1 2026; TTM through Mar 2026 was -$254.9 million, a 96.7% increase from a year earlier, with the FY2026 full-year figure at -$254.9 million, up 96.7% from the prior year.
- Net Shares Issued and Repurchased was -$254.9 million for Q1 2026 at Toyota Motor, up from -$259.7 million in the prior quarter.
- Over five years, Net Shares Issued and Repurchased peaked at -$121.9 million in Q2 2024 and troughed at -$7.7 billion in Q1 2025.
- A 5-year average of -$2.2 billion and a median of -$1.3 billion in 2023 frame the typical range for Net Shares Issued and Repurchased.
- Across the five-year window, Net Shares Issued and Repurchased sank 650.79% in 2024 and surged 96.7% in 2026, its largest moves.
- Over 5 years, Net Shares Issued and Repurchased stood at -$2.4 billion in 2022, then surged by 45.6% to -$1.3 billion in 2023, then sank by 430.73% to -$6.9 billion in 2024, then soared by 96.22% to -$259.7 million in 2025, then rose by 1.85% to -$254.9 million in 2026.
- The last three Net Shares Issued and Repurchased figures came in at -$254.9 million (Q1 2026), -$259.7 million (Q4 2025), and -$271.2 million (Q3 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Net Shares Issued (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 | -505.35 Mn |
| 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, 2026 | -254.90 Mn |
| Dec 31, 2025 | -259.70 Mn |
| Sep 30, 2025 | -271.19 Mn |
| Jun 30, 2025 | -276.12 Mn |
| Mar 31, 2025 | -7.73 Bn |
| Dec 31, 2024 | -6.88 Bn |
| Sep 30, 2024 | -6.06 Bn |
| Jun 30, 2024 | -121.87 Mn |
| Mar 31, 2024 | -1.56 Bn |
| Dec 31, 2023 | -1.30 Bn |
| Sep 30, 2023 | -806.74 Mn |
| Jun 30, 2023 | -250.85 Mn |
| Mar 31, 2023 | -3.26 Bn |
| Dec 31, 2022 | -2.38 Bn |
| Sep 30, 2022 | -1.42 Bn |
| Jun 30, 2022 | -938.02 Mn |
| Mar 31, 2022 | -3.48 Bn |
| Dec 31, 2021 | -2.78 Bn |
| Sep 30, 2021 | -2.27 Bn |
| Jun 30, 2021 | -196.56 Mn |
Toyota Motor Net Shares Issued and Repurchased 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=net-shares-issued-and-repurchased&ticker=TOYOF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-shares-issued-and-repurchased", "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=net-shares-issued-and-repurchased&ticker=TOYOF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();