siat 3.7.20__py3-none-any.whl → 3.7.21__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/stooq.py +1 -2
- {siat-3.7.20.dist-info → siat-3.7.21.dist-info}/METADATA +1 -1
- {siat-3.7.20.dist-info → siat-3.7.21.dist-info}/RECORD +6 -6
- {siat-3.7.20.dist-info → siat-3.7.21.dist-info}/LICENSE +0 -0
- {siat-3.7.20.dist-info → siat-3.7.21.dist-info}/WHEEL +0 -0
- {siat-3.7.20.dist-info → siat-3.7.21.dist-info}/top_level.txt +0 -0
siat/stooq.py
CHANGED
@@ -37,8 +37,7 @@ class StooqDailyReader(_DailyBaseReader):
|
|
37
37
|
@property
|
38
38
|
def url(self):
|
39
39
|
"""API URL"""
|
40
|
-
|
41
|
-
return "https://stooq.com/q/d/?"
|
40
|
+
return "https://stooq.com/q/d/l/"
|
42
41
|
|
43
42
|
def _get_params(self, symbol, country="US"):
|
44
43
|
symbol_parts = symbol.split(".")
|
@@ -122,7 +122,7 @@ siat/stock_profile.py,sha256=B3eIwzEmiCqiCaxIlhfdEPsQBoW1PFOe1hkiY3mVF6Y,26038
|
|
122
122
|
siat/stock_technical-20240620.py,sha256=A4x18mZgYSA8SSiDz4u_O3gd5oVRgbI6JIiBfFY0tVw,116013
|
123
123
|
siat/stock_technical.py,sha256=VX6qSBotTOzXaX1XHyDz3KBYEHlaxcPdBIOacB8T9no,136309
|
124
124
|
siat/stock_test.py,sha256=E9YJAvOw1VEGJSDI4IZuEjl0tGoisOIlN-g9UqA_IZE,19475
|
125
|
-
siat/stooq.py,sha256=
|
125
|
+
siat/stooq.py,sha256=SiRnSUu92pfzIZQ8N4Yo-9VOVSwUSqQE0wqXhF-4y9g,2493
|
126
126
|
siat/temp.py,sha256=gbJ0ioauuo4koTPH6WKUkqcXiQPafnbhU5eKJ6lpdLA,1571
|
127
127
|
siat/test2_graphviz.py,sha256=05w2YJuIBH0LsJjdA60EFn7rL0vCo-CA6EVJEQOXNE4,16648
|
128
128
|
siat/test_graphviz.py,sha256=CETKpDL8PnysS-PD3fHkeAgagUxjaUl0CsXPiadQySg,16999
|
@@ -143,8 +143,8 @@ siat/valuation_china.py,sha256=CVp1IwIsF3Om0J29RGkyxZLt4n9Ug-ua_RKhLwL9fUQ,69624
|
|
143
143
|
siat/valuation_market_china_test.py,sha256=gbJ0ioauuo4koTPH6WKUkqcXiQPafnbhU5eKJ6lpdLA,1571
|
144
144
|
siat/var_model_validation.py,sha256=R0caWnuZarrRg9939hxh3vJIIpIyPfvelYmzFNZtPbo,14910
|
145
145
|
siat/yf_name.py,sha256=ueaMUifnQ3cE3jc1s84mPDLjT9EOuyx8lnY7AFe_YHQ,21165
|
146
|
-
siat-3.7.
|
147
|
-
siat-3.7.
|
148
|
-
siat-3.7.
|
149
|
-
siat-3.7.
|
150
|
-
siat-3.7.
|
146
|
+
siat-3.7.21.dist-info/LICENSE,sha256=NTEMMROY9_4U1szoKC3N2BLHcDd_o5uTgqdVH8tbApw,1071
|
147
|
+
siat-3.7.21.dist-info/METADATA,sha256=QX6HIgpLmiCwCAl0mTeY5p4rzwUo4gXXRj2eZ2P-AVs,8117
|
148
|
+
siat-3.7.21.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
149
|
+
siat-3.7.21.dist-info/top_level.txt,sha256=r1cVyL7AIKqeAmEJjNR8FMT20OmEzufDstC2gv3NvEY,5
|
150
|
+
siat-3.7.21.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|