Example #1
0
def get():
    #return [float(ystockquote.get_price('^BVSP')), strftime('%Y%m%d')]
    return [float(ys.get_price('^BVSP')), strftime('%Y%m%d')]
Example #2
0
def get():
    return [float(ystockquote.get_price('^IXIC')), strftime('%Y%m%d')]
Example #3
0
def get():
    return [float(ystockquote.get_price('PETR4.SA')), strftime('%Y%m%d')]