Axon Enterprise (AXON) Other Operating Expenses (2010 - 2024)
Axon Enterprise (AXON) posted Other Operating Expenses of -$7000.0 for Q4 2024, down 40.0% on a QoQ basis from -$5000.0 in Q4 2020.
Axon Enterprise (AXON) Other Operating Expenses (2010 - 2024) Analysis & Trends
Axon Enterprise has reported Other Operating Expenses for 8 years, with the latest figure at -$7000.0 in Q4 2024.
- On a quarterly basis, Other Operating Expenses changed N/A year-over-year to -$7000.0 in Q4 2024; TTM through Sep 2025 was -$7000.0, a N/A change from a year earlier, with the FY2024 full-year figure at -$7000.0, changed N/A from the prior year.
- Other Operating Expenses was -$7000.0 for Q4 2024 at Axon Enterprise, down from -$5000.0 in the prior quarter.
- The five-year high for Other Operating Expenses was -$5000.0 in Q4 2020, with the low at -$7000.0 in Q4 2024.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Palo Alto Networks | 320.54 Bn | 317.47 Bn | 2.30 Bn |
| 2 | CrowdStrike Holdings | 268.77 Bn | 263.80 Bn | 1.10 Bn |
| 3 | Fortinet | 131.12 Bn | 127.05 Bn | 1.64 Bn |
| 4 | Snowflake | 118.02 Bn | 115.67 Bn | 1.04 Bn |
| 5 | Datadog | 90.27 Bn | 85.29 Bn | 881.34 Mn |
| 6 | Axon Enterprise | 36.61 Bn | 35.93 Bn | 546.45 Mn |
| 7 | Zscaler | 34.97 Bn | 31.49 Bn | - |
| 8 | MongoDB | 34.51 Bn | 32.10 Bn | 569.77 Mn |
| 9 | Okta | 34.32 Bn | 32.02 Bn | 641.00 Mn |
| 10 | Baidu | 30.55 Bn | 8.15 Bn | 1.76 Mn |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2024 | -7,000.00 |
| Dec 31, 2020 | -5,000.00 |
| Dec 31, 2018 | -44,000.00 |
| Dec 31, 2017 | -27,000.00 |
| Mar 31, 2013 | 28,960.00 |
| Dec 31, 2012 | 2.04 Mn |
| Mar 31, 2012 | -2.20 Mn |
| Dec 31, 2011 | -6.10 Mn |
| Jun 30, 2011 | 3.30 Mn |
| Dec 31, 2010 | 10,118.00 |
| Sep 30, 2010 | -37,981.00 |
| Jun 30, 2010 | -22,510.00 |
Axon Enterprise Other Operating Expenses 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=other-operating-expenses&ticker=AXON&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-operating-expenses", "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=other-operating-expenses&ticker=AXON&period=max&api_key=YOUR_API_KEY");
const data = await res.json();