symbol_map
Map a CIK number to a ticker symbol, leading 0s can be omitted or included.
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
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
- standard
- sec
symbol
: str
Symbol representing the entity requested in the data.