DEV Community

Hemant A
Hemant A

Posted on

GST Calculator India: How to Add & Remove GST in 2 Clicks

Every Indian business owner and freelancer needs to calculate GST daily. Here's how:

Adding GST

$$\text{Selling Price} = \text{Base Price} \times (1 + \frac{GST\%}{100})$$

Removing GST (Reverse Calculation)

$$\text{Base Price} = \frac{\text{Total Price}}{1 + \frac{GST\%}{100}}$$

Common GST Rates in India

Product/Service GST Rate
Essential food 0%
Software/SaaS 18%
Luxury goods 28%

👉 Use the GST Calculator India on Global Info Wiki to instantly calculate any GST amount.

Top comments (0)