Applied Materials (AMAT) Cash & Equivalents Growth (1y) (2010 - 2026)
Analysis
Applied Materials (AMAT) Cash & Equivalents Growth (1y) (2010 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash & Equiv. Growth (1y) (Qtr) |
|---|---|---|---|---|---|
| 1 | Nvidia | 5,434.79 Bn | 5,369.56 Bn | 72.14 Bn | 92.83% |
| 2 | Taiwan Semiconductor Manufacturing | 2,317.02 Bn | 2,212.96 Bn | 27.22 Bn | 29.20% |
| 3 | Broadcom | 1,694.72 Bn | 1,670.75 Bn | 20.46 Bn | 123.69% |
| 4 | Micron Technology | 1,210.15 Bn | 1,184.13 Bn | 35.06 Bn | 145.94% |
| 5 | Advanced Micro Devices | 1,003.04 Bn | 989.93 Bn | 6.20 Bn | 14.50% |
| 6 | Asml Holding | 672.40 Bn | 656.42 Bn | 5.90 Bn | 13.95% |
| 7 | Intel | 618.27 Bn | 604.15 Bn | 6.51 Bn | 33.51% |
| 8 | Lam Research | 384.49 Bn | 378.91 Bn | 3.48 Bn | -12.70% |
| 9 | Applied Materials | 376.47 Bn | 367.23 Bn | 4.59 Bn | 30.70% |
| 10 | Arm Holdings | 352.85 Bn | 348.96 Bn | 1.25 Bn | 56.34% |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jul 26, 2026 | 30.70% |
| Apr 26, 2026 | 2.14% |
| Jan 25, 2026 | 15.23% |
| Oct 26, 2025 | -9.74% |
| Jul 27, 2025 | -35.04% |
| Apr 27, 2025 | -12.93% |
| Jan 26, 2025 | -8.61% |
| Oct 27, 2024 | 30.82% |
| Jul 28, 2024 | 37.56% |
| Apr 28, 2024 | 54.42% |
| Jan 28, 2024 | 93.23% |
| Oct 29, 2023 | 207.37% |
| Jul 30, 2023 | 103.82% |
| Apr 30, 2023 | 37.74% |
| Jan 29, 2023 | -32.62% |
| Oct 30, 2022 | -60.06% |
| Jul 31, 2022 | -51.27% |
| May 1, 2022 | -47.17% |
| Jan 30, 2022 | -15.27% |
| Oct 31, 2021 | -6.65% |
API Access
Applied Materials Cash & Equivalents Growth (1y) 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-and-equivalents-growth-1y&ticker=AMAT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-and-equivalents-growth-1y", "ticker": "AMAT", "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-and-equivalents-growth-1y&ticker=AMAT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();