Administrator
2024-05-24 5769d8f88eeaebe4da9bf42fa33d2e36b48c5ca2
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"]