Administrator
2024-05-31 c09dd858ba2d6894d1ded8e8da5a46b9b16b05d5
1
2
3
4
5
6
7
8
from code_attribute import history_k_data_util
from trade import huaxin_trade_api
 
if __name__ == "__main__":
    # print(huaxin_trade_api.get_money())
    code = "113549"
    price_results = history_k_data_util.HistoryKDatasUtils.get_gp_current_info([code])
    current_price = price_results[0]["price"]