メインコンテンツへスキップ
スクリーナーエンドポイントを使用して、戦略一覧、指標メタデータの確認、条件付き銘柄スクリーニングを実行します。

おすすめ戦略

curl "https://openapi.fcontext.com/api/market-data/screener/strategies?market=US" \
  -H "x-api-key: YOUR_FCONTEXT_API_KEY"

戦略詳細

curl "https://openapi.fcontext.com/api/market-data/screener/strategy?id=19" \
  -H "x-api-key: YOUR_FCONTEXT_API_KEY"

検索

curl "https://openapi.fcontext.com/api/market-data/screener/search?market=US&conditions=pettm:10:50,roe:5:&show=roe,divyld&count=20" \
  -H "x-api-key: YOUR_FCONTEXT_API_KEY"
スクリーナーエンドポイントは GET をサポートしているため、フィルターはクエリパラメータとして渡します。

利用可能な指標

curl "https://openapi.fcontext.com/api/market-data/screener/indicators" \
  -H "x-api-key: YOUR_FCONTEXT_API_KEY"