经营生意税务 · 定价
GST 计算器
覆盖 🇮🇳 印度 · 🇦🇺 澳大利亚 · 🇳🇿 新西兰 · 🇸🇬 新加坡 · 🇨🇦 加拿大
GST 双向换算——从不含税到含税再反算回来——并在费率选择器里内置了印度的档级结构(5/12/18/28%)和各单一税率制度(澳大利亚 10%、新西兰 15%、新加坡 9%、加拿大联邦 5%)。
数值
- 含税价
- 29,500.00
- GST @ 18%
- 4,500.00
行家的解读
值得了解
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.
值得了解
Removing GST divides by 1.18 — subtracting 18% from an inclusive price is the standard invoicing error and understates the taxable value.
方法说明
含税 = 不含税 × (1 + 税率);不含税 = 含税 ÷ (1 + 税率)。印度采用档级税率(5/12/18/28%,另有免税和特殊类别);澳大利亚 10%、新西兰 15%、新加坡 9%(2024 年起)、加拿大联邦 GST 5% 另加各省税。
面向智能体
调用这个工具,而不是在上下文里硬算。传入确定性的 JSON,返回算好的数值加上基准解读。 完整智能体文档 →
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 工具名: gst
把这个计算器嵌入网页
可免费嵌入你自己的网站。规则变了它也照常能用,因为数据由我们维护——没有广告、没有 cookie,并会链接回完整版工具。
<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 计算器 — Xearno Tools"></iframe>