API Documentation

⌘K
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

3
expirationstring
query

Expiration date (YYYY-MM-DD), "all" for the full chain, or omit for the nearest expiration

strikenumber
query

Filter by exact strike price

identifierstringrequired
path

Security 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
{}