mirror of
https://ghfast.top/https://github.com/aeroxw/tick-stock-panel.git
synced 2026-09-12 14:24:15 +08:00
- .gitignore: 从「仅 config.json」改为放行整个 data/ext_data 目录 - 提交扩展数据的 parquet 数据文件(gn_ths/hy_ths/kz_ths) - ext_sxdata_ths 重命名为 ext_kz_ths(config.json)
79 lines
1.4 KiB
JSON
79 lines
1.4 KiB
JSON
{
|
|
"id": "ext_kz_ths",
|
|
"label": "扩展快照ths",
|
|
"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": "人气排名",
|
|
"dtype": "int",
|
|
"label": "人气排名"
|
|
},
|
|
{
|
|
"name": "资金流向",
|
|
"dtype": "float",
|
|
"label": "资金流向"
|
|
},
|
|
{
|
|
"name": "PE",
|
|
"dtype": "float",
|
|
"label": "PE"
|
|
},
|
|
{
|
|
"name": "PB",
|
|
"dtype": "float",
|
|
"label": "PB"
|
|
},
|
|
{
|
|
"name": "ROE",
|
|
"dtype": "float",
|
|
"label": "ROE"
|
|
},
|
|
{
|
|
"name": "营收",
|
|
"dtype": "float",
|
|
"label": "营收"
|
|
},
|
|
{
|
|
"name": "净利润",
|
|
"dtype": "float",
|
|
"label": "净利润"
|
|
}
|
|
],
|
|
"description": "",
|
|
"symbol_map": {
|
|
"type": "mapped",
|
|
"col": "股票代码"
|
|
},
|
|
"code_map": {
|
|
"type": "computed",
|
|
"from": "symbol",
|
|
"method": "strip_exchange"
|
|
},
|
|
"created_at": "2026-06-05T13:48:50.034495",
|
|
"updated_at": "2026-06-05T16:02:52.060612"
|
|
} |