Business Licenses
This dataset includes all new business licenses issued by the Commissioner of the Revenue and opened from January 1, 2019 to present. Please note that this does not include business licenses opened prior to 2019, business license renewals, or indicate if a business is no longer in operation. This dataset will be updated on weekdays.
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 \"norfolk-gov/business-licenses-dpi6-sct5\".\"business_licenses\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.