Assessor Estimated Market Value Totals by Jurisdiction 2021-2022
Percent changes in Aggregate Estimated Market Values by Tax Classification from 2021 to 2022.
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 \"ramseycounty-us/assessor-estimated-market-value-totals-by-pzaa-7vr3\".\"assessor_estimated_market_value_totals_by\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.