analyser_hj3415 2.6.4__tar.gz → 2.6.5__tar.gz
Sign up to get free protection for your applications and to get access to all the features.
- {analyser_hj3415-2.6.4 → analyser_hj3415-2.6.5}/PKG-INFO +1 -1
- {analyser_hj3415-2.6.4 → analyser_hj3415-2.6.5}/analyser_hj3415/analysers/eval.py +5 -5
- {analyser_hj3415-2.6.4 → analyser_hj3415-2.6.5}/pyproject.toml +1 -1
- {analyser_hj3415-2.6.4 → analyser_hj3415-2.6.5}/.DS_Store +0 -0
- {analyser_hj3415-2.6.4 → analyser_hj3415-2.6.5}/.gitattributes +0 -0
- {analyser_hj3415-2.6.4 → analyser_hj3415-2.6.5}/.gitignore +0 -0
- {analyser_hj3415-2.6.4 → analyser_hj3415-2.6.5}/.idea/.gitignore +0 -0
- {analyser_hj3415-2.6.4 → analyser_hj3415-2.6.5}/.idea/analyser-hj3415.iml +0 -0
- {analyser_hj3415-2.6.4 → analyser_hj3415-2.6.5}/.idea/inspectionProfiles/profiles_settings.xml +0 -0
- {analyser_hj3415-2.6.4 → analyser_hj3415-2.6.5}/.idea/misc.xml +0 -0
- {analyser_hj3415-2.6.4 → analyser_hj3415-2.6.5}/.idea/modules.xml +0 -0
- {analyser_hj3415-2.6.4 → analyser_hj3415-2.6.5}/.idea/vcs.xml +0 -0
- {analyser_hj3415-2.6.4 → analyser_hj3415-2.6.5}/LICENSE +0 -0
- {analyser_hj3415-2.6.4 → analyser_hj3415-2.6.5}/README.md +0 -0
- {analyser_hj3415-2.6.4 → analyser_hj3415-2.6.5}/analyser_hj3415/.DS_Store +0 -0
- {analyser_hj3415-2.6.4 → analyser_hj3415-2.6.5}/analyser_hj3415/__init__.py +0 -0
- {analyser_hj3415-2.6.4 → analyser_hj3415-2.6.5}/analyser_hj3415/analysers/report.py +0 -0
- {analyser_hj3415-2.6.4 → analyser_hj3415-2.6.5}/analyser_hj3415/analysers/score.py +0 -0
- {analyser_hj3415-2.6.4 → analyser_hj3415-2.6.5}/analyser_hj3415/cli.py +0 -0
- {analyser_hj3415-2.6.4 → analyser_hj3415-2.6.5}/analyser_hj3415/myredis.py +0 -0
- {analyser_hj3415-2.6.4 → analyser_hj3415-2.6.5}/analyser_hj3415/tools.py +0 -0
- {analyser_hj3415-2.6.4 → analyser_hj3415-2.6.5}/analyser_hj3415/trash.py +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,7 +4,7 @@ build-backend = "flit_core.buildapi"
|
|
4
4
|
|
5
5
|
[project]
|
6
6
|
name = "analyser_hj3415"
|
7
|
-
version = "2.6.
|
7
|
+
version = "2.6.5"
|
8
8
|
authors = [{name = "Hyungjin Kim", email = "hj3415@gmail.com"}]
|
9
9
|
description = "Stock analyser and database processing programs"
|
10
10
|
readme = "README.md"
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{analyser_hj3415-2.6.4 → analyser_hj3415-2.6.5}/.idea/inspectionProfiles/profiles_settings.xml
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|