Cigarette Tax Stamp Sales: Beginning 1999
Monthly cigarette excise tax stamp sales by the Department of Taxation and Finance to New York State licensed agents.
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 \"ny-gov/cigarette-tax-stamp-sales-beginning-1999-67p4-7xtu\".\"cigarette_tax_stamp_sales_beginning_1999\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.