Current Year Property Assessments (Parcel)
The assessed values of residential, non-residential and farm land properties in Calgary. The properties in this dataset consist of Calgary lands that have a registered parcel at Alberta’s Land Titles Office. Properties that are on The City of Calgary’s annual property assessment rolls, but excluded from this dataset, are titled parking stalls, titled storage units, machinery & equipment property, and linear property (as defined in the Municipal Government Act). Year of construction available starting in ROLL_YEAR = 2020. *You may see leading 0's removed in downloaded files. Please see attachment <a href="https://data.calgary.ca/api/views/4bsw-nn7w/files/31f7c82b-3e65-4afe-bbf3-7726a3ca4d27?download=true&filename=How%20To%20Keep%20Leading%20Zeros.docx">How to keep leading zeros</a> for more information.
For detailed property assessment information, visit <a href="https://assessmentsearch.calgary.ca">Assessment Search</a>
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 \"calgary-ca/current-year-property-assessments-parcel-4bsw-nn7w\".\"current_year_property_assessments_parcel\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.