요청 당시 종목의 스냅샷을 반환한다.

Response

Field NameDescriptionType
marketMarket IDString
trade_dateLast trade date (UTC)
Format: yyyyMMdd
String
trade_timeLast trade time (UTC)
Format: HHmmss
String
trade_date_kstLast trade date (KST)
Format: yyyyMMdd
String
trade_time_kstLast trade time (KST)
Format: HHmmss
String
trade_timestampLast trade timestamp(UTC)
Format: Unix Timestamp
Long
opening_priceOpen PriceDouble
high_priceHigh PriceDouble
low_priceLow PriceDouble
trade_priceClose PriceDouble
prev_closing_pricePrevious closing price(UTC+00:00)Double
changeChange price type compared to the previous day’s closing price.
EVEN or RISE or FALL
String
change_priceChange price compared to the previous day’s closing price.Double
change_rateChange price rate compared to the previous day’s closing price.Double
signed_change_priceSigned change price compared to the previous day’s closing price.Double
signed_change_rateSigned change price rate compared to the previous day’s closing price.Double
trade_volumeLast trade volumeDouble
acc_trade_priceAccumulated trade price(UTC+00:00)Double
acc_trade_price_24h24 hrs accumulated price.Double
acc_trade_volumeAccumulated trade volume(UTC+00:00)Double
acc_trade_volume_24h24 hrs accumulated trade volumeDouble
highest_52_week_price52 week high priceDouble
highest_52_week_dateDate of 52 week high price
Format: yyyy-MM-dd
String
lowest_52_week_price52-week low priceDouble
lowest_52_week_dateDate of 52-week low price
Format: yyyy-MM-dd
String
timestampLast changed timestampLong

*The change, change_price, change_rate, signed_change_price, signed_change_rate fields are relative to the previous day’s closing price.

Language