Skip to main content

View Latest Consensus

GET 

/v1/basic/consensus/:ticker

Retrieve the latest consensus 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

    ticker string

    stock code

    countryCode string

    country code

    securityName string

    security name

    trbc string

    TRBC

    primaryReportingBasis string

    Accounting Standards (Consolidated/Parent Company, etc)

    recommendationMean number

    Default value: 0

    Average of Buy/Sell Recommendations

    recommendationHigh integer

    Default value: 0

    Maximum of Buy/Sell Recommendations

    recommendationLow integer

    Default value: 0

    Minimum opinion for buying/selling

    recommendationNumberOfRecommendations integer

    Default value: 0

    Number of institutions submitting opinions

    recommendationStatistics string

    Statistics of buying/selling opinions

    recommendationSnapshots string

    Buy/Sell opinion snapshots

    priceTargetCurrencyCode string

    Target price currency

    priceTargetMean number

    Default value: 0

    Average target price

    priceTargetHigh integer

    Default value: 0

    Maximum target price

    priceTargetLow number

    Default value: 0

    Minimum target price

    priceTargetNumberOfEstimates integer

    Default value: 0

    Number of institutions providing target price

    priceTargetMedian integer

    Default value: 0

    Median Target Price

    priceTargetStandardDeviation number

    Default value: 0

    Standard Deviation of Target Price

    priceTargetSnapshots string

    Target Price Snapshots

    code string

    Response code

    status integer

    Response status code

    message string

    Response message

    timestamp string

    Response timestamp

Loading...