forked from ivan706/esg_analyze
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yml
76 lines (73 loc) · 2.03 KB
/
config.yml
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
# 应用设置
app:
name: ESG数据收集脚本
version: 1.0.1
SSE:
host: https://query.sse.com.cn/security/stock/queryCompanyBulletin.do
parameters:
jsonCallBack: jsonpCallback
isPagination: 'true'
productId: '{company_code}'
keyWord: 社会
securityType: 0101,120100,020100,020200,120200
reportType2:
beginDate: '2024-01-01'
endDate: '2024-08-31'
reportType: ALL
pageSize: 25
pageCount: 50
pageNo: 1
beginPage: 1
cacheSize: 1
endPage: 5
_: 1715244932875
header:
referer: https://www.sse.com.cn/
SZSE:
host: 'https://www.szse.cn/api/disc/announcement/annList?random=0.19714569256207226'
header:
Accept: 'application/json, text/javascript, */*; q=0.01'
Content-Type: 'application/json'
Origin: 'https://www.szse.cn'
Referer: 'https://www.szse.cn/disclosure/listed/notice/index.html'
data:
seDate:
- '2024-01-01'
- '2024-08-31'
searchKey:
- '社会'
stock: '{company_code}'
channelCode:
- 'listedNotice_disc'
pageSize: 50
pageNum: 1
BSE:
host: 'https://www.bse.cn/disclosureInfoController/companyAnnouncement.do?callback=jsonpCallback'
header:
Accept: 'text/javascript, application/javascript, application/ecmascript, application/x-ecmascript, */*; q=0.01'
Content-Type: 'application/x-www-form-urlencoded; charset=UTF-8'
Origin: 'https://www.bse.cn'
Referer: 'https://www.bse.cn/disclosure/announcement.html'
User-Agent: 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36'
data:
disclosureType[]:
- 5
companyCd: '{company_code}'
isNewThree: 1
startTime: '2024-01-01'
endTime: '2024-08-31'
keyword: '社会'
xxfcbj[]: 2
needFields[]:
- 'companyCd'
- 'companyName'
- 'disclosureTitle'
- 'disclosurePostTitle'
- 'destFilePath'
- 'publishDate'
- 'xxfcbj'
- 'destFilePath'
- 'fileExt'
- 'xxzrlx'
sortfield: 'xxssdq'
sorttype: 'asc'