mirror of
https://ghfast.top/https://github.com/aeroxw/tick-stock-panel.git
synced 2026-09-12 15:34:16 +08:00
44 lines
843 B
JSON
44 lines
843 B
JSON
{
|
|
"id": "ext_gn_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": "所属概念"
|
|
}
|
|
],
|
|
"description": "",
|
|
"symbol_map": {
|
|
"type": "mapped",
|
|
"col": "股票代码"
|
|
},
|
|
"code_map": {
|
|
"type": "computed",
|
|
"from": "symbol",
|
|
"method": "strip_exchange"
|
|
},
|
|
"created_at": "2026-06-27T12:18:23.629390",
|
|
"updated_at": "2026-06-27T12:18:23.629390"
|
|
} |