surveillance_spending
Data license: CC BY 4.0 · Data source: MyTown
2 rows where ledger = "flock", state = "WI" and vendor = "Flock Group, Inc" sorted by amount descending
This data as json, CSV (advanced)
Suggested facets: 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2350 | 2350 | Flock Group, Inc | Oshkosh | WI | 2026-03-31 | renew | 163500.0 | Approve Two-year Renewal of Flock Group, Inc Service Agreement for License Plate Reader Technology ($163,500) | https://public.destinyhosted.com/agenda_publish.cfm?id=67456&mt=ALL&get_month=3&get_year=2026&dsp=min&seq=169 | https://mytown.theboringparts.com/city/aq-67456/#m6748603 | flock | stated | 1 | 1 | 0 | WI |
| 1929 | 1929 | Flock Group, Inc | Antigo | WI | 2024-03-13 | purchase | 7726.0 | INV-32991 Flock Safety Falcon License Plate Readers 7,726.03 | https://antigowi.api.civicclerk.com/v1/Meetings/GetMeetingFileStream(fileId=382,plainText=false) | https://mytown.theboringparts.com/city/antigowi/2024/#m781005 | flock | stated | 1 | 0 | 0 | WI |
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);