Axon Enterprise (AXON) Cash & Equivalents (QoQ) (2010 - 2026)
Analysis
Axon Enterprise (AXON) Cash & Equivalents (QoQ) (2010 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Palo Alto Networks | 305.27 Bn | 302.20 Bn | 2.30 Bn |
| 2 | CrowdStrike Holdings | 256.05 Bn | 251.07 Bn | 1.10 Bn |
| 3 | Fortinet | 127.84 Bn | 123.77 Bn | 1.64 Bn |
| 4 | Snowflake | 118.56 Bn | 116.21 Bn | 1.04 Bn |
| 5 | Datadog | 88.83 Bn | 83.85 Bn | 881.34 Mn |
| 6 | Axon Enterprise | 37.31 Bn | 36.64 Bn | 546.45 Mn |
| 7 | MongoDB | 34.45 Bn | 32.04 Bn | 569.77 Mn |
| 8 | Zscaler | 34.27 Bn | 30.80 Bn | - |
| 9 | Okta | 32.86 Bn | 30.56 Bn | 641.00 Mn |
| 10 | F5 | 25.76 Bn | 24.16 Bn | 711.51 Mn |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 30.24% |
| Mar 31, 2026 | -61.79% |
| Dec 31, 2025 | -15.64% |
| Sep 30, 2025 | 131.34% |
| Jun 30, 2025 | -43.68% |
| Mar 31, 2025 | 140.29% |
| Dec 31, 2024 | -34.57% |
| Sep 30, 2024 | 22.72% |
| Jun 30, 2024 | 40.26% |
| Mar 31, 2024 | -32.52% |
| Dec 31, 2023 | 47.41% |
| Sep 30, 2023 | -14.37% |
| Jun 30, 2023 | 80.02% |
| Mar 31, 2023 | -25.52% |
| Dec 31, 2022 | 139.44% |
| Sep 30, 2022 | -30.59% |
| Jun 30, 2022 | -44.92% |
| Mar 31, 2022 | 8.43% |
| Dec 31, 2021 | 26.50% |
| Sep 30, 2021 | 5.75% |
API Access
Axon Enterprise Cash & Equivalents (QoQ) 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-qoq&ticker=AXON&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-and-equivalents-qoq", "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-and-equivalents-qoq&ticker=AXON&period=max&api_key=YOUR_API_KEY");
const data = await res.json();