init
This commit is contained in:
6
stock/StockCrawler.py
Normal file
6
stock/StockCrawler.py
Normal file
@@ -0,0 +1,6 @@
|
||||
# https://wikidocs.net/47452
|
||||
|
||||
from pykrx import stock
|
||||
df = stock.get_market_ohlcv_by_date("20180101", "20180531", "005930")
|
||||
mon = df.resample('M').first()
|
||||
print(mon)
|
||||
Reference in New Issue
Block a user