Realtime equity price

Hi,

I am new to algo/live trading and have a naive question.
How can I get realtime equity price data down to the resolution of seconds or smaller?
Currently it seems the only way to get equity price is by using get_bar_set() api which has a minimum resolution of 1Min. I am using python.
Any help would be appreciated.

Thanks.

i export data from finviz might want to look into that

1 Like

I wonder if calling polygon.last_trade() will start a stream on second _bars channel.

1 Like