Calculate GST — add to or extract from a given amount.
Related Tools
Input
{ "amount": 10000, "gstPercent": 18, "mode": "exclusive" }
Output
{ "baseAmount": 10000, "gstAmount": 1800, "totalAmount": 11800, "cgst": 900, "sgst": 900 }