siat 3.8.42__py3-none-any.whl → 3.8.43__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- siat/financials.py +3 -2
- {siat-3.8.42.dist-info → siat-3.8.43.dist-info}/METADATA +1 -1
- {siat-3.8.42.dist-info → siat-3.8.43.dist-info}/RECORD +6 -6
- {siat-3.8.42.dist-info → siat-3.8.43.dist-info}/LICENSE +0 -0
- {siat-3.8.42.dist-info → siat-3.8.43.dist-info}/WHEEL +0 -0
- {siat-3.8.42.dist-info → siat-3.8.43.dist-info}/top_level.txt +0 -0
siat/financials.py
CHANGED
@@ -476,8 +476,9 @@ def compare_snapshot(ticker,indicator, \
|
|
476
476
|
|
477
477
|
# 未找到任何股票信息
|
478
478
|
if len(df) == 0:
|
479
|
-
print("\n #Warning(compare_snapshot): no
|
480
|
-
print("
|
479
|
+
print("\n #Warning(compare_snapshot): no {indicator} info found for specified stocks")
|
480
|
+
print(" Reasons: wrong stock codes, failed to access to or fetch info from Yahoo Finance")
|
481
|
+
print(" Still feel weired? upgrade yahooquery, which may need certain versions of lxml !")
|
481
482
|
return None
|
482
483
|
|
483
484
|
#处理小数点
|
@@ -42,7 +42,7 @@ siat/fin_stmt2_yahoo.py,sha256=LGmspk0nKyz4X87MtcovZXUfMQkAvrWINuxR4HQ8PI8,41178
|
|
42
42
|
siat/financial_base.py,sha256=A1rV7XQOVFpCXCV-T6Ge0QeF897hINiu0olN1XWeaFk,41287
|
43
43
|
siat/financial_statements.py,sha256=xx0SMpFqAMKm6cj8uYeG2RpJE6G-RoJ3NWa33UyaVMk,25414
|
44
44
|
siat/financial_statements_test.py,sha256=FLhx8JD-tVVWSBGux6AMz1jioXX4U4bp9DmgFHYXb_w,716
|
45
|
-
siat/financials.py,sha256=
|
45
|
+
siat/financials.py,sha256=46Wii4BdQZPfTz7qMtuH4FO08PJU2uUEAIeRi3JnbjE,86285
|
46
46
|
siat/financials2 - 副本.py,sha256=dKlNjIfKeoSy055fQ6E6TUj9HEoO5Ney9grD84J5kfk,14389
|
47
47
|
siat/financials2.py,sha256=YF-A-5iSTzLXTFI0sDGju4_6T87wWC9IlFd4fSXbJXw,50805
|
48
48
|
siat/financials_china.py,sha256=Hu85JOKnCmcTHgblIvHhsV-6c-Y15HFGNR_ZaaJt8nM,191974
|
@@ -144,8 +144,8 @@ siat/valuation_china.py,sha256=eSKIDckyjG8QkENlW_OKkqbQHno8pzDcomBO9iGNJVM,83079
|
|
144
144
|
siat/valuation_market_china_test.py,sha256=gbJ0ioauuo4koTPH6WKUkqcXiQPafnbhU5eKJ6lpdLA,1571
|
145
145
|
siat/var_model_validation.py,sha256=R0caWnuZarrRg9939hxh3vJIIpIyPfvelYmzFNZtPbo,14910
|
146
146
|
siat/yf_name.py,sha256=laNKMTZ9hdenGX3IZ7G0a2RLBKEWtUQJFY9CWuk_fp8,24058
|
147
|
-
siat-3.8.
|
148
|
-
siat-3.8.
|
149
|
-
siat-3.8.
|
150
|
-
siat-3.8.
|
151
|
-
siat-3.8.
|
147
|
+
siat-3.8.43.dist-info/LICENSE,sha256=NTEMMROY9_4U1szoKC3N2BLHcDd_o5uTgqdVH8tbApw,1071
|
148
|
+
siat-3.8.43.dist-info/METADATA,sha256=s6E-pp9-YVRxQJJi4oPJ93ucpqXxfH-9aNACt2BEfrA,8321
|
149
|
+
siat-3.8.43.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
150
|
+
siat-3.8.43.dist-info/top_level.txt,sha256=r1cVyL7AIKqeAmEJjNR8FMT20OmEzufDstC2gv3NvEY,5
|
151
|
+
siat-3.8.43.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|