Skip to main content
GET
List available factors
获取所有可用的因子(变量和函数)定义,用于公式计算。

请求参数

string
default:"cn"
股票市场:cn(A股), hk(港股), us(美股)

响应参数

返回 FactorMeta[] 数组,因子列表按 level 分类。

响应示例

技术因子(Level 0-2)

Level 0 - 变量

Level 0 - 股票属性函数

Level 0 - 基础函数 (TongDaXin 风格: col 在前, n 在后)

Level 1 - 应用函数

Level 2 - 技术指标


基本面因子(Level 2)

财务报表

通过 . 访问报表字段:

盈利能力

估值因子

偿债能力

成长能力

运营能力

每股指标

Authorizations

Authorization
string
header
required

Enter your Bearer token

Query Parameters

market
enum<string>
default:cn

Stock market (cn, hk, us), default cn Stock market identifier

Available options:
cn,
hk,
us,
global

Response

Successful Response

name
string
required

Factor name for use in formulas

type
string
required

"variable" or "function"

level
integer
required

Level: 0 (variable/core), 1 (application functions), 2 (indicators)

description
string
required

Brief description in Chinese

description_en
string | null

Brief description in English (optional)