1 2 3 4 5 6
# coding=utf-8 #Henter åpningskursen for Weifa from yahoo_finance import Share yahoo = Share('WEIFA.OL') print yahoo.get_open()