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