Skip to main content

Cik Map


Implementation details

Class names

Model nameParameters classData class
CikMapCikMapQueryParamsCikMapData

Import Statement

from openbb_core.provider.standard_models.cik_map import (
CikMapData,
CikMapQueryParams,
)

Parameters

NameTypeDescriptionDefaultOptional
symbolstrSymbol to get data for.False
providerLiteral['sec']The provider to use for the query, by default None. If None, the provider specified in defaults is selected or 'sec' if there is no default.secTrue

Data

NameTypeDescription
cikUnion[int, str]Central Index Key (CIK) for the requested entity.