Honda Motor (HMC) Short-Term Debt issuances (2009 - 2026)
Honda Motor's (HMC) quarterly Short-Term Debt issuances came in at -$10.3 billion in Q2 2026, up 37.32% on a YoY basis from -$7.5 billion in Q2 2025, and up 12.04% quarter-over-quarter from -$11.7 billion in Q1 2026.
Honda Motor (HMC) Short-Term Debt issuances (2009 - 2026) Analysis & Trends
Honda Motor (HMC) has reported Short-Term Debt issuances for 18 consecutive years, with -$10.3 billion the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Short-Term Debt issuances rose 37.32% year-over-year to -$10.3 billion; the trailing twelve-month figure through Jun 2026 stood at -$48.7 billion (up 17.78% YoY), and the FY2026 full-year result was -$54.7 billion, up 3.72% from the prior year.
- Short-Term Debt issuances improved to -$10.3 billion in Q2 2026 per HMC's latest filing, from -$11.7 billion in the prior quarter.
- Across five years, Short-Term Debt issuances topped out at -$10.3 billion in Q2 2026 and bottomed at -$53.8 billion in Q4 2023.
- Historically, Short-Term Debt issuances has averaged -$17.2 billion across 5 years, with a median of -$14.3 billion in 2024.
- The sharpest annual moves came in 2024 and 2025: Short-Term Debt issuances jumped 75.46% in 2024, then retreated 17.99% in 2025.
- Over 5 years, Short-Term Debt issuances stood at -$15.2 billion in 2022, then tumbled by 253.01% to -$53.8 billion in 2023, then surged by 75.46% to -$13.2 billion in 2024, then grew by 8.65% to -$12.1 billion in 2025, then gained by 14.55% to -$10.3 billion in 2026.
- According to Business Quant data, Short-Term Debt issuances over the past three periods registered -$10.3 billion, -$11.7 billion, and -$12.1 billion for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | ST Debt Issuance (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 | 13.67 Mn |
| 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 | -108.00 Mn |
| 6 | Ford Motor | 51.31 Bn | 20.01 Bn | 6.08 Bn | 327.00 Mn |
| 7 | Rivian Automotive | 20.62 Bn | 15.33 Bn | 179.00 Mn | - |
| 8 | Magna International | 17.88 Bn | 16.79 Bn | 1.61 Bn | -137.00 Mn |
| 9 | Stellantis | 14.02 Bn | -29.10 Bn | 5.55 Bn | 3.47 Bn |
| 10 | Li Auto | 11.82 Bn | -670.23 Mn | 417.98 Mn | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -10.30 Bn |
| Mar 31, 2026 | -11.71 Bn |
| Dec 31, 2025 | -12.05 Bn |
| Sep 30, 2025 | -14.66 Bn |
| Jun 30, 2025 | -16.43 Bn |
| Mar 31, 2025 | -16.09 Bn |
| Dec 31, 2024 | -13.19 Bn |
| Sep 30, 2024 | -13.55 Bn |
| Jun 30, 2024 | -13.92 Bn |
| Dec 31, 2023 | -53.77 Bn |
| Jun 30, 2022 | -15.23 Bn |
| Mar 31, 2022 | -15.95 Bn |
| Jun 30, 2021 | -19.71 Bn |
| Mar 31, 2021 | -23.75 Bn |
| Jun 30, 2020 | -24.99 Bn |
| Mar 31, 2020 | -24.71 Bn |
| Mar 31, 2019 | -21.33 Bn |
| Dec 31, 2018 | -18.50 Bn |
| Sep 30, 2018 | -17.54 Bn |
| Jun 30, 2018 | -16.73 Bn |
Honda Motor Short-Term Debt issuances 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=short-term-debt-issuances&ticker=HMC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "short-term-debt-issuances", "ticker": "HMC", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=short-term-debt-issuances&ticker=HMC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();