From 1696c399121f539f5dd2852b486cc3f8e05aede9 Mon Sep 17 00:00:00 2001 From: fredfortier Date: Thu, 31 Aug 2017 12:34:08 -0400 Subject: [PATCH] Bug fix in symbol loader --- catalyst/assets/_assets.pyx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/catalyst/assets/_assets.pyx b/catalyst/assets/_assets.pyx index 58de3116..cdc34008 100644 --- a/catalyst/assets/_assets.pyx +++ b/catalyst/assets/_assets.pyx @@ -490,7 +490,7 @@ cdef class TradingPair(Asset): start_date = pd.Timestamp.utcnow() if end_date is None: - end_date = start_date + timedelta(days=365) + end_date = pd.Timestamp.utcnow() + timedelta(days=365) super().__init__( sid,