import arrow dates = [arrow.now().replace(days=x).format('YYYY-MM-DD') for x in range(90)] for x in dates: print x