메인 콘텐츠로 건너뛰기
GET
/
api
/
market-data
/
quote
/
static_info
종목 정적 정보 가져오기
curl --request GET \
  --url https://openapi.fcontext.com/api/market-data/quote/static_info \
  --header 'x-api-key: <api-key>'
{
  "quote": [
    {
      "symbol": "<string>",
      "nameCn": "<string>",
      "nameEn": "<string>",
      "nameHk": "<string>",
      "exchange": "<string>",
      "currency": "<string>",
      "lotSize": 123,
      "totalShares": "<string>",
      "circulatingShares": "<string>",
      "hkShares": "<string>",
      "eps": "<string>",
      "epsTtm": "<string>",
      "bps": "<string>",
      "dividendYield": "<string>"
    }
  ]
}

인증

x-api-key
string
header
필수

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

쿼리 매개변수

symbols
string
필수

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

응답

종목 정적 정보

quote
object[]