mirror of
https://ghfast.top/https://github.com/aeroxw/tick-stock-panel.git
synced 2026-09-12 20:14:16 +08:00
89 lines
1.7 KiB
JSON
89 lines
1.7 KiB
JSON
{
|
|
"id": "ext_sxdata_ths",
|
|
"label": "扩展ths数据",
|
|
"mode": "timeseries",
|
|
"fields": [
|
|
{
|
|
"name": "symbol",
|
|
"dtype": "string",
|
|
"label": "标的代码"
|
|
},
|
|
{
|
|
"name": "code",
|
|
"dtype": "string",
|
|
"label": "代码"
|
|
},
|
|
{
|
|
"name": "股票代码",
|
|
"dtype": "string",
|
|
"label": "股票代码"
|
|
},
|
|
{
|
|
"name": "股票简称",
|
|
"dtype": "string",
|
|
"label": "股票简称"
|
|
},
|
|
{
|
|
"name": "人气排名",
|
|
"dtype": "int",
|
|
"label": "人气排名"
|
|
},
|
|
{
|
|
"name": "个股热度",
|
|
"dtype": "float",
|
|
"label": "个股热度"
|
|
},
|
|
{
|
|
"name": "资金流向",
|
|
"dtype": "float",
|
|
"label": "资金流向"
|
|
},
|
|
{
|
|
"name": "PE",
|
|
"dtype": "float",
|
|
"label": "PE"
|
|
},
|
|
{
|
|
"name": "PE_TTM",
|
|
"dtype": "float",
|
|
"label": "PE_TTM"
|
|
},
|
|
{
|
|
"name": "PB",
|
|
"dtype": "float",
|
|
"label": "PB"
|
|
},
|
|
{
|
|
"name": "ROE",
|
|
"dtype": "float",
|
|
"label": "ROE"
|
|
},
|
|
{
|
|
"name": "营收",
|
|
"dtype": "float",
|
|
"label": "营收"
|
|
},
|
|
{
|
|
"name": "净利润",
|
|
"dtype": "float",
|
|
"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:59:15.923591",
|
|
"updated_at": "2026-06-19T19:59:15.923591"
|
|
} |