mirror of
https://ghfast.top/https://github.com/aeroxw/tick-stock-panel.git
synced 2026-09-12 15:34:16 +08:00
54 lines
1.0 KiB
JSON
54 lines
1.0 KiB
JSON
{
|
|
"id": "ext_hy_ths",
|
|
"label": "扩展行业",
|
|
"mode": "snapshot",
|
|
"fields": [
|
|
{
|
|
"name": "symbol",
|
|
"dtype": "string",
|
|
"label": "标的代码"
|
|
},
|
|
{
|
|
"name": "code",
|
|
"dtype": "string",
|
|
"label": "代码"
|
|
},
|
|
{
|
|
"name": "股票代码",
|
|
"dtype": "string",
|
|
"label": "股票代码"
|
|
},
|
|
{
|
|
"name": "股票简称",
|
|
"dtype": "string",
|
|
"label": "股票简称"
|
|
},
|
|
{
|
|
"name": "所属同花顺行业",
|
|
"dtype": "string",
|
|
"label": "所属同花顺行业"
|
|
},
|
|
{
|
|
"name": "thscode",
|
|
"dtype": "string",
|
|
"label": "thscode"
|
|
},
|
|
{
|
|
"name": "time",
|
|
"dtype": "string",
|
|
"label": "time"
|
|
}
|
|
],
|
|
"description": "",
|
|
"symbol_map": {
|
|
"type": "mapped",
|
|
"col": "股票代码"
|
|
},
|
|
"code_map": {
|
|
"type": "computed",
|
|
"from": "symbol",
|
|
"method": "strip_exchange"
|
|
},
|
|
"created_at": "2026-06-27T12:18:42.205794",
|
|
"updated_at": "2026-06-27T12:18:42.205794"
|
|
} |