Skip to main content

filings

Get the URLs to SEC filings reported to EDGAR database, such as 10-K, 10-Q, 8-K, and more.

SEC filings include Form 10-K, Form 10-Q, Form 8-K, the proxy statement, Forms 3, 4, and 5, Schedule 13, Form 114, Foreign Investment Disclosures and others. The annual 10-K report is required to be filed annually and includes the company's financial statements, management discussion and analysis, and audited financial statements.

Examples

from openbb import obb
obb.equity.fundamental.filings(provider='fmp')
obb.equity.fundamental.filings(limit=100, provider='fmp')

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

Returns

OBBject
results : List[CompanyFilings]
Serializable results.

provider : Optional[Literal['fmp', 'intrinio', 'sec', 'tmx']]
Provider name.

warnings : Optional[List[Warning_]]
List of warnings.

chart : Optional[Chart]
Chart object.

extra : Dict[str, Any]
Extra info.

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.