Update stock_data_from_akshare.py

This commit is contained in:
guanjihuan 2023-09-05 17:09:06 +08:00
parent 35e75a00af
commit 8d83457a0e

View File

@ -5,6 +5,8 @@ The newest version of this code is on the web page: https://www.guanjihuan.com/a
import guan
print(len(guan.all_stock_symbols()), '\n')
print(guan.all_stock_symbols(), '\n')
print(guan.find_stock_name_from_symbol(symbol='000002'), '\n')
title, stock_data = guan.history_data_of_one_stock(symbol='000002', period='daily')
print(title, '\n')