Files
tick-stock-panel/data/ext_data/ext_gn_ths/config.json
T

44 lines
861 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": "ths概念、日更",
"symbol_map": {
"type": "mapped",
"col": "股票代码"
},
"code_map": {
"type": "computed",
"from": "symbol",
"method": "strip_exchange"
},
"created_at": "2026-06-19T19:56:33.098883",
"updated_at": "2026-06-19T19:56:33.098883"
}