메인 콘텐츠로 건너뛰기
스크리너 엔드포인트를 사용해 전략을 나열하고, 지표 메타데이터를 확인하며, 조건 기반 주식 스크리닝을 실행합니다.

추천 전략

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을 지원하므로 필터를 query parameter로 전달하세요.

사용 가능한 지표

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