Rivian Automotive (RIVN) EV to CFO (2021 - 2026)
Rivian Automotive's (RIVN) quarterly EV to CFO came in at 37.66 in Q2 2026, down 126.25% year-over-year from 143.49 in Q2 2025, and down 87.0% quarter-over-quarter from 20.14 in Q1 2026.
Rivian Automotive (RIVN) EV to CFO (2021 - 2026) Analysis & Trends
Rivian Automotive has disclosed EV to CFO across 6 years of filings, most recently posting 37.66 for Q2 2026.
- In Q2 2026, EV to CFO fell 126.25% year-over-year to 37.66; the TTM figure through Jun 2026 stood at 9.94 (down 119.81% YoY), while the FY2025 annual figure was 23.6, down 451.33% from the prior year.
- EV to CFO came in at 37.66 for Q2 2026 at Rivian Automotive, down from 20.14 in the prior quarter.
- In the past five years, EV to CFO ranged from a high of 420.3 in Q3 2025 to a low of 37.75 in Q1 2025.
- Average EV to CFO over 5 years is 19.25, with a median of 7.35 recorded in 2022.
- The largest YoY upside for EV to CFO was 7905.99% in 2025 against a maximum downside of 1483.1% in 2025.
- Over 5 years, EV to CFO stood at 3.8 in 2022, then plunged by 216.96% to 12.05 in 2023, then surged by 151.53% to 6.21 in 2024, then plunged by 534.78% to 27.0 in 2025, then slumped by 39.5% to 37.66 in 2026.
- Per Business Quant data, the three most recent EV to CFO figures were 37.66 in Q2 2026, 20.14 in Q1 2026, and 27.0 in Q4 2025.
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 |
|---|---|
| Jun 30, 2026 | -37.66 |
| Mar 31, 2026 | -20.14 |
| Dec 31, 2025 | -27.00 |
| Sep 30, 2025 | 420.30 |
| Jun 30, 2025 | 143.49 |
| Mar 31, 2025 | -37.75 |
| Dec 31, 2024 | 6.21 |
| Sep 30, 2024 | -5.38 |
| Jun 30, 2024 | -7.51 |
| Mar 31, 2024 | -2.38 |
| Dec 31, 2023 | -12.05 |
| Sep 30, 2023 | -16.05 |
| Jun 30, 2023 | -4.08 |
| Mar 31, 2023 | -2.16 |
| Dec 31, 2022 | -3.80 |
| Sep 30, 2022 | -12.45 |
| Jun 30, 2022 | -7.19 |
| Mar 31, 2022 | -27.89 |
| Dec 31, 2021 | -69.23 |
Rivian Automotive EV to CFO 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=ev-to-cfo&ticker=RIVN&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ev-to-cfo", "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=ev-to-cfo&ticker=RIVN&period=max&api_key=YOUR_API_KEY");
const data = await res.json();