feat: 完成金字塔选股和评估
This commit is contained in:
@@ -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"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user