◈ Toolbox

GST Calculator

Calculate GST — add to or extract from a given amount.

gsttaxindiacgstsgstinvoice
Examples(1)
₹10,000 + 18% GST

Input

{
  "amount": 10000,
  "gstPercent": 18,
  "mode": "exclusive"
}

Output

{
  "baseAmount": 10000,
  "gstAmount": 1800,
  "totalAmount": 11800,
  "cgst": 900,
  "sgst": 900
}