US property tax
us_property_taxEstimate US property tax by entering a home value and optional state code for 2026 effective rates, or a custom percentage. Supports homestead exemptions and assessment ratios for accurate guidance.
Instructions
Estimates annual/monthly US property tax from a home value and either a custom rate or a state's real 2026 effective property tax rate. Example: { homeValue: 350000, stateCode: "NJ" }. Estimate for guidance — 2026 rates from official sources (IRS/Tax Foundation/CRA/ATO/state revenue offices/HMRC).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ratePct | No | Optional custom effective property tax rate (%). Overrides the state's rate if both are given. | |
| exemption | No | Homestead exemption amount in USD, subtracted from the assessed value. | |
| homeValue | Yes | Market value of the home in USD. | |
| stateCode | No | Optional two-letter state code. When provided (and ratePct is not), the state's real 2026 effective property tax rate is used automatically. | |
| assessmentRatioPct | No | Percent of market value actually assessed (default 100; some states assess less than market value). |