cik_map
Map a ticker symbol to a CIK number.
Parameters
- standard
- sec
symbol: str
Symbol to get data for.
symbol: str
Symbol to get data for.
use_cache: bool | None
Default: True
Whether or not to use cache for the request, default is True.
Returns
results: CikMap
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
cik: str | int | None
Central Index Key (CIK) for the requested entity.
cik: str | int | None
Central Index Key (CIK) for the requested entity.