Skip to main content

Security Master Inquiry

GET 

/v1/basic/common/security/master/:ticker

Retrieves detailed information on the stock corresponding to the ticker.

Request

Path Parameters

    ticker stringrequired

    Security code

Header Parameters

    Accept-Country stringrequired

    Default value: KR

    Country Code (KR or US)

    Accept-Currency string

    Default value: KRW

    Currency Code (KRW or USD)

    Accept-Language string

    Default value: EN

    Language Code (KO or EN)

Responses

Success

Schema

    data

    object

    ticker stringrequired

    stock code

    securityName string

    security name (English)

    securityNameKo string

    security name (Korean)

    headQuarterCountryCode string

    Headquarter Country

    exchangeCountryCode string

    Listed Exchange Country

    isin stringrequired

    ISIN Code

    sedol string

    SEDOL Code

    cusip string

    CUSIP code

    ric string

    RIC code

    cik stringrequired

    CIK (unique investor ID) code

    economicSector string

    1st Depth industry classification

    businessSector string

    2nd Depth industry classification

    industryGroup string

    3-Tier Industrial Classification

    industry string

    4-Tier Industrial Classification

    subIndustry string

    5-Tier Industrial Classification

    listingStatus boolean

    Listing Status

    foundationDt date-time

    Foundation Date

    listedDt date-time

    Listing Date

    delistedDt date-time

    Delisting Date

    exchange string

    Exchange Name (English)

    exchangeKo string

    Exchange Name (Korean)

    listedMarket string

    Listed Market (English)

    listedMarketKo string

    Listed Market (Korean)

    lsegListedMarketCode string

    LSEG Listed Market Code

    lsegListedMarket string

    LSEG Listed Market

    code string

    Response code

    status integer

    Response status code

    message string

    Response message

    timestamp string

    Response timestamp

Loading...