메인 콘텐츠로 건너뛰기
GET
/
api
/
market-data
/
quote
/
calc_index
종목 계산 지표 가져오기
curl --request GET \
  --url https://openapi.fcontext.com/api/market-data/quote/calc_index \
  --header 'x-api-key: <api-key>'
{
  "quote": [
    {
      "symbol": "<string>",
      "lastDone": "<string>",
      "changeValue": "<string>",
      "changeRate": "<string>",
      "volume": "<string>",
      "turnover": "<string>",
      "ytdChangeRate": "<string>",
      "marketValue": "<string>",
      "peTtmRatio": "<string>",
      "pbRatio": "<string>",
      "dividendRatioTtm": "<string>"
    }
  ]
}

인증

x-api-key
string
header
필수

계정 설정에서 생성한 Financial Context key입니다. x-api-key: <key>로 전송하세요.

쿼리 매개변수

symbols
string
필수

쉼표로 구분된 종목 심볼입니다.

fields
string
기본값:pe,pb,dps_rate,turnover_rate,mktcap

쉼표로 구분된 계산 필드입니다. 일반 필드에는 last_done, change_rate, turnover_rate, mktcap, capital_flow, pe, pb, dps_rate가 포함됩니다.

indexes
string

fields의 호환 별칭이며 동일한 쉼표 구분 필드를 지원합니다.

응답

계산 지표

quote
object[]