PEI 5.1 Expenditures FY16 - 2023
Each fiscal year represents PROJECTED expenditures. Prior fiscal year projections are NOT updated.
Data addresses Texas Family Code Section 264.017. Subsection (c). Regional or County level expenditures for PEI programs are not available.
In FY2020, the STAR program was renamed to the Family and Youth Success Program (FAYS), the CBCAP program was renamed to the Fatherhood Effects (FE) Program.
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/pei-51-expenditures-fy16-2023-x3ti-x2ph\".\"pei_51_expenditures_fy16_2023\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.