Individuals Below 150% Federal Poverty By Zip Code
Individuals below 150% FPL by Zip Code, data from 2008-2012 American Community Survey 5 -Year Estimates, US Census. NOTE: Data is by zip code. Zip code 94303 has parts in both San Mateo County and Santa Clara County. This data contains information on all residents of each zip code, so for 94303 this includes residents of both San Mateo and Santa Clara Counties.
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 \"performance-smcgov/individuals-below-150-federal-poverty-by-zip-code-ewm8-juzf\".\"individuals_below_150_federal_poverty_by_zip_code\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.