Autonation (AN) Cash from Financing Activities (2009 - 2026)
Autonation (AN) posted Cash from Financing Activities of $456.6 million for Q2 2026, up 583.53% on a QoQ basis from $66.8 million in Q1 2026, and up 107.36% year-over-year from $220.2 million in Q2 2025.
Autonation (AN) Cash from Financing Activities (2009 - 2026) Analysis & Trends
Autonation has reported Cash from Financing Activities for 18 years, with the latest figure at $456.6 million in Q2 2026.
- On a quarterly basis, Cash from Financing Activities rose 107.36% year-over-year to $456.6 million in Q2 2026; TTM through Jun 2026 was $646.1 million, a 223.21% increase from a year earlier, with the FY2025 full-year figure at $557.5 million, up 285.46% from the prior year.
- Cash from Financing Activities was $456.6 million for Q2 2026 at Autonation, up from $66.8 million in the prior quarter.
- The five-year high for Cash from Financing Activities was $456.6 million in Q2 2026, with the low at -$434.0 million in Q2 2022.
- Average Cash from Financing Activities over 5 years is -$30.3 million, with a median of -$34.9 million recorded in 2022.
- The sharpest annual moves came in 2023 and 2025: Cash from Financing Activities tumbled 492.05% in 2023, then jumped 440.61% in 2025.
- Over 5 years, Cash from Financing Activities stood at -$340.4 million in 2022, then surged by 132.34% to $110.1 million in 2023, then plunged by 271.75% to -$189.1 million in 2024, then soared by 82.39% to -$33.3 million in 2025, then soared by 1471.17% to $456.6 million in 2026.
- The last three Cash from Financing Activities figures came in at $456.6 million (Q2 2026), $66.8 million (Q1 2026), and -$33.3 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Financing (Qtr) |
|---|---|---|---|---|---|
| 1 | Carvana | 71.88 Bn | 70.24 Bn | 1.38 Bn | 45.00 Mn |
| 2 | Penske Automotive | 13.78 Bn | 13.73 Bn | 1.36 Bn | -221.20 Mn |
| 3 | Carmax | 8.07 Bn | 7.47 Bn | 854.41 Mn | 90.52 Mn |
| 4 | Lithia Motors | 6.87 Bn | 6.53 Bn | 1.50 Bn | 123.10 Mn |
| 5 | Autonation | 5.62 Bn | 5.57 Bn | 1.23 Bn | 456.60 Mn |
| 6 | Uxin | 5.40 Bn | 5.46 Bn | 10.88 Mn | - |
| 7 | Sonic Automotive | 5.39 Bn | 5.37 Bn | 616.20 Mn | 296.20 Mn |
| 8 | Asbury Automotive | 3.36 Bn | 3.32 Bn | 753.10 Mn | 1.50 Mn |
| 9 | Group 1 Automotive | 3.02 Bn | 2.86 Bn | 860.60 Mn | 219.80 Mn |
| 10 | Marinemax | 1.16 Bn | 994.87 Mn | 218.08 Mn | -92.31 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 456.60 Mn |
| Mar 31, 2026 | 66.80 Mn |
| Dec 31, 2025 | -33.30 Mn |
| Sep 30, 2025 | 156.00 Mn |
| Jun 30, 2025 | 220.20 Mn |
| Mar 31, 2025 | 214.60 Mn |
| Dec 31, 2024 | -189.10 Mn |
| Sep 30, 2024 | -45.80 Mn |
| Jun 30, 2024 | 155.40 Mn |
| Mar 31, 2024 | -221.10 Mn |
| Dec 31, 2023 | 110.10 Mn |
| Sep 30, 2023 | -253.00 Mn |
| Jun 30, 2023 | 186.50 Mn |
| Mar 31, 2023 | -216.10 Mn |
| Dec 31, 2022 | -340.40 Mn |
| Sep 30, 2022 | -343.10 Mn |
| Jun 30, 2022 | -434.00 Mn |
| Mar 31, 2022 | -36.50 Mn |
| Dec 31, 2021 | 154.80 Mn |
| Sep 30, 2021 | -399.50 Mn |
Autonation Cash from Financing Activities 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=cash-from-financing-activities&ticker=AN&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-financing-activities", "ticker": "AN", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=cash-from-financing-activities&ticker=AN&period=max&api_key=YOUR_API_KEY");
const data = await res.json();