Taxable Sales and Purchases of Motor Fuel and Highway Diesel Fuel Quarterly Data: Beginning Sales Tax Year 2013‐2014
Reported taxable sales and purchases of motor fuel and highway diesel fuel subject to the State sales tax, the Metropolitan Commuter Transportation District sales tax, each county’s sales tax, and the New York City sales tax.
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/taxable-sales-and-purchases-of-motor-fuel-and-hgxa-ib84\".\"taxable_sales_and_purchases_of_motor_fuel_and\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.