Up to 30 trading sessions of contract-day Flow history. ET dates use YYYY-MM-DD.

get/v1/flow/contracts/{contract_symbol}/history

Path parameters

contract_symbolstring required

Query parameters

end_session_datestring date
limitinteger
include_current'true' | 'false'
coverage'contiguous'

Response

list payload with next_cursor

Changes

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

    • ○

      for the query request parameter end_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