diff --git a/zipline/assets/assets.py b/zipline/assets/assets.py index d735f416..4796ac8d 100644 --- a/zipline/assets/assets.py +++ b/zipline/assets/assets.py @@ -578,10 +578,6 @@ class AssetFinder(object): raise SymbolNotFound(symbol=symbol) if not as_of_date: - if not owners: - # no equity held the fuzzy symbol ever - raise SymbolNotFound(symbol=symbol) - if len(owners) == 1: # only one valid match return self.retrieve_asset(owners[0].sid)