跳轉到主要內容
GET
/
api
/
market-data
/
screener
/
search
運行股票選股器
curl --request GET \
  --url https://openapi.fcontext.com/api/market-data/screener/search \
  --header 'x-api-key: <api-key>'
{
  "results": {
    "data": "<string>"
  }
}

授權

x-api-key
string
header
必填

在帳戶設置中生成的 Financial Context key。請以 x-api-key: <key> 形式發送。

查詢參數

market
string

市場代碼。自定義條件選股預設使用 US;按策略 ID 運行時可省略。

strategy_id
integer

策略 ID;提供後,選股器會運行該策略。

必填範圍: x >= 1
strategyId
integer

strategy_id 的兼容別名。

必填範圍: x >= 1
conditions
string

自定義篩選條件;支持 KEY:MIN:MAX 或 JSON 數組。

condition
string

conditions 的兼容別名。

show
string

額外顯示的指標,逗號分隔或 JSON 數組。

page
integer
預設值:0

從 0 開始的頁碼,預設 0。

必填範圍: x >= 0
size
integer
預設值:20

每頁項目數,預設 20,最大 100。

必填範圍: 1 <= x <= 100
count
integer

size 的兼容別名。

必填範圍: 1 <= x <= 100

回應

選股結果

results
object