novascotia-ca/municipal-property-tax-rates-ure8-3w7m
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated over 1 year ago
Indexed 12 months ago

Municipal Property Tax Rates

The dataset is a list of property tax rates that are applicable in each municipality in the Province. These rates are applied to property assessment (based on market value) which can change from year to year. The convention is to express the tax rate as per $100 of assessment e.g., Amherst's residential rate is $1.63 per $100 of assessment.

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 \"novascotia-ca/municipal-property-tax-rates-ure8-3w7m\".\"municipal_property_tax_rates\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • municipal_property_tax_rates
     
     
     
     
     
Upstream Metadata