Skip to main content

symbol_map

Map a CIK number to a ticker symbol, leading 0s can be omitted or included.

Examples

from openbb import obb
obb.regulators.sec.symbol_map(query='0000789019', provider='sec')

Parameters

query: str
Search query.

use_cache: bool
Default: True
Whether or not to use cache. If True, cache will store for seven days.


Returns

results: list[SymbolMap]

Serializable results.

provider: Optional[Literal['sec']]

Provider name.

warnings: Optional[list[Warning_]]

list of warnings.

chart: Optional[Chart]

Chart object.

extra: dict[str, Any]

Extra info.


Data