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
Name | Type | Description | Default | Optional |
---|---|---|---|---|
query | str | Search query. | False | |
use_cache | bool | Whether or not to use cache. If True, cache will store for seven days. | True | True |
Name | Type | Description | Default | Optional |
---|---|---|---|---|
query | str | Search query. | False | |
use_cache | bool | Whether or not to use cache. If True, cache will store for seven days. | True | True |
Data
- standard
- sec
Name | Type | Description |
---|---|---|
; |
Name | Type | Description |
---|---|---|
symbol | str | Symbol representing the entity requested in the data. |