Estimate property tax
calculate_property_taxAnnual and monthly property tax for a home, using a state's average effective rate. Also returns how that state ranks nationally and how its rate compares with the national average. For the mechanics behind the number — assessment basis, caps, exemptions, appeal deadlines — use get_state_mortgage_rules.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| state | Yes | Full US state name, for example "Texas". | |
| homePrice | Yes | Home value in US dollars. |