surveillance_spending
Data license: CC BY 4.0 · Data source: MyTown
6 rows where state = "NH" and vendor = "Axon" sorted by amount descending
This data as json, CSV (advanced)
Suggested facets: city, product, spend_date (date)
| Link | rowid | vendor | city | state | spend_date | product | amount ▲ | quote | source_document | mytown_record | ledger | amount_type | dup_rank | geo_suspect | anomaly | state_norm |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 544 | 544 | Axon | Laconia | NH | 2023-06-05 | other | 200000.0 | This provided the department the funds to acquire axon virtual reality training equipment. | https://www.laconianh.gov/AgendaCenter/ViewFile/Minutes/_06052023-2077 | https://mytown.theboringparts.com/city/laconianh.gov/2023/#m1126310 | axon | stated | 1 | 0 | 0 | NH |
| 615 | 615 | Axon | Laconia | NH | 2025-01-27 | Evidence.com | 150000.0 | The cost is $150,000/yr for the software. | https://www.laconianh.gov/AgendaCenter/ViewFile/Minutes/_01272025-2628 | https://mytown.theboringparts.com/city/laconianh.gov/2025/#m1126435 | axon | stated | 1 | 0 | 0 | NH |
| 756 | 756 | Axon | Hampstead | NH | 2024-12-23 | Tasers | 99990.0 | at a cost of $99,990 and using the CIP funds for it. The Selectmen did approve the purchase at a previous meeting. He noted that Axon is the company they use for the tasers they currently have and that they are proprietary to the their tasers. | https://www.hampsteadnh.us/AgendaCenter/ViewFile/Minutes/_12232024-69 | https://mytown.theboringparts.com/city/hampsteadnh.us/#m1456110 | axon | stated | 1 | 0 | 0 | NH |
| 1141 | 1141 | Axon | Gilmanton | NH | 2025-12-15 | Tasers | 24991.2 | PO – Police Department – Axon Enterprise, Inc., $24,991.20, Taser 7 Bundles (T7 handle, battery, holster, dock, ecom license, target & frame, cartridges). | https://www.gilmantonnh.org/AgendaCenter/ViewFile/Minutes/_12152025-36 | https://mytown.theboringparts.com/city/gilmantonnh.org/2025/#m1256086 | axon | stated | 1 | 0 | 0 | NH |
| 1174 | 1174 | Axon | Deering | NH | 2025-01-07 | body cameras | 21362.24 | The Board briefly discussed the invoice from Axon which covers 5 years for the Police body cameras and totals $21,362.24. | https://www.deering.nh.us/AgendaCenter/ViewFile/Minutes/_01072025-204 | https://mytown.theboringparts.com/city/deering.nh.us/2025/#m1345614 | axon | stated | 1 | 0 | 0 | NH |
| 1235 | 1235 | Axon | Laconia | NH | 2024-03-06 | Tasers | 14000.0 | We will be transitioning to the new taser version and undergoing instructor training by AXON this month and then the department will be trained on the conversion. | https://www.laconianh.gov/AgendaCenter/ViewFile/Minutes/_03062024-2326 | https://mytown.theboringparts.com/city/laconianh.gov/2024/#m1126733 | axon | stated | 1 | 0 | 0 | NH |
Advanced export
JSON shape: default, array, newline-delimited
CREATE TABLE surveillance_spending ( vendor TEXT, city TEXT, state TEXT, spend_date TEXT, product TEXT, amount REAL, quote TEXT, source_document TEXT, mytown_record TEXT, ledger TEXT, amount_type TEXT, dup_rank INTEGER, geo_suspect INTEGER, anomaly INTEGER, state_norm TEXT); CREATE INDEX ix_surv_vendor ON surveillance_spending(vendor); CREATE INDEX ix_surv_state ON surveillance_spending(state); CREATE INDEX ix_surv_amount ON surveillance_spending(amount); CREATE INDEX ix_surv_ledger ON surveillance_spending(ledger);