Electronic Cigarette Products Tax Revenue
Tax due on the sale of electronic cigarette products. A tax is imposed on the first sale or use in Connecticut of any electronic cigarette product at a rate of either (1) $0.40 per milliliter of the electronic cigarette liquid contained within an electronic cigarette product that is prefilled, sealed by the manufacturer and not intended to be refillable, or (2) 10% of the wholesale sales price of any other electronic cigarette product.
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/electronic-cigarette-products-tax-revenue-gn2v-ut6b\".\"electronic_cigarette_products_tax_revenue\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.