Amazon Com (AMZN) Free Cash Flow (2009 - 2026)
Amazon Com's (AMZN) quarterly Free Cash Flow came in at -$27.0 billion in Q2 2026, down 251.82% year-over-year from $17.8 billion in Q2 2025, and down 48.54% quarter-over-quarter from -$18.2 billion in Q1 2026.
Amazon Com (AMZN) Free Cash Flow (2009 - 2026) Analysis & Trends
Amazon Com has disclosed Free Cash Flow across 18 years of filings, most recently posting -$27.0 billion for Q2 2026.
- In Q2 2026, Free Cash Flow fell 251.82% year-over-year to -$27.0 billion; the TTM figure through Jun 2026 stood at -$60.1 billion (down 640.02% YoY), while the FY2026 annual figure was -$11.6 billion, down 186.23% from the prior year.
- Free Cash Flow came in at -$27.0 billion for Q2 2026 at Amazon Com, down from -$18.2 billion in the prior quarter.
- In the past five years, Free Cash Flow ranged from a high of $15.1 billion in Q3 2024 to a low of -$29.5 billion in Q3 2022.
- Average Free Cash Flow over 5 years is -$8.3 billion, with a median of -$7.8 billion recorded in 2025.
- Year-over-year, Free Cash Flow jumped 366.6% in 2024 and slumped 296.95% in 2025.
- Over 5 years, Free Cash Flow stood at -$29.5 billion in 2022, then jumped by 114.72% to $4.3 billion in 2023, then soared by 247.37% to $15.1 billion in 2024, then sank by 148.04% to -$7.2 billion in 2025, then tumbled by 272.71% to -$27.0 billion in 2026.
- Per Business Quant data, the three most recent Free Cash Flow figures were -$27.0 billion in Q2 2026, -$18.2 billion in Q1 2026, and -$7.2 billion in Q3 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Free Cash Flow (Qtr) |
|---|---|---|---|---|---|
| 1 | Amazon Com | 2,735.76 Bn | 2,612.77 Bn | 198.88 Bn | -26.99 Bn |
| 2 | JD.com | 32.66 Bn | 9.40 Bn | 16.50 Bn | 6.29 Bn |
| 3 | Coupang | 25.61 Bn | 19.50 Bn | 2.49 Bn | 50.00 Mn |
| 4 | Wayfair | 13.93 Bn | 12.79 Bn | 1.05 Bn | 334.00 Mn |
| 5 | GigaCloud Technology | 3.80 Bn | 3.42 Bn | 105.56 Mn | 45.12 Mn |
| 6 | Pattern | 3.04 Bn | 2.69 Bn | 384.36 Mn | 3.76 Mn |
| 7 | Yunji | 1.88 Bn | 1.86 Bn | - | - |
| 8 | Revolve | 1.47 Bn | 1.13 Bn | 196.67 Mn | -11.05 Mn |
| 9 | ATRenew | 632.36 Mn | 371.23 Mn | -705.59 Mn | - |
| 10 | Stitch Fix | 398.30 Mn | 211.49 Mn | 148.84 Mn | 6.52 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -26.99 Bn |
| Mar 31, 2026 | -18.17 Bn |
| Sep 30, 2025 | -7.24 Bn |
| Jun 30, 2025 | -7.67 Bn |
| Mar 31, 2025 | -8.00 Bn |
| Sep 30, 2024 | 15.08 Bn |
| Jun 30, 2024 | 11.73 Bn |
| Mar 31, 2024 | 4.06 Bn |
| Sep 30, 2023 | 4.34 Bn |
| Jun 30, 2023 | -4.40 Bn |
| Mar 31, 2023 | -9.42 Bn |
| Sep 30, 2022 | -29.47 Bn |
| Jun 30, 2022 | -21.71 Bn |
| Mar 31, 2022 | -17.74 Bn |
| Sep 30, 2021 | -17.88 Bn |
| Jun 30, 2021 | -9.44 Bn |
| Mar 31, 2021 | -7.87 Bn |
| Sep 30, 2020 | 10.32 Bn |
| Jun 30, 2020 | 9.42 Bn |
| Mar 31, 2020 | -3.73 Bn |
Amazon Com Free Cash Flow 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=free-cash-flow&ticker=AMZN&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "free-cash-flow", "ticker": "AMZN", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=free-cash-flow&ticker=AMZN&period=max&api_key=YOUR_API_KEY");
const data = await res.json();