Tuition Assistance Program (TAP) Recipients & Dollars by Income, Age Group and Program Information: Beginning 2000
The Tuition Assistance Program (TAP), New York's largest student financial aid grant program, helps eligible New York residents attending in-state post-secondary institutions pay for tuition. TAP grants are based on the applicant’s and his or her family’s New York State taxable income. This data includes TAP award recipients and dollar amounts by income, age group, and more beginning with academic year 2000
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 \"ny-gov/tuition-assistance-program-tap-recipients-dollars-2t78-bs45\".\"tuition_assistance_program_tap_recipients_dollars\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.