mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-05 01:23:33 +08:00
DOC: Add note on lookup_symbols.
This commit is contained in:
@@ -831,6 +831,12 @@ class AssetFinder(object):
|
||||
"""
|
||||
Lookup a list of equities by symbol.
|
||||
|
||||
Equivalent to::
|
||||
|
||||
[finder.lookup_symbol(s, as_of, fuzzy) for s in symbols]
|
||||
|
||||
but potentially faster because repeated lookups are memoized.
|
||||
|
||||
Parameters
|
||||
----------
|
||||
symbols : sequence[str]
|
||||
|
||||
Reference in New Issue
Block a user