def open_price(): return stock_data[1].values()
This function returns a dictionary with the value of:
dict_values([\'137.35\'])