Skip to main content
GET
/
api
/
aitaquote
/
screener
/
search
执行选股筛选
curl --request GET \
  --url https://fcontext.com/api/aitaquote/screener/search \
  --header 'x-api-key: <api-key>'
{
  "results": {
    "data": "<string>"
  }
}

Authorizations

x-api-key
string
header
required

Financial Context key generated from account settings. Send it as x-api-key: <key>.

Query Parameters

market
string

市场代码。自定义条件筛选默认 US;按策略 ID 运行时可省略。

strategy_id
integer

策略 ID;提供后按策略运行。

Required range: x >= 1
strategyId
integer

strategy_id 的兼容别名。

Required range: x >= 1
conditions
string

自定义筛选条件,支持 KEY:MIN:MAX 或 JSON 数组。

condition
string

conditions 的兼容别名。

show
string

额外展示指标,逗号分隔或 JSON 数组。

page
integer
default:0

0-based 页码,默认 0。

Required range: x >= 0
size
integer
default:20

每页数量,默认 20,最大 100。

Required range: 1 <= x <= 100
count
integer

size 的兼容别名。

Required range: 1 <= x <= 100

Response

筛选结果

results
object