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