1
0

refactor: 移除年线数据

需要用的时候现算就是了,避免维护更多的原始数据
This commit is contained in:
2025-10-14 18:08:27 +08:00
parent e387fc839f
commit 963c2a9878
7 changed files with 30 additions and 212 deletions

View File

@@ -109,7 +109,8 @@ Content-Type: application/json
"api_name": "adj_factor",
"token": "{{api_key}}",
"params": {
"trade_date": "20241231"
"ts_code": "600018.SH",
"trade_date": "20060331"
},
"fields": [
"ts_code",
@@ -126,12 +127,15 @@ Content-Type: application/json
"api_name": "stk_factor_pro",
"token": "{{api_key}}",
"params": {
"ts_code": "000002.SZ",
"trade_date": "20250102"
"ts_code": "600018.SH",
"trade_date": "20060331"
},
"fields": [
"ts_code",
"trade_date",
"open",
"open_qfq",
"open_hfq",
"close",
"close_qfq",
"close_hfq"