Rivian Automotive (RIVN) Long-Term Debt Issuances (2023 - 2024)
Rivian Automotive's (RIVN) quarterly Long-Term Debt Issuances came in at $1.0 billion in Q2 2024, down 41.52% quarter-over-quarter from $1.7 billion in Q4 2023.
Rivian Automotive (RIVN) Long-Term Debt Issuances (2023 - 2024) Analysis & Trends
Rivian Automotive has disclosed Long-Term Debt Issuances across 2 years of filings, most recently posting $1.0 billion for Q2 2024.
- In Q2 2024, Long-Term Debt Issuances changed N/A year-over-year to $1.0 billion; the TTM figure through Sep 2025 stood at $1.0 billion (down 63.1% YoY), while the FY2025 annual figure was $1.2 billion, up 25.0% from the prior year.
- Long-Term Debt Issuances came in at $1.0 billion for Q2 2024 at Rivian Automotive, down from $1.7 billion in the prior quarter.
- In the past five years, Long-Term Debt Issuances ranged from a high of $1.7 billion in Q4 2023 to a low of $1.0 billion in Q2 2024.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | LT Debt Issuance (Qtr) |
|---|---|---|---|---|---|
| 1 | Tesla | 1,226.50 Bn | 1,183.58 Bn | 4.75 Bn | 348.00 Mn |
| 2 | Toyota Motor | 250.64 Bn | 172.66 Bn | 12.27 Bn | 22.27 Bn |
| 3 | Ferrari | 153.43 Bn | 151.68 Bn | 1.18 Bn | -28.57 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 | 14.97 Bn |
| 6 | Ford Motor | 51.31 Bn | 20.01 Bn | 6.08 Bn | 11.90 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 | -5.00 Mn |
| 9 | Stellantis | 14.02 Bn | -29.10 Bn | 5.55 Bn | 8.33 Bn |
| 10 | Li Auto | 11.82 Bn | -670.23 Mn | 417.98 Mn | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2024 | 1.00 Bn |
| Dec 31, 2023 | 1.71 Bn |
| Mar 31, 2023 | 1.49 Bn |
Rivian Automotive Long-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=long-term-debt-issuances&ticker=RIVN&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "long-term-debt-issuances", "ticker": "RIVN", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=long-term-debt-issuances&ticker=RIVN&period=max&api_key=YOUR_API_KEY");
const data = await res.json();