siat 3.0.0__py3-none-any.whl → 3.0.1__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/security_prices.py CHANGED
@@ -604,10 +604,10 @@ def get_price_stooq(ticker,start,end):
604
604
  prices2=prices[(prices.index >= start1) & (prices.index <= end1)]
605
605
  num=len(prices2)
606
606
  if num > 0:
607
- print(" Successfully retrieved",num,"records for",ticker,ticker_name(ticker,ticker_type))
607
+ print(" Successfully retrieved",num,"records for",ticker,ticker_name(ticker,'stock'))
608
608
  return prices2
609
609
  else:
610
- print(" Sorry, no records found from stooq for",ticker,ticker_name(ticker,ticker_type),"from",start,'to',end)
610
+ print(" Sorry, no records found from stooq for",ticker,ticker_name(ticker,'stock'),"from",start,'to',end)
611
611
  return None
612
612
  else:
613
613
  return None
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: siat
3
- Version: 3.0.0
3
+ Version: 3.0.1
4
4
  Summary: Securities Investment Analysis Tools (siat)
5
5
  Home-page: https://pypi.org/project/siat/
6
6
  Author: Prof. WANG Dehong, International Business School, Beijing Foreign Studies University
@@ -94,7 +94,7 @@ siat/sector_china.py,sha256=r4w7o9PEiZjMRB4pkKVbA9afk7A7Wh8toudocN8mN5I,104413
94
94
  siat/sector_china_test.py,sha256=1wq7ef8Bb_L8F0h0W6FvyBrIcBTEbrTV7hljtpj49U4,5843
95
95
  siat/security_price.py,sha256=2oHskgiw41KMGfqtnA0i2YjNNV6cYgtlUK0j3YeuXWs,29185
96
96
  siat/security_price2.py,sha256=kuYh0V5cqclkM6MjZUd-N361fv3oxGVVerYINuTzZrE,24622
97
- siat/security_prices.py,sha256=Xl1VSOmciWmRSTKS-YQ2UHxCyzor_Q8y4b1OaCnZm0g,101137
97
+ siat/security_prices.py,sha256=bJXm2lf3r0w40GXx2V90UkfCDOwRgz5PagQQLhY6HoE,101129
98
98
  siat/security_prices_test.py,sha256=OEphoJ87NPKoNow1QA8EU_5MUYrJF-qKoWKNapVfZNI,10779
99
99
  siat/security_trend.py,sha256=BNZm0Yujs3V6tlOirtcKqsKAegy36shWXGen_c4KwBo,17204
100
100
  siat/security_trend2.py,sha256=EDeUC9g9F4aeezsGUsOcW6o_JuuCMx6VbUr_sRKD-JY,23617
@@ -131,7 +131,7 @@ siat/valuation.py,sha256=3SopU5yomIXg6zH6oVFiBJyZosndFxOo1AINnbwW0lo,47334
131
131
  siat/valuation_china.py,sha256=oEQRrktJNHiOG1mJSQN1aSSQAQrwrg-ppIHyNVjMjNg,67603
132
132
  siat/valuation_market_china_test.py,sha256=gbJ0ioauuo4koTPH6WKUkqcXiQPafnbhU5eKJ6lpdLA,1571
133
133
  siat/var_model_validation.py,sha256=3LY2JLvVpPNZLomHMUZvD2-nbL64ACtD7LKrNTk6JmU,14862
134
- siat-3.0.0.dist-info/METADATA,sha256=-oeCF7kqrHhYBKA94FSaYE4d3LaTc7f-cMQMtZvPdF4,1447
135
- siat-3.0.0.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92
136
- siat-3.0.0.dist-info/top_level.txt,sha256=r1cVyL7AIKqeAmEJjNR8FMT20OmEzufDstC2gv3NvEY,5
137
- siat-3.0.0.dist-info/RECORD,,
134
+ siat-3.0.1.dist-info/METADATA,sha256=Sl93-sUYX7PcXXu2fmmw8P7nGvYa509r4_rBvHpkmr4,1447
135
+ siat-3.0.1.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92
136
+ siat-3.0.1.dist-info/top_level.txt,sha256=r1cVyL7AIKqeAmEJjNR8FMT20OmEzufDstC2gv3NvEY,5
137
+ siat-3.0.1.dist-info/RECORD,,
File without changes