| | |
| | | except Exception as e: |
| | | logger_debug.exception(e) |
| | | |
| | | |
| | | @classmethod |
| | | def get_gp_current_info(cls, codes): |
| | | return JueJinApi.get_gp_current_info(codes) |
| | |
| | | latest_trading_date = tool.get_now_date_str() |
| | | return latest_trading_date |
| | | |
| | | |
| | | if __name__ == "__main__": |
| | | print(HistoryKDatasUtils.get_previous_trading_date("2024-12-31")) |
| | | print(HistoryKDatasUtils.get_history_tick_n("000095", 10)) |
| | | |
| | | |
| | | # now_day = tool.get_now_date_str() |
| | | # results = JueJinApi.get_history_instruments(JueJinApi.get_juejin_code_list_with_prefix(["600265"]), |