Municipal HOT Receipts 2023
In the early 1970s, the Texas Legislature authorized certain local governments to begin collecting a hotel occupancy tax (HOT). Almost two decades later, the Legislature offered hotel occupancy taxing authority as one of several revenue options to support sports and community venues. The tax may be levied by a city, county or a partnership between the two.
Throughout the years, the Texas Legislature has passed laws that increased local government transparency while also allowing the public to better understand the state’s patchwork of municipal and county HOTs. During the 88th Legislative Session, House Bill 3727 and Senate Bill 1420 were passed to require municipalities and counties to report the amount and percentage of HOT revenue allocated by the local government.
While the Comptroller’s office is not required to post submitted local HOT information on its website, this office nonetheless intends to make available all municipal and county data provided to it during the reporting period. The data will be available shortly after the reporting period closes.
Questions about the spreadsheet can be sent to the Transparency and Local Government Teams at 844-519-5676 or sent to Transparency@cpa.texas.gov.
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/municipal-hot-receipts-2023-qik7-ypfg\".\"municipal_hot_receipts_2023\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.