Symbol Map
Implementation details
Class names
Model name | Parameters class | Data class |
---|---|---|
SymbolMap | SymbolMapQueryParams | SymbolMapData |
Import Statement
from openbb_core.provider.standard_models. import (
SymbolMapData,
SymbolMapQueryParams,
)
Parameters
- standard
- sec
query
: str
Search query.
• Optional: False
use_cache
: bool
Whether or not to use cache. If True, cache will store for seven days.
• Default: True
• Optional: True
query
: str
Search query.
• Optional: False
use_cache
: bool
Whether or not to use cache. If True, cache will store for seven days.
• Default: True
• Optional: True
Data
- standard
- sec
symbol
: str
Symbol representing the entity requested in the data.