e-NAM Trade Data

e-NAM Trade Data

MH Specific

Electronic National Agriculture Market with 118 Maharashtra mandis integrated, providing real-time commodity arrivals, quality parameters, and trade prices

Build a nationwide mandi price comparison tool that helps Maharashtra farmers find the best selling price across e-NAM markets.
Homepage

Quick Start

# Download from https://enam.gov.in/web/dashboard/trade-data
import pandas as pd
df = pd.read_csv('enam_trade.csv')
print(f"Trade records: {len(df)}")
print(df.groupby('Commodity')['Price'].mean().sort_values(ascending=False).head(10))
Modality
Tabular (web/API)
Size
118 MH mandis; live trade data
License
Format
CSV
Language
en
Update Frequency
static
Organization
Ministry of Agriculture & Farmers Welfare, Government of India

Schema

FieldTypeDescription
mandistringe-NAM mandi name
commoditystringTraded commodity name
lot_sizefloatLot size in quintals
pricefloatTrading price in Rs/quintal
trade_datedateDate of trade

Build With This

Create an arbitrage opportunity detector that identifies price differences across e-NAM mandis for commodity traders
Develop a trade volume forecasting model for Maharashtra mandis to plan logistics and storage capacity
Build a farmer income optimizer that combines e-NAM prices with transport costs to recommend the most profitable selling point

AI Use Cases

Real-time price discoverymarket integration analysissupply-demand forecasting
Last verified: 2026-03-07