Back to Main

🌾 Crop Price Tracker

{% if error %}
⚠️ Error: {{ error }}
{% endif %} {% if result %}

📈 Latest Market Prices

{% for row in result %}
{{ row['arrival_date'] }}
₹{{ row['modal_price'] }} / quintal
{{ row['market'] }}, {{ row['state'] }}
{% endfor %}
{% endif %}