?date=YYYY-MM-DD to read a historical surface. date must lie within the 90-day retention window.x-api-key: ********************curl --location 'https://sugra.ai/api/v1/options//iv-surface?date=undefined' \
--header 'x-api-key: <api-key>'{
"data": {
"symbol": "string",
"snapshot_date": "string",
"underlier_price": 0,
"surface": [
{
"expiration_date": "string",
"days_to_expiration": 0,
"atm_iv": 0,
"atm_strike": 0,
"call_iv_skew": [
{
"strike": 0,
"iv": 0,
"moneyness": 0
}
],
"put_iv_skew": [
{
"strike": 0,
"iv": 0,
"moneyness": 0
}
]
}
],
"term_structure": [
{
"days_to_expiration": 0,
"atm_iv": 0
}
],
"greeks_source": "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
}
}