Quarterly Sales Tax Historical Data
The data include gross sales, amount of sales and purchase subject to state sales and use tax, and the number of reporting outlets by quarter. This information is derived from sales tax returns submitted by taxpayers. The data are available in industry categories by city, county or metropolitan statistical areas.
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 \"texas-gov/quarterly-sales-tax-historical-data-7z4d-yf2c\".\"quarterly_sales_tax_historical_data\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.