GST Revenue Data

GST Revenue Data

MH Specific

Maharashtra — Monthly Goods and Services Tax collection data for Maharashtra, the largest contributor to national GST revenue

Build a GST revenue forecasting model for Maharashtra to predict monthly tax collections and identify anomalies.
Homepage

Quick Start

# Download from https://gst.gov.in/
import pandas as pd
df = pd.read_csv('gst_revenue.csv')
mh = df[df['State'] == 'Maharashtra']
print(f'Maharashtra GST records: {len(mh)}')
print(mh[['Month', 'SGST_Crore']].tail())
Modality
Tabular (press releases, PDF)
Size
Monthly, state-level
License
Format
CSV
Language
en
Update Frequency
static
Organization
GST Council, Government of India

Schema

FieldTypeDescription
statestringState name
monthstringRevenue month
sgst_crorefloatState GST collection in crores
cgst_crorefloatCentral GST collection in crores
igst_crorefloatIntegrated GST collection in crores

Build With This

Create a sector-wise economic activity tracker for Maharashtra using GST filing patterns as proxy indicators
Develop a GST compliance analyzer identifying districts with potential revenue leakage in Maharashtra
Build a fiscal health dashboard for Maharashtra comparing GST trends with state expenditure patterns

AI Use Cases

Tax revenue forecastingeconomic activity proxy modellingcompliance analytics
Last verified: 2026-03-07