Sales and Use Tax by NAICS and Municipality, 2013-2019
Sales and Use Tax data from Form OS-114 returns.
This dataset is no longer being updated and has been replaced by a new dataset: <a href="https://data.ct.gov/Tax-and-Revenue/Connecticut-Sales-and-Use-Tax-Data/m4cj-9rss/about_data">Connecticut Sales and Use Tax Data<a>.
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 \"ct-gov/sales-and-use-tax-by-naics-and-municipality-stsy-gqge\".\"sales_and_use_tax_by_naics_and_municipality\"
LIMIT 100
"}
EOF
See the [Splitgraph documentation](https://www.splitgraph.com/docs/query/ddn-http)
for more information.