implied_move = spot * ATM_IV * sqrt(T) where T = days_to_expiration / 365.25. Reads the precomputed iv_surface[i].atm_iv for the chosen expiry from the latest B6 snapshot (or a dated snapshot via ?date=YYYY-MM-DD). Defaults to the nearest-term front expiry; pass ?expiry=YYYY-MM-DD to select a different expiry from those listed in available_expiries. Returns the move in dollar + percent terms plus the 1-sigma implied price range (low / high). Use case: UC-2 Earnings Whiplash Map - compare historical post-earnings realised moves vs current option-implied amplitude.x-api-key: ********************curl --location 'https://sugra.ai/api/v1/options//implied-move?expiry=undefined&date=undefined' \
--header 'x-api-key: <api-key>'{
"data": {
"symbol": "AAPL",
"snapshot_date": "2026-05-19",
"underlier_price": 187.45,
"expiry": "2026-06-06",
"days_to_expiry": 18,
"atm_iv": 0.2231,
"atm_strike": 0,
"implied_move_pct": 4.96,
"implied_move_dollar": 9.3,
"implied_range_low": 178.15,
"implied_range_high": 196.75,
"iv_source": "string",
"methodology": "string",
"available_expiries": [
"string"
],
"data_source": "string",
"as_of": "string"
},
"meta": {
"endpoint": "/api/v1/fred/us/cpi",
"data_time": "2026-04-16T14:30:00Z",
"response_time": "2026-04-16T14:30:12Z",
"provider": "Sugra API v1.0.1",
"source": "string",
"attribution": "string",
"fallback_used": true,
"fallback_chain": [
"string"
],
"cached": true,
"stale": true
}
}