Atlas Pro — 1-yr history, chart & CSV exports, new features, daily brief, MCP connector
— ₹399/mo.Atlas Pro — 1-yr history, chart & CSV exports, new features, daily brief, MCP connector
— ₹399/mo.Atlas Pro — 1-yr history, chart & CSV exports, new features, daily brief, MCP connector
— ₹399/mo.Per-state mean absolute percentage error of day-ahead demand forecasts, daily.
Every day at IST midnight the FE backfill writes one row per state-day to `atlas_intelligence.state_mape_daily` with the metered demand vs the previous day's day-ahead forecast. The /state-mape-history endpoint returns the trailing 30-day MAPE band per state — surfaced on state pages as the 'how accurate is the forecast' card.
GET /api/v1/states/<code>/mape-history?days=30
{
"state_code": "TN",
"points": [
{
"ist_date": "2026-05-25",
"mape_pct": 4.7,
"sample_n": 24
},
{
"ist_date": "2026-05-26",
"mape_pct": 5.1,
"sample_n": 24
}
]
}Loading preview…