Skip to content

SECReportDocument

QuantConnect.DataSource.SECReportDocument

Bases: Object

Business documents reported to the SEC

form_type

form_type: str

Report document type, e.g. 10-Q, 8-K, S-1

sequence

sequence: int

Nth attachment to the form filed

filename

filename: str

File name that the file had when it was uploaded

description

description: str

Attachment content(s) description

text

text: str

Content of the attachment. This is the field that will most likely contain information related to financial reports. Sometimes, XML will be present in the data. If the first line starts with "", then XML data will be present in the contents of the document