GAAP Fund Numbers and Titles
This is the list of 4-digit GAAP Fund codes and corresponding GAAP Fund titles used to report fund activity on the Texas Comprehensive Annual Financial Report, according to Generally Accepted Accounting Principles (GAAP). GAAP Funds are for financial presentation; Appropriated Funds are used for budget and control.
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/gaap-fund-numbers-and-titles-529n-3tdy\".\"gaap_fund_numbers_and_titles\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.