Texas State Expenditures by County - 2021
Texas State Expenditures by County shows where state dollars are spent. It lists state expenditures by agency and type of expenditure in each county. This report was created using information from the state's Uniform Statewide Accounting System. It reflects net expenditures of funds from accounts held in the State Treasury during the state's fiscal year 2021, Sept. 1 through Aug. 31.
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/texas-state-expenditures-by-county-2021-tup7-smjg\".\"texas_state_expenditures_by_county_2021\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.