Finance
Options chain
Calls and puts for a specific expiration date. Contract fields use snake_case (DATA-21); the seven historical camelCase names (contractSymbol, lastPrice, percentChange, openInterest, impliedVolatility, inTheMoney, lastTradeDate) remain as deprecated aliases with the same values until the next major API version.
get/api/v2/quotes/{symbol}/options/{date}
Path parameters
symbolstring required
Security ticker symbol.
Security ticker symbol.
datestring required
Option expiration date (YYYY-MM-DD).
Option expiration date (YYYY-MM-DD).
Query parameters
straddleboolean
Show straddle view
Show straddle view
strike_minnumber nullable
Min strike filter
Min strike filter
strike_maxnumber nullable
Max strike filter
Max strike filter
Response
Options chain for the given expiration.
Example response
{
"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": "sugra_crypto",
"attribution": "Short interest and Reg SHO daily short volume data is owned by and sourced from FINRA (Financial Industry Regulatory Authority).",
"fallback_chain": [
"sugra_crypto",
"sugra_finance"
]
}
}