Vendors Receiving Payments of $30,000 or More: FY 2010 - FY 2022
This dataset includes all vendors who received one or more payments of $30,000 or more from Howard County, via the payment methods of Purchase Orders or Parked Documents, during the course of a fiscal year. Includes data from FY10 through FY22 and will be updated annually.
Querying over HTTP
Splitgraph serves as an HTTP API that lets you run SQL queries directly on
this data to power Web applications. For example:
curl https://data.splitgraph.com/sql/query/ddn \
-H "Content-Type: application/json" \
-d@-<<EOF
{"sql": "
SELECT *
FROM \"opendata-howardcountymd-gov/vendors-receiving-payments-of-30000-or-more-fy-mesh-jggc\".\"vendors_receiving_payments_of_30000_or_more_fy\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.