Amazon Com (AMZN) FCF Margin (2009 - 2026)
Amazon Com's (AMZN) quarterly FCF Margin came in at 7.06% in Q2 2026, down 469.0% year-over-year from 1.91% in Q2 2025, and up 29.44% quarter-over-quarter from 10.01% in Q1 2026.
Amazon Com (AMZN) FCF Margin (2009 - 2026) Analysis & Trends
Amazon Com has disclosed FCF Margin across 18 years of filings, most recently posting 7.06% for Q2 2026.
- In Q2 2026, FCF Margin fell 469.0% year-over-year to 7.06%; the TTM figure through Jun 2026 stood at 4.32% (down 523.0% YoY), while the FY2025 annual figure was 1.07%, down 408.0% from the prior year.
- FCF Margin came in at 7.06% for Q2 2026 at Amazon Com, up from 10.01% in the prior quarter.
- In the past five years, FCF Margin ranged from a high of 4.03% in Q2 2024 to a low of 15.24% in Q1 2022.
- Average FCF Margin over 5 years is 4.02%, with a median of 3.76% recorded in 2025.
- Year-over-year, FCF Margin sank 798 bps in 2022 and soared 1023 bps in 2024.
- Over 5 years, FCF Margin stood at 8.08% in 2022, then surged by 113 bps to 1.07% in 2023, then soared by 212 bps to 3.35% in 2024, then tumbled by 143 bps to 1.44% in 2025, then tumbled by 391 bps to 7.06% in 2026.
- Per Business Quant data, the three most recent FCF Margin figures were 7.06% in Q2 2026, 10.01% in Q1 2026, and 1.44% in Q3 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | FCF Margin (Qtr) |
|---|---|---|---|---|---|
| 1 | Amazon Com | 2,735.76 Bn | 2,612.77 Bn | 198.88 Bn | -7.06% |
| 2 | JD.com | 32.66 Bn | 9.40 Bn | 16.50 Bn | 6.45% |
| 3 | Coupang | 25.61 Bn | 19.50 Bn | 2.49 Bn | 0.56% |
| 4 | Wayfair | 13.93 Bn | 12.79 Bn | 1.05 Bn | 9.49% |
| 5 | GigaCloud Technology | 3.80 Bn | 3.42 Bn | 105.56 Mn | 10.96% |
| 6 | Pattern | 3.04 Bn | 2.69 Bn | 384.36 Mn | 0.43% |
| 7 | Yunji | 1.88 Bn | 1.86 Bn | - | - |
| 8 | Revolve | 1.47 Bn | 1.13 Bn | 196.67 Mn | -3.18% |
| 9 | ATRenew | 632.36 Mn | 371.23 Mn | -705.59 Mn | - |
| 10 | Stitch Fix | 398.30 Mn | 211.49 Mn | 148.84 Mn | 1.92% |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -7.06% |
| Mar 31, 2026 | -10.01% |
| Sep 30, 2025 | -1.44% |
| Jun 30, 2025 | -2.37% |
| Mar 31, 2025 | -5.14% |
| Sep 30, 2024 | 3.35% |
| Jun 30, 2024 | 4.03% |
| Mar 31, 2024 | 2.84% |
| Sep 30, 2023 | 1.07% |
| Jun 30, 2023 | -1.68% |
| Mar 31, 2023 | -7.40% |
| Sep 30, 2022 | -8.08% |
| Jun 30, 2022 | -9.13% |
| Mar 31, 2022 | -15.24% |
| Sep 30, 2021 | -5.38% |
| Jun 30, 2021 | -4.26% |
| Mar 31, 2021 | -7.25% |
| Sep 30, 2020 | 3.96% |
| Jun 30, 2020 | 5.73% |
| Mar 31, 2020 | -4.94% |
Amazon Com FCF Margin 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=fcf-margin&ticker=AMZN&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "fcf-margin", "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=fcf-margin&ticker=AMZN&period=max&api_key=YOUR_API_KEY");
const data = await res.json();