Skip to main content

Discovery Filings


Implementation details

Class names

Model nameParameters classData class
DiscoveryFilingsDiscoveryFilingsQueryParamsDiscoveryFilingsData

Import Statement

from openbb_core.provider.standard_models.discovery_filings import (
DiscoveryFilingsData,
DiscoveryFilingsQueryParams,
)

Parameters

NameTypeDescriptionDefaultOptional
start_dateUnion[date, str]Start date of the data, in YYYY-MM-DD format.NoneTrue
end_dateUnion[date, str]End date of the data, in YYYY-MM-DD format.NoneTrue
form_typestrFilter by form type. Visit https://www.sec.gov/forms for a list of supported form types.NoneTrue
limitintThe number of data entries to return.100True

Data

NameTypeDescription
symbolstrSymbol representing the entity requested in the data.
cikstrCentral Index Key (CIK) for the requested entity.
titlestrTitle of the filing.
dateUnion[datetime, str]The date of the data.
form_typestrThe form type of the filing
linkstrURL to the filing page on the SEC site.