I use the get_ticker call and use the returned value for 'latest' tick.
See below the API call used in steem-python.
def get_ticker(self):
"""Returns the market ticker for the internal SBD:STEEM market."""
return self.exec('get_ticker', api='market_history_api')```