Unemployment Rate in Northeast Census Region
Unemployment Rate in the Northeast Census Region.
U.S. Bureau of Labor Statistics, Unemployment Rate in Northeast Census Region CNERURN, retrieved from FRED, Federal Reserve Bank of St. Louis; https://fred.stlouisfed.org/series/CNERURN, May 11, 2021.
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 \"ct-gov/unemployment-rate-in-northeast-census-region-epxf-giiy\".\"unemployment_rate_in_northeast_census_region\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.