San Mateo County and Other Bay Area Counties Annual Unemployment Rate (not seasonally adjusted)
San Mateo County and Other Bay Area Counties Annual Unemployment Rate (not seasonally adjusted) for years 2000-2019 Compared to Marin County, San Francisco County, Santa Clara County, and the State of California. Data is non-preliminary.
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/san-mateo-county-and-other-bay-area-counties-fdvq-pgsf\".\"san_mateo_county_and_other_bay_area_counties\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.