I'm trying to verify stock ticker through google finance. For example: when I type in "IBEX", I'm expecting Google finance comes back with the second choice not the first one. How can I archive this?
ticker = 'IBEX'
url="https://www.google.com/finance?q={}".format(ticker)