Core Functions
- edgar.load_files(tikrs: str, data_dir: str = 'data', document_type: str = '10-Q', force: bool = False, remove_raw: bool = False, force_remove_raw: bool = False, silent: bool = False, include_supplementary: bool = False)
Download local copies of document_type files pertaining to a company.
- Parameters
tikrs (str) – A list of companies to load dataframes for.
force (bool = False) – if (True), then ignore locally downloaded files and overwrite them. Otherwise, attempt to detect previous download and abort server query.
document_type (str or DocumentType) – The type of filings in question
include_supplementary (bool = False) – If (True), then load all supplementary material as well.
remove_raw (bool, Optional) – If True, will delete each raw file after it is extracted
force_remove_raw (bool, Optional) – If True, will delete all files in the unpacking directory even if some are not unpacked.
silent (bool, Optional) – If True, will silence all warnings