Hi :) I'm wondering how I can get the live price of a stock from OnData. Not self.Securities[symbol].Price I don't want my securities price I want the current tick price on the market. I saw some things with data[symbol].Price or slice[symbol].Price but neither of these work. I'm not sure what the syntax is :(

Author