Skip to main content

Stock Information Inquiry

GET 

/v2/center/common/stocks/:ticker

Retrieves the stock information corresponding to the ticker.

Request

Path Parameters

    ticker stringrequired

    stock 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)

    Accept-External-Country string

    Default value: KR

    Country code for inquiry (KR or US)

Responses

success

Schema

    data

    object

    name string

    Item Name

    ticker string

    ticker

    icon string

    Stock icon URL

    exchange string

    Exchange Name

    industryCode string

    Industry Code

    deListed boolean

    Whether delisted

    code string

    Response code

    status integer

    Response status code

    message string

    Response message

    timestamp string

    Response timestamp

Loading...