有未来函数啦~
加一句:set_option("avoid_future_data", True)
报错:
File "/tmp/jqcore/jqboson/jqboson/api/data.py", line 87, in get_price
(str(future_fields), context.current_dt, end_date))
jqdata.exceptions.FutureDataError: avoid_future_data=True时, 当天开盘前不能获取当日的{'high', 'close', 'open'}字段数据, current_dt=2022-03-01 09:00:00, end_date=2022-03-01
2022-03-20