Skip to main content
POST
Submit a KRX quote

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

KQuote request fields.

KQuoteRequest schema.

quote_msg_id
string
required

Required.

orig_quote_msg_id
string

Original quote message identifier.

account
string

Trading account used by the request.

symbol
string

Trading symbol.

side
string

Order or quote side.

cash_margin
string

Cash margin indicator.

trade_date
string

Trade date value for KQuoteRequest.

bid_price
string

Bid price.

offer_price
string

Offer price.

bid_size
integer<int64>

Bid size.

offer_size
integer<int64>

Offer size.

forn_invest_type_code
string

Foreign investor type code.

open_close_code
string

Open/close code.

Response

Accepted

AckResponse schema.

isSuccess
boolean

Indicates whether the operation completed successfully.

Example:

true

detail
string

Detailed information for the record.

data
object

Ack schema.