1
0

feat: 股票增加上市日期

This commit is contained in:
2025-09-06 21:01:41 +08:00
parent fccf059416
commit 440d67c5e7
7 changed files with 34 additions and 6 deletions

View File

@@ -9,14 +9,18 @@ Content-Type: application/json
"api_name": "stock_basic",
"token": "{{api_key}}",
"params": {
"list_status": "D,P,L"
"list_status": "L",
"market": "主板",
"exchange": "SSE,SZSE"
},
"fields": [
"ts_code",
"name",
"fullname",
"exchange",
"industry"
"industry",
"market",
"list_date"
]
}