Skip to main content

Symbol Map


Implementation details

Class names

Model nameParameters classData class
SymbolMapSymbolMapQueryParamsSymbolMapData

Import Statement

from openbb_core.provider.standard_models. import (
SymbolMapData,
SymbolMapQueryParams,
)

Parameters

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