API Documentation
⌘K
API Key
Get free key GET
/api/1/equity-extended/options-chain/{identifier}Options Chain API
Returns the options chain (calls and puts) for the given security from CBOE, grouped by expiration. Defaults to the nearest upcoming expiration; pass ?expiration=YYYY-MM-DD for a specific expiry or ?expiration=all for the full chain.
Parameters
3expirationstringExpiration date (YYYY-MM-DD), "all" for the full chain, or omit for the nearest expiration
strikenumberFilter by exact strike price
identifierstringrequiredSecurity identifier: ISIN, ticker, CUSIP, SEDOL, or WKN
Responses
Was this helpful?
Request
curl -X GET \
'https://api.eulerpool.com/api/1/equity-extended/options-chain/US0378331005' \
-H 'Accept: application/json'200 Response
{}