forked from lefterisloukas/edgar-crawler
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
25 lines (25 loc) · 728 Bytes
/
config.json
File metadata and controls
25 lines (25 loc) · 728 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"edgar_crawler": {
"start_year": 2021,
"end_year": 2021,
"quarters": [1, 2, 3, 4],
"filing_types": ["10-K", "10-K405", "10-KT"],
"cik_tickers": [],
"user_agent": "Your name (your email)",
"raw_filings_folder": "RAW_FILINGS",
"indices_folder": "INDICES",
"filings_metadata_file": "FILINGS_METADATA.csv",
"skip_present_indices": true
},
"extract_items": {
"raw_filings_folder": "RAW_FILINGS",
"extracted_filings_folder": "EXTRACTED_FILINGS",
"filings_metadata_file": "FILINGS_METADATA.csv",
"items_to_extract": [
"1", "1A", "1B", "2", "3", "4", "5", "6", "7", "7A",
"8", "9", "9A", "9B", "10", "11", "12", "13", "14", "15"
],
"remove_tables": true,
"skip_extracted_filings": true
}
}