Daily wholesale commodity prices and arrival data from agricultural mandis across Maharashtra provided by the Directorate of Marketing & Inspection
import requests
# AgMarkNet API endpoint
url = 'https://agmarknet.gov.in/SearchCmmMkt.aspx'
print('Access AgMarkNet daily prices API')
print('Register at agmarknet.gov.in for API access')| Field | Type | Description |
|---|---|---|
| market | string | Market/mandi name |
| commodity | string | Commodity name |
| min_price | float | Minimum price Rs/quintal |
| max_price | float | Maximum price Rs/quintal |
| modal_price | float | Modal price Rs/quintal |