Unclaimed Money
This is a list of unclaimed checks issued by Ramsey County. An unclaimed check, for the purposes of this dataset, is a check which has not been cashed or deposited by the payee within six months of being issued. If you are the payee and your check has been lost or destroyed please fill out this form (https://bit.ly/3i4PinM) and follow the included instructions to obtain a replacement check. If you have the check and need additional information prior to deposit, please e-mail askba@ramseycounty.us.
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/unclaimed-money-ea8s-irrm\".\"unclaimed_money\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.