Skip to main content

Convert Symbol

converSymbol

Request Parameter

ParameterTypeMeaning
symbolstringSymbol from accounting
expiryDatestringExpiry Date
strikePricenumber ( Optional )Strike Price
callPutCallPut ( Optional )Call / Put : Call Call 、 Put Put

Response Parameter

ParameterTypeMeaning
symbolstringSymbol for Order or Subscribe MarketData
info

You can refer to the Enumerations table for month codes.

Request Example

//Future
sdk.futopt.convertSymbol("FITX","202404")

//Option
sdk.futopt.convertSymbol("TXO","202404",20000,CallPut.Call)

Response Example

//Future
"TXFD4"

//Option
"TXO20000D4"