-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathconfig.json
More file actions
223 lines (223 loc) · 6.08 KB
/
config.json
File metadata and controls
223 lines (223 loc) · 6.08 KB
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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
{
"sections" : [
{
"title" : "經營能力",
"contents" : [
{
"title" : "杜邦分析",
"charts" : [
"dupont_yearly_chart",
"dupont_quarterly_chart"
]
}
]
},
{
"title" : "財務結構",
"contents" : [
{
"title" : "資產負債表分析重點",
"charts" : [
"capital_structure_yearly_chart",
"capital_structure_quarterly_chart"
]
},
{
"title" : "股本形成過程及比例",
"charts" : [
"capital_increase_history_chart"
]
}
]
},
{
"title" : "償債能力",
"contents" : [
{
"charts" : [
"liquidity_yearly_chart",
"liquidity_quarterly_chart"
]
}
]
},
{
"title" : "獲利能力",
"contents" : [
{
"title" : "損益表分析重點",
"charts" : [
"profitability_yearly_chart",
"profitability_quarterly_chart"
]
},
{
"title" : "每月營業收入分析重點",
"charts" : [
"operating_revenue_chart"
]
},
{
"title" : "五大盈餘指標",
"charts" : [
"revenue_index_yearly_chart",
"revenue_index_quarterly_chart"
]
},
{
"title" : "現金轉換循環",
"charts" : [
"ccc_yearly_chart",
"ccc_quarterly_chart"
]
}
]
},
{
"title" : "現金流量",
"contents" : [
{
"title" : "現金流量表分析重點",
"charts" : [
"cash_flow_yearly_chart",
"cash_flow_quarterly_chart"
]
},
{
"title" : "長期投資占總資產比率",
"charts" : [
"long_term_investments_to_assets_ratio_yearly_chart",
"long_term_investments_to_assets_ratio_quarterly_chart"
]
},
{
"title" : "會計盈餘與營運活動之現金流量之差異分析",
"charts" : [
"net_income_to_operating_activities_yearly_chart",
"net_income_to_operating_activities_quarterly_chart"
]
},
{
"title" : "股利政策",
"charts" : [
"dividend_policy_chart"
]
}
]
},
{
"title" : "投資風險圖",
"contents" : [
{
"title" : "投資風險圖",
"charts" : [
"kn_yearly_chart",
"kn_quarterly_chart"
]
}
]
}
],
"stock_categories": [
{
"title": "我根概念股",
"stock_symbols": [
"1232",
"1340",
"1476",
"1537",
"1558",
"1707",
"1723",
"2059",
"2107",
"2114",
"2227",
"2231",
"2330",
"2395",
"2408",
"2434",
"2497",
"2539",
"2707",
"2841",
"2929",
"3008",
"3030",
"3034",
"3040",
"3257",
"3356",
"3450",
"3474",
"4137",
"4994",
"5269",
"6202",
"6206",
"6224",
"6286",
"6409",
"6415",
"6452",
"8114",
"8422",
"9914",
"9930",
"9943",
"1256",
"1264",
"1565",
"1580",
"2066",
"3081",
"3126",
"3152",
"3268",
"3272",
"3490",
"3529",
"3541",
"3556",
"3611",
"3623",
"3658",
"3666",
"3672",
"3691",
"4707",
"4947",
"4966",
"4995",
"5263",
"5274",
"5287",
"5289",
"5345",
"5347",
"5356",
"5474",
"5489",
"5508",
"5514",
"5904",
"6104",
"6105",
"6114",
"6146",
"6195",
"6203",
"6210",
"6263",
"6279",
"8083",
"8109",
"8255",
"8416",
"8424",
"9951"
]
}
]
}