analyser_hj3415 2.6.4__py2.py3-none-any.whl → 2.6.5__py2.py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- analyser_hj3415/analysers/eval.py +5 -5
- {analyser_hj3415-2.6.4.dist-info → analyser_hj3415-2.6.5.dist-info}/METADATA +1 -1
- {analyser_hj3415-2.6.4.dist-info → analyser_hj3415-2.6.5.dist-info}/RECORD +6 -6
- {analyser_hj3415-2.6.4.dist-info → analyser_hj3415-2.6.5.dist-info}/LICENSE +0 -0
- {analyser_hj3415-2.6.4.dist-info → analyser_hj3415-2.6.5.dist-info}/WHEEL +0 -0
- {analyser_hj3415-2.6.4.dist-info → analyser_hj3415-2.6.5.dist-info}/entry_points.txt +0 -0
@@ -114,12 +114,12 @@ def mil(code: str) -> dict:
|
|
114
114
|
d3, 영업활동현금흐름 = c103q.sum_recent_4q('영업활동으로인한현금흐름')
|
115
115
|
|
116
116
|
d4, roic = c104q.sum_recent_4q('ROIC')
|
117
|
-
|
118
|
-
|
117
|
+
_, roic_dict = c104q.find_with_yoy('ROIC')
|
118
|
+
d5, roe = c104q.latest_value_pop2('ROE')
|
119
119
|
roe106 = c106q.find('ROE')
|
120
|
-
|
120
|
+
d6, roa = c104q.latest_value_pop2('ROA')
|
121
121
|
|
122
|
-
|
122
|
+
_, pcr_dict = c104q.find_with_yoy('PCR')
|
123
123
|
|
124
124
|
try:
|
125
125
|
주주수익률 = round((재무활동현금흐름 / marketcap억 * -100), 2)
|
@@ -146,7 +146,7 @@ def mil(code: str) -> dict:
|
|
146
146
|
'시가총액억': marketcap억,
|
147
147
|
'투자수익률': {'ROIC': roic, 'ROIC_dict': roic_dict, 'ROE': roe, 'ROE106': roe106, 'ROA': roa},
|
148
148
|
'가치지표': {'FCF': fcf_dict, 'PFCF': pfcf_dict, 'PCR': pcr_dict},
|
149
|
-
'date': tools.set_data(d1, d2, d3, d4, d5, d6
|
149
|
+
'date': tools.set_data(d1, d2, d3, d4, d5, d6),
|
150
150
|
}
|
151
151
|
|
152
152
|
|
@@ -4,11 +4,11 @@ analyser_hj3415/cli.py,sha256=WORsQ4va2__sSMVlweUEq-rpTqvwsAiIGqFk8Xdaw8I,7354
|
|
4
4
|
analyser_hj3415/myredis.py,sha256=PUFMgLUToNHcfBjO272B_hy0xh8FDNm3SfcKsUthlWs,9640
|
5
5
|
analyser_hj3415/tools.py,sha256=m0zs-nFfpxuLaDh22EwsYJSgBirfSVmge8a6fvxRq60,13753
|
6
6
|
analyser_hj3415/trash.py,sha256=zF-W0piqkGr66UP6-iybo9EXh2gO0RP6R1FnIpsGkl8,12262
|
7
|
-
analyser_hj3415/analysers/eval.py,sha256=
|
7
|
+
analyser_hj3415/analysers/eval.py,sha256=6RaKmoE4PGIIKjC5wfQwEXuUzOn7nYY9Dbh9i5v1xaU,12989
|
8
8
|
analyser_hj3415/analysers/report.py,sha256=yY-AeDHOqDPrm4lpvZv3NPTJK1Z7lKsjoO5ck8AP6u4,9007
|
9
9
|
analyser_hj3415/analysers/score.py,sha256=_TbU0Zgr14qT5tC-5o5Hphg94TJkZQo_p8AP10GDZQg,19772
|
10
|
-
analyser_hj3415-2.6.
|
11
|
-
analyser_hj3415-2.6.
|
12
|
-
analyser_hj3415-2.6.
|
13
|
-
analyser_hj3415-2.6.
|
14
|
-
analyser_hj3415-2.6.
|
10
|
+
analyser_hj3415-2.6.5.dist-info/entry_points.txt,sha256=ZfjPnJuH8SzvhE9vftIPMBIofsc65IAWYOhqOC_L5ck,65
|
11
|
+
analyser_hj3415-2.6.5.dist-info/LICENSE,sha256=QVKTp0dTnB5xG8RLgG17LwSWCKNEzYoVVM6KjoCPKc0,1079
|
12
|
+
analyser_hj3415-2.6.5.dist-info/WHEEL,sha256=Sgu64hAMa6g5FdzHxXv9Xdse9yxpGGMeagVtPMWpJQY,99
|
13
|
+
analyser_hj3415-2.6.5.dist-info/METADATA,sha256=LLjXKq60UmVax-HLkuM73uXFpymjCokNQGVu6bAVysA,6417
|
14
|
+
analyser_hj3415-2.6.5.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|