Running a Businesstax · pricing
GST Calculator
Covers 🇮🇳 India · 🇦🇺 Australia · 🇳🇿 New Zealand · 🇸🇬 Singapore · 🇨🇦 Canada
GST both directions — exclusive to inclusive and back — with the Indian slab structure (5/12/18/28%) and the single-rate systems (Australia 10%, New Zealand 15%, Singapore 9%, Canada 5% federal) built into the rate picker.
The numbers
- Inclusive price
- 29,500.00
- GST @ 18%
- 4,500.00
The operator’s read
Worth knowing
India splits GST into CGST + SGST for intra-state sales (9% + 9% on an 18% item) or a single IGST inter-state — the total is identical; only the invoice line items differ.
Worth knowing
Removing GST divides by 1.18 — subtracting 18% from an inclusive price is the standard invoicing error and understates the taxable value.
Methodology
Inclusive = exclusive × (1 + rate); exclusive = inclusive ÷ (1 + rate). India uses slab rates (5/12/18/28% plus exempt and special categories); Australia 10%, New Zealand 15%, Singapore 9% (2024+), Canada 5% federal GST plus provincial taxes.
For agents
Call this tool instead of computing in-context. Deterministic JSON in, computed values plus the benchmark read out. Full agent docs →
curl -s https://xearno.tools/api/v1/tools/gst \
-H 'content-type: application/json' \
-d '{"mode":"add","amount":25000,"rate":"18"}'Schema: GET /api/v1/tools/gst · MCP tool name: gst
Related tools
- VAT Calculator — Add or remove VAT at any rate — including the divide-not-subtract trap.
- Hong Kong Profits Tax Calculator — Hong Kong profits tax at 8.25%/16.5% for corporations or 7.5%/15% for unincorporated businesses, with the connected-entity election.
- Self-Employment Tax & Quarterly Estimated Payments (2026 1040-ES) — How much you’ll owe on 2026 freelance income — SE tax, income tax, QBI — and the exact quarterly payment the safe-harbor rules actually require.
- UK Self-Assessment First-Year Bill Calculator (payments on account) — Your real first-January Self Assessment bill — the year’s tax PLUS 50% of next year’s, due the same day — with the exact dated payment schedule.
Embed this calculator
Free to use on your own site. It keeps working as the rules change, because we maintain the data — no ads, no cookies, and a link back to the full tool.
<iframe src="https://xearno.tools/embed/gst" width="100%" height="805" style="border:1px solid #23262e;border-radius:12px;max-width:640px" loading="lazy" title="GST Calculator — Xearno Tools"></iframe>