Canada federal + provincial income tax
ca_income_taxCalculate Canadian income tax and net take-home pay using 2026 rates. Includes federal and provincial/territorial taxes, CPP/QPP, EI/QPIP. Supports RRSP deduction and side-by-side province comparison.
Instructions
Computes Canadian federal + provincial/territorial income tax, CPP/QPP (+ CPP2/QPP2), EI/QPIP, and net take-home pay for a given province, 2026 rates. Example: { grossIncome: 75000, provinceCode: "ON" }. Set compareAllProvinces: true to get every province/territory side by side. Estimate for guidance — 2026 rates from official sources (IRS/Tax Foundation/CRA/ATO/state revenue offices/HMRC).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| grossIncome | Yes | Annual employment income in CAD. | |
| provinceCode | Yes | Two-letter province/territory code. Valid codes: AB, BC, MB, NB, NL, NS, NT, NU, ON, PE, QC, SK, YT. | |
| rrspContribution | No | Annual RRSP contribution in CAD (deducted from taxable income). | |
| compareAllProvinces | No | If true, also return the same calculation for every province/territory (ignores provinceCode for the comparison table, but a single result for provinceCode is still returned as "result"). |