跳轉到主要內容
GET
/
api
/
market-data
/
screener
/
strategies
/
mine
獲取我的選股策略
curl --request GET \
  --url https://openapi.fcontext.com/api/market-data/screener/strategies/mine \
  --header 'x-api-key: <api-key>'
{
  "strategies": {
    "data": "<string>"
  }
}

授權

x-api-key
string
header
必填

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

查詢參數

market
string
預設值:US

市場代碼,預設 US。僅支持 US

回應

我的選股策略

strategies
object