Tax Calculator
tax_calculateCompute progressive federal (and optional state) tax owed from gross income, filing status, year, and deductions. Returns tax, marginal/effective rate, take-home, and per-bracket impact. Demo mode is limited to 2026 and standard filing statuses. Reference data only, not advice.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| year | No | ||
| state | No | Optional two-letter state code. | |
| income | Yes | Gross annual income in USD. | |
| deductions | No | Optional. Total deductions to apply. If omitted, the standard deduction for the filing status is used. | |
| filing_status | No | single | |
| additional_income | No | Additional taxable income added to gross before deductions. |