1
0

feat: 完成金字塔选股和评估

This commit is contained in:
2025-09-19 16:48:02 +08:00
parent 01bd5ed178
commit dd81ca1150
5 changed files with 395 additions and 60 deletions

View File

@@ -209,8 +209,8 @@ Content-Type: application/json
"api_name": "fina_indicator",
"token": "{{api_key}}",
"params": {
"ts_code": "600132.SH",
"period": "20191231"
"ts_code": "001400.SZ",
"period": "20231231"
},
"fields": [
"ts_code",
@@ -238,3 +238,25 @@ Content-Type: application/json
"resume_date"
]
}
### Get Index
POST {{api_url}}
Content-Type: application/json
{
"api_name": "index_basic",
"token": "{{api_key}}",
"params": {
"market": "CSI"
},
"fields": [
"ts_code",
"name",
"fullname",
"market",
"publisher",
"index_type",
"category",
"desc"
]
}