完善知行短线

This commit is contained in:
2026-08-17 00:47:02 +08:00
parent 436a126e3b
commit 5029a22de1
12 changed files with 517 additions and 15 deletions

View File

@@ -28,6 +28,9 @@ class Settings(BaseSettings):
# 真实数据源
tushare_token: str = "" # Tushare Pro token主数据源
# 15000 积分档 token 走 quicksync 镜像(官方 api.tushare.pro 对其返回 40101
# 留空 = 官方接口。SDK 侧需改写 DataApi.__http_url见 tushare_provider.get_pro
tushare_api_url: str = ""
data_adjust: str = "qfq" # 复权qfq 前复权 / hfq 后复权 / "" 不复权
data_default_start: str = "20200101" # 默认拉取起点(约近 5 年)