Key Economic Indicators
An economic indicator is a statistic about an economic activity, and they allow analysis of economic performance and predictions of current and future economic performance. The TX Comptroller’s Key Economic Indicators includes such measures for TX & the US employment and unemployment, consumer confidence, price inflation, housing data, etc.
See https://comptroller.texas.gov/about/policies/privacy.php for more information on our agency’s privacy and security policies.
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/key-economic-indicators-karz-jr5v\".\"key_economic_indicators\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.