Option-contract directory for one required expiration, paged up to 200 contracts. ET dates use YYYY-MM-DD.

get/v1/flow/tickers/{ticker}/contract-options

Path parameters

tickerstring required

Query parameters

session_datestring date
rootstring
expirationstring date required
limitinteger
cursorstring

Response

list payload with next_cursor

Changes

Changed in 2 of the 4 revisions of this API.3

    • ○

      for the query request parameter expiration, the type was generalized from no type to string, and format from no format to date

      request-parameter-type-generalized

    • ○

      for the query request parameter session_date, the type was generalized from no type to string, and format from no format to date

      request-parameter-type-generalized

    • ○

      endpoint added

      endpoint-added