Amazon Com (AMZN) Cash from Investing Activities (2009 - 2026)
Amazon Com's (AMZN) quarterly Cash from Investing Activities came in at -$143.5 billion in Q2 2026, down 107.23% year-over-year from $1985.0 billion in Q2 2025, and down 123.41% quarter-over-quarter from -$64.2 billion in Q1 2026.
Amazon Com (AMZN) Cash from Investing Activities (2009 - 2026) Analysis & Trends
Amazon Com has disclosed Cash from Investing Activities across 18 years of filings, most recently posting -$143.5 billion for Q2 2026.
- In Q2 2026, Cash from Investing Activities fell 107.23% year-over-year to -$143.5 billion; the TTM figure through Jun 2026 stood at -$372.2 billion (down 89.96% YoY), while the FY2026 annual figure was -$216.8 billion, down 75.43% from the prior year.
- Cash from Investing Activities came in at -$143.5 billion for Q2 2026 at Amazon Com, down from -$64.2 billion in the prior quarter.
- In the past five years, Cash from Investing Activities ranged from a high of $906.0 million in Q1 2022 to a low of -$143.5 billion in Q2 2026.
- Average Cash from Investing Activities over 5 years is -$45.2 billion, with a median of -$33.5 billion recorded in 2023.
- Year-over-year, Cash from Investing Activities soared 110.45% in 2022 and sank 1844.59% in 2023.
- Over 5 years, Cash from Investing Activities stood at -$26.8 billion in 2022, then plunged by 39.03% to -$37.2 billion in 2023, then plunged by 52.82% to -$56.9 billion in 2024, then plunged by 67.49% to -$95.3 billion in 2025, then tumbled by 50.53% to -$143.5 billion in 2026.
- Per Business Quant data, the three most recent Cash from Investing Activities figures were -$143.5 billion in Q2 2026, -$64.2 billion in Q1 2026, and -$95.3 billion in Q3 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Investing Activities (Qtr) |
|---|---|---|---|---|---|
| 1 | Amazon Com | 2,735.76 Bn | 2,612.77 Bn | 198.88 Bn | -143.46 Bn |
| 2 | JD.com | 32.66 Bn | 9.40 Bn | 16.50 Bn | -8.46 Bn |
| 3 | Coupang | 25.61 Bn | 19.50 Bn | 2.49 Bn | -326.00 Mn |
| 4 | Wayfair | 13.93 Bn | 12.79 Bn | 1.05 Bn | -79.00 Mn |
| 5 | GigaCloud Technology | 3.80 Bn | 3.42 Bn | 105.56 Mn | -14.19 Mn |
| 6 | Pattern | 3.04 Bn | 2.69 Bn | 384.36 Mn | -10.93 Mn |
| 7 | Yunji | 1.88 Bn | 1.86 Bn | - | - |
| 8 | Revolve | 1.47 Bn | 1.13 Bn | 196.67 Mn | -6.29 Mn |
| 9 | ATRenew | 632.36 Mn | 371.23 Mn | -705.59 Mn | - |
| 10 | Stitch Fix | 398.30 Mn | 211.49 Mn | 148.84 Mn | -25.59 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -143.46 Bn |
| Mar 31, 2026 | -64.21 Bn |
| Sep 30, 2025 | -95.30 Bn |
| Jun 30, 2025 | -69.23 Bn |
| Mar 31, 2025 | -29.80 Bn |
| Sep 30, 2024 | -56.90 Bn |
| Jun 30, 2024 | -40.00 Bn |
| Mar 31, 2024 | -17.86 Bn |
| Sep 30, 2023 | -37.23 Bn |
| Jun 30, 2023 | -25.48 Bn |
| Mar 31, 2023 | -15.81 Bn |
| Sep 30, 2022 | -26.78 Bn |
| Jun 30, 2022 | -12.08 Bn |
| Mar 31, 2022 | 906.00 Mn |
| Sep 30, 2021 | -45.57 Bn |
| Jun 30, 2021 | -30.75 Bn |
| Mar 31, 2021 | -8.67 Bn |
| Sep 30, 2020 | -42.57 Bn |
| Jun 30, 2020 | -26.70 Bn |
| Mar 31, 2020 | -8.89 Bn |
Amazon Com Cash from Investing 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-investing-activities&ticker=AMZN&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-investing-activities", "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=cash-from-investing-activities&ticker=AMZN&period=max&api_key=YOUR_API_KEY");
const data = await res.json();