How to stream option contract trades on ActiveTicks?

Discussion in 'Data Sets and Feeds' started by swings.io, Oct 20, 2021.

  1. swings.io

    swings.io

    Hi all,

    I have managed to get the equities tape streaming in realtime on ActiveTicks but unfortunately I cannot do the same for Options.

    The format I have tried to used through C++ API is:

    .AAPL_220617P150.00

    Whether I try to get historical ticks via getTickTrades or get a real-time stream, I cannot seem to get this feature to work.

    Any help and example code would be greatly appreciated.