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_typestrFilter by form type. Check the data provider for available types.NoneTrue
limitintThe number of data entries to return.100True
providerLiteral['fmp', 'intrinio', 'sec', 'tmx']The provider to use for the query, by default None. If None, the provider specified in defaults is selected or 'fmp' if there is no default.fmpTrue

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.