This commit is contained in:
dosangyoon
2022-07-29 15:40:31 +09:00
parent 17be8fd147
commit c27eed6be0
4 changed files with 92 additions and 81 deletions

View File

@@ -202,4 +202,7 @@ if __name__ == "__main__":
hts.buyRealTime(lastday_str, today_str)
hts.writeStockData(stock_code, today_str)
db_filename = os.path.join(RESOURCE_PATH, "hts.db")
hts.insertStockData(db_filename, stock_code, "KODEX 200선물인버스2X", today_str)
print ("done...")