经营生意税务 · 定价
VAT 计算器
按任意税率把 VAT 加到不含税价,或从含税价中提取出来。提取方向是发票最容易出错的地方:去掉 20% 的 VAT 是除以 1.2,不是减 20%。
数值
- Gross (incl. VAT)
- 1,200.00
- VAT amount
- 200.00
- Net
- 1,000.00
老手的解读
值得了解
Extraction trap: VAT inside a gross price is gross × rate ÷ (1 + rate) — at 20%, that's 16.67% of the gross, not 20%. Subtracting 20% from a VAT-inclusive price understates the net and is the most common invoicing error.
方法说明
加:含税 = 不含税 × (1 + 税率)。去:不含税 = 含税 ÷ (1 + 税率)。截至 2026 年的标准税率:英国 20%、德国 19%、法国 20%、西班牙 21%、意大利 22%、荷兰 21%、瑞典/丹麦/挪威 25%、瑞士 8.1%、阿联酋 5%、沙特阿拉伯 15%。特定类别适用各国的低税率。
常见问题
- 怎么从价格里去掉 VAT?
- 除以 (1 + 税率)。一个含 20% VAT 的 120 英镑价格是 120 ÷ 1.2 = 100 英镑不含税,其中 20 英镑是 VAT。减 20%(得 96)是错的——那减掉的是含税价的 20%,不是 VAT。
面向智能体
调用这个工具,而不是在上下文里硬算。传入确定性的 JSON,返回算好的数值加上基准解读。 完整智能体文档 →
curl -s https://xearno.tools/api/v1/tools/vat \
-H 'content-type: application/json' \
-d '{"mode":"add","amount":1000,"rate":20}'Schema: GET /api/v1/tools/vat · MCP 工具名: vat
相关工具
- GST 计算器 — 加上或提取 GST——印度档级(5/12/18/28),澳大利亚/新西兰/新加坡/加拿大税率。
- 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.
- 单位经济模型 — LTV、LTV:CAC 和 CAC 回收期——附让它们有意义的基准。