MCPcopy
hub / github.com/quantopian/zipline / SymbolNotFound

Class SymbolNotFound

zipline/errors.py:345–351  ·  view source on GitHub ↗

Raised when a symbol() call contains a non-existant symbol.

Source from the content-addressed store, hash-verified

343
344
345class SymbolNotFound(ZiplineError):
346 """
347 Raised when a symbol() call contains a non-existant symbol.
348 """
349 msg = """
350Symbol '{symbol}' was not found.
351""".strip()
352
353
354class RootSymbolNotFound(ZiplineError):

Callers 7

_lookup_symbol_strictMethod · 0.90
_lookup_symbol_fuzzyMethod · 0.90
lookup_symbolMethod · 0.90
lookup_symbolsMethod · 0.90
lookup_future_symbolMethod · 0.90
lookup_genericMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected