Axon Enterprise (AXON) Change in Cash (2010 - 2026)
Axon Enterprise (AXON) posted Change in Cash of $138.5 million for Q2 2026, up 118.66% on a QoQ basis from -$742.2 million in Q1 2026, and up 129.01% year-over-year from $60.5 million in Q2 2025.
Axon Enterprise (AXON) Change in Cash (2010 - 2026) Analysis & Trends
Axon Enterprise has reported Change in Cash for 17 years, with the latest figure at $138.5 million in Q2 2026.
- On a quarterly basis, Change in Cash rose 129.01% year-over-year to $138.5 million in Q2 2026; TTM through Jun 2026 was -$17.8 million, a 130.31% decrease from a year earlier, with the FY2025 full-year figure at $746.6 million, up 657.57% from the prior year.
- Change in Cash was $138.5 million for Q2 2026 at Axon Enterprise, up from -$742.2 million in the prior quarter.
- The five-year high for Change in Cash was $808.7 million in Q3 2025, with the low at -$742.2 million in Q1 2026.
- Average Change in Cash over 5 years is $14.1 million, with a median of -$16.6 million recorded in 2022.
- The largest YoY upside for Change in Cash was 5252.98% in 2022 against a maximum downside of 526.06% in 2022.
- Over 5 years, Change in Cash stood at $206.1 million in 2022, then dropped by 6.53% to $192.7 million in 2023, then plunged by 219.74% to -$230.7 million in 2024, then advanced by 3.44% to -$222.7 million in 2025, then surged by 162.16% to $138.5 million in 2026.
- The last three Change in Cash figures came in at $138.5 million (Q2 2026), -$742.2 million (Q1 2026), and -$222.7 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change in Cash (Qtr) |
|---|---|---|---|---|---|
| 1 | Palo Alto Networks | 320.54 Bn | 317.47 Bn | 2.30 Bn | 149.00 Mn |
| 2 | CrowdStrike Holdings | 268.77 Bn | 263.80 Bn | 1.10 Bn | 460.94 Mn |
| 3 | Fortinet | 131.12 Bn | 127.05 Bn | 1.64 Bn | 711.10 Mn |
| 4 | Snowflake | 118.02 Bn | 115.67 Bn | 1.04 Bn | -376.99 Mn |
| 5 | Datadog | 90.27 Bn | 85.29 Bn | 881.34 Mn | 8.60 Mn |
| 6 | Axon Enterprise | 36.61 Bn | 35.93 Bn | 546.45 Mn | 138.47 Mn |
| 7 | Zscaler | 34.97 Bn | 31.49 Bn | - | - |
| 8 | MongoDB | 34.51 Bn | 32.10 Bn | 569.77 Mn | -33.95 Mn |
| 9 | Okta | 34.32 Bn | 32.02 Bn | 641.00 Mn | 1.00 Mn |
| 10 | Baidu | 30.55 Bn | 8.15 Bn | 1.76 Mn | -860.00 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 138.47 Mn |
| Mar 31, 2026 | -742.24 Mn |
| Dec 31, 2025 | -222.75 Mn |
| Sep 30, 2025 | 808.68 Mn |
| Jun 30, 2025 | -477.30 Mn |
| Mar 31, 2025 | 638.00 Mn |
| Dec 31, 2024 | -230.69 Mn |
| Sep 30, 2024 | 128.84 Mn |
| Jun 30, 2024 | 162.61 Mn |
| Mar 31, 2024 | -194.67 Mn |
| Dec 31, 2023 | 192.66 Mn |
| Sep 30, 2023 | -68.19 Mn |
| Jun 30, 2023 | 210.88 Mn |
| Mar 31, 2023 | -90.23 Mn |
| Dec 31, 2022 | 206.12 Mn |
| Sep 30, 2022 | -65.26 Mn |
| Jun 30, 2022 | -173.75 Mn |
| Mar 31, 2022 | 32.00 Mn |
| Dec 31, 2021 | 74.64 Mn |
| Sep 30, 2021 | 15.32 Mn |
Axon Enterprise Change in Cash 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=change-in-cash&ticker=AXON&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-cash", "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=change-in-cash&ticker=AXON&period=max&api_key=YOUR_API_KEY");
const data = await res.json();