from ubidots import ApiClient;
api = ApiClient(token='------------------------------------------')
var = api.get_variable('------------------------------------------')
last_value = var.get_values(1)
print(last_value[0]['value'])
results in: 1.02, expected: 1.016
In profile 'Decimal places' is set to 3. Changing this to 5 has no effect.