Skip to main content

Company Profile Inquiry

GET 

/v1/basic/profile/:ticker

Inquire about the company profile for the stock 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)

Responses

Success

Schema

    data

    object

    exchange string

    Exchange name

    listedMarket string

    Listed market

    ticker string

    Ticker symbol

    close double

    Closing price

    priceHigh12M double

    12-month high price

    priceLow12M double

    12-month low price

    priceMdd12M double

    12-month maximum drawdown (%)

    totalOutstandingShares double

    Total outstanding shares

    marketCap double

    Market capitalization

    epsTtm double

    EPS - Trailing 12 months

    perQtr double

    PER - Recent fiscal year

    foundationDt date

    Foundation date

    fiscalYearEnd string

    Fiscal year-end month

    listingStatus boolean

    Delisting status

    companySummary string

    Company overview

    ceoName string

    CEO name

    website string

    Website

    companyAddress string

    Address information (street)

    companyCity string

    Address information (city)

    companyState string

    Address information (state)

    companyZip string

    Address information (zip code)

    companyCountry string

    Address information (country)

    code string

    Response code

    status integer

    Response status code

    message string

    Response message

    timestamp string

    Response timestamp

Loading...