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
providerLiteral['fmp']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
symbolstrSymbol representing the entity requested in the data.
cikstrCentral Index Key (CIK) for the requested entity.
titlestrTitle of the filing.
datedatetimeThe date of the data.
form_typestrThe form type of the filing
linkstrURL to the filing page on the SEC site.