{"slug":"income-tax-canada","name":"Canada Income Tax Calculator (2026)","category":"fortune","tags":["earning","tax","planning"],"tagline":"2026 Canada income tax: tax owed, effective rate, marginal rate, and take-home pay.","endpoint":"https://xearno.tools/api/v1/tools/income-tax-canada","page":"https://xearno.tools/t/income-tax-canada","description":"Computes Canada personal income tax for 2026 using the official progressive brackets, and explains the number the way it actually works: your marginal rate versus your effective rate, how far you are from the next bracket, and exactly what this model excludes.","inputSchema":{"type":"object","properties":{"annualIncome":{"description":"Annual income (CAD)","type":"number","minimum":0,"default":60000},"deduction":{"description":"Deductions (CAD) Prefilled with the standard deduction/allowance.","type":"number","minimum":0,"default":16129}},"required":[],"additionalProperties":false},"methodology":["Cumulative progressive calculation: each slice of taxable income is taxed at its bracket's rate — 14% up to 57,375, 20.5% up to 114,750, 26% up to 177,882, … up to 33% at the top. Taxable income = annual income − deductions.","Basis: Federal only; 2026 first-bracket rate 14% (Bill C-4), BPA $16,129. Bracket tables are updated when the jurisdiction publishes new rates; the tax year is stated in the tool name so you never mistake stale rates for current ones.","Scope: personal income tax only. Excluded: provincial/territorial tax (a large share — often 30-50% on top) and CPP/EI contributions. Real filings involve credits, reliefs, and personal circumstances this calculator deliberately does not guess at."],"usage":"POST https://xearno.tools/api/v1/tools/income-tax-canada with a JSON body matching inputSchema."}