I have below code in on_Data event. 

for symbol in latest_data.Bars.Keys:

So when I execute call below code, will it get latest/last bar data ?

current_price = self.algorithm.Securities[symbol].Price