ct-gov/connecticut-sales-and-use-tax-data-m4cj-9rss
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated 1 year ago
Indexed 11 months ago

Connecticut Sales and Use Tax Data

The Sales and Use Tax is a state-imposed tax on various transactions, including the sale, rental, or lease of goods, sale of taxable services, and operation of lodging establishments within Connecticut. Individuals and businesses engaging in these activities are required to register with the Department of Revenue Services (DRS) and obtain a Sales and Use Tax Permit. Tax rates vary depending on the type of transaction, with special rates applying to certain sales, such as meals, luxury items, and other specific goods. Businesses are required to electronically file Form OS-114 to report all sales activity, regardless of whether taxes are due.

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/connecticut-sales-and-use-tax-data-m4cj-9rss\".\"connecticut_sales_and_use_tax_data\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • connecticut_sales_and_use_tax_data
     
     
     
     
     
Upstream Metadata