surveillance_spending
Data license: CC BY 4.0 · Data source: MyTown
1 row where ledger = "flock" and vendor = "Flock Group Inc d/b/a Flock Safety" 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 1489 | 1489 | Flock Group Inc d/b/a Flock Safety | Hollywood | FL | 2026-06-17 | authorize negotiation and execution of agreements for camera equipment and software services | 555000.0 | A Resolution Of The City Commission Of The City Of Hollywood, Florida, Authorizing The Appropriate City Officials To Negotiate And Execute All Applicable Agreements And Documents With Flock Group Inc D /B/A Flock Safety For Camera Equipment And Software Services In An Annual Amount Up To $ 555,000.00 For Five Years In Accordance With Section 38.41(C)(11)(A) Of The Procurement Code. | https://legistar.granicus.com/hollywoodfl/meetings/2026/6/2733_A_Regular_City_Commission_Meeting_26-06-17_Meeting_Agenda.pdf | https://mytown.theboringparts.com/city/hollywoodfl/#m5618 | flock | ceiling | 1 | 0 | 0 | FL |
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);