diff --git a/zipline/data/treasuries.py b/zipline/data/treasuries.py index b5fe9a1d..4c3594cd 100644 --- a/zipline/data/treasuries.py +++ b/zipline/data/treasuries.py @@ -80,7 +80,7 @@ def get_treasury_data(start_date, end_date): how='all' ).rename( columns=parse_treasury_csv_column - ).tz_localize('UTC') * 0.01 + ).tz_localize('UTC') * 0.01 # Convert from 2.57% to 0.0257. def dataconverter(s):