Single Local Use Tax Rates Comparison Summary
Sales tax allocation comparison summary reports present data on monthly sales and use tax payments to local jurisdictions. These payments represent funds identified for local jurisdictions since the previous month’s distribution. When used with other local indicators, these reports may help indicate present and future economic trends. This table contains data for the amount of tax generated from the single local tax rate paid by Remote Sellers distributed to cities, counties, Special-Purpose Districts (SPDs), Transit districts (MTAs, ATDs, and CTDs).
See https://comptroller.texas.gov/about/policies/privacy.php for more information on our agency’s privacy and security policies.
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/single-local-use-tax-rates-comparison-summary-5yx2-afcg\".\"single_local_use_tax_rates_comparison_summary\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.