Axon Enterprise (AXON) Cash from Investing Activities (2010 - 2026)
Axon Enterprise (AXON) posted Cash from Investing Activities of $151.2 million for Q2 2026, up 124.5% on a QoQ basis from -$616.9 million in Q1 2026, and up 139.11% year-over-year from $63.2 million in Q2 2025.
Axon Enterprise (AXON) Cash from Investing Activities (2010 - 2026) Analysis & Trends
Axon Enterprise has reported Cash from Investing Activities for 17 years, with the latest figure at $151.2 million in Q2 2026.
- On a quarterly basis, Cash from Investing Activities rose 139.11% year-over-year to $151.2 million in Q2 2026; TTM through Jun 2026 was -$101.9 million, a 93.15% increase from a year earlier, with the FY2025 full-year figure at -$724.9 million, down 47.77% from the prior year.
- Cash from Investing Activities was $151.2 million for Q2 2026 at Axon Enterprise, up from -$616.9 million in the prior quarter.
- The five-year high for Cash from Investing Activities was $590.3 million in Q3 2025, with the low at -$702.2 million in Q1 2025.
- Average Cash from Investing Activities over 5 years is -$138.9 million, with a median of -$112.6 million recorded in 2022.
- The sharpest annual moves came in 2024 and 2025: Cash from Investing Activities tumbled 930.76% in 2024, then soared 1270.43% in 2025.
- Over 5 years, Cash from Investing Activities stood at -$529.0 million in 2022, then surged by 110.05% to $53.2 million in 2023, then sank by 930.76% to -$441.7 million in 2024, then jumped by 48.74% to -$226.4 million in 2025, then surged by 166.76% to $151.2 million in 2026.
- The last three Cash from Investing Activities figures came in at $151.2 million (Q2 2026), -$616.9 million (Q1 2026), and -$226.4 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Investing (Qtr) |
|---|---|---|---|---|---|
| 1 | Palo Alto Networks | 320.54 Bn | 317.47 Bn | 2.30 Bn | -1.01 Bn |
| 2 | CrowdStrike Holdings | 268.77 Bn | 263.80 Bn | 1.10 Bn | -151.55 Mn |
| 3 | Fortinet | 131.12 Bn | 127.05 Bn | 1.64 Bn | -184.60 Mn |
| 4 | Snowflake | 118.02 Bn | 115.67 Bn | 1.04 Bn | -349.44 Mn |
| 5 | Datadog | 90.27 Bn | 85.29 Bn | 881.34 Mn | -349.88 Mn |
| 6 | Axon Enterprise | 36.61 Bn | 35.93 Bn | 546.45 Mn | 151.18 Mn |
| 7 | Zscaler | 34.97 Bn | 31.49 Bn | - | - |
| 8 | MongoDB | 34.51 Bn | 32.10 Bn | 569.77 Mn | -36.71 Mn |
| 9 | Okta | 34.32 Bn | 32.02 Bn | 641.00 Mn | 271.00 Mn |
| 10 | Baidu | 30.55 Bn | 8.15 Bn | 1.76 Mn | -3.90 Bn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 151.18 Mn |
| Mar 31, 2026 | -616.94 Mn |
| Dec 31, 2025 | -226.44 Mn |
| Sep 30, 2025 | 590.26 Mn |
| Jun 30, 2025 | -386.53 Mn |
| Mar 31, 2025 | -702.22 Mn |
| Dec 31, 2024 | -441.74 Mn |
| Sep 30, 2024 | 43.07 Mn |
| Jun 30, 2024 | 82.14 Mn |
| Mar 31, 2024 | -174.04 Mn |
| Dec 31, 2023 | 53.17 Mn |
| Sep 30, 2023 | -121.95 Mn |
| Jun 30, 2023 | 153.93 Mn |
| Mar 31, 2023 | -72.67 Mn |
| Dec 31, 2022 | -528.97 Mn |
| Sep 30, 2022 | -103.22 Mn |
| Jun 30, 2022 | -188.44 Mn |
| Mar 31, 2022 | -10.35 Mn |
| Dec 31, 2021 | 159.14 Mn |
| Sep 30, 2021 | 66.97 Mn |
Axon Enterprise 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=AXON&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-investing-activities", "ticker": "AXON", "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=AXON&period=max&api_key=YOUR_API_KEY");
const data = await res.json();