Administrator
2025-06-09 aab1fa2e1182e7af58e15d63d2ea3a314f2da42f
third_data/history_k_data_util.py
@@ -390,7 +390,10 @@
    @classmethod
    def get_trading_dates(cls, start_date, end_date):
        return hx_qc_value_util.get_trade_calendar(start_date, end_date)
        if constant.is_windows():
            return JueJinApi.get_trading_dates(start_date, end_date)
        else:
            return hx_qc_value_util.get_trade_calendar(start_date, end_date)
    @classmethod
    def get_now_price(cls, codes):