Skip to main content

Company Filings


Implementation details

Class names

Model nameParameters classData class
CompanyFilingsCompanyFilingsQueryParamsCompanyFilingsData

Import Statement

from openbb_core.provider.standard_models.company_filings import (
CompanyFilingsData,
CompanyFilingsQueryParams,
)

Parameters

NameTypeDescriptionDefaultOptional
symbolstrSymbol to get data for.NoneTrue
form_typeUnion[str, List[str]]Filter by form type. Check the data provider for available types. Multiple items allowed for provider(s): sec.NoneTrue
limitintThe number of data entries to return.100True

Data

NameTypeDescription
filing_datedateThe date of the filing.
accepted_datedatetimeAccepted date of the filing.
symbolstrSymbol representing the entity requested in the data.
cikstrCentral Index Key (CIK) for the requested entity.
report_typestrType of filing.
filing_urlstrURL to the filing page.
report_urlstrURL to the actual report.