Provide the result of Debt securities auction. <br> Frequency : Following to the auction schedule <br> Lag time : -- <br> Release schedule : when the auction is approved <br> Source of data : Bank of Thailand <br> More detail CLICK <br> <u>Remark</u> BOT has provided more information, such as Classification of Financial Instrument code (cfi_code) and Auction Status (auction_st), on API responses starting September 29, 2017 onward.
production
https://apigw1.bot.or.th/bot/public
API Gateway
Paths
/
get /
clientIdHeader
X-IBM-Client-Id
(apiKey located in header)
start_period
Required in query
string
Start Period Date (YYYY-MM-DD) EX. 2017-06-31
end_period
Required in query
string
End Period Date (YYYY-MM-DD) EX. 2017-06-31
Accept
Optional in header
string
application/json
200
200 OK
Example Request
Example Response
GET https://apigw1.bot.or.th/bot/public/BondAuction/bond_auction_v2/
Try this operation
No response. This is a mixed content call. It is not possible to test HTTP APIs from an HTTPS secured Portal site and vice versa.
No response. This is a cross-origin call. Make sure the server accepts requests from this portal. Or if using self-signed SSL certificates then paste the URL above into your browser to accept the certificate before trying again (On Internet Explorer it must be the same browser tab.).
Definitions
{
"type": "object",
"properties": {
"result": {
"type": "object",
"properties": {
"success": {
"type": "string",
"example": "true"
},
"api": {
"type": "string",
"example": "Bond Auction"
},
"timestamp": {
"type": "string",
"example": "2017-10-03 08:53:51"
},
"data": {
"type": "object",
"properties": {
"data_detail": {
"type": "array",
"items": {
"properties": {
"auction_date": {
"type": "string",
"example": "2017-09-26"
},
"debt_securities_type": {
"type": "string",
"example": "Government Bonds"
},
"thaibma_symbol": {
"type": "string",
"example": "LB233A"
},
"isin_code": {
"type": "string",
"example": "TH0623033303"
},
"auction_nm_th": {
"type": "string",
"example": "พันธบัตรรัฐบาลในปีงบประมาณ พ.ศ.2560 ครั้งที่ 1-Test API"
},
"cfi_code": {
"type": "string",
"example": "DBFTFR"
},
"re_open_from_th": {
"type": "string",
"example": "พันธบัตรรัฐบาลในปีงบประมาณ พ.ศ.2551 ครั้งที่ 4"
},
"coupon_rate": {
"type": "string",
"example": "5.5"
},
"time_to_maturity": {
"type": "string",
"example": "5.46 Yrs"
},
"payment_date": {
"type": "string",
"example": "2017-09-28"
},
"start_date_of_interest_earning_period": {
"type": "string",
"example": "2017-09-13"
},
"maturity_date": {
"type": "string",
"example": "2023-03-13"
},
"issue_amount_ncb_cb": {
"type": "string",
"example": "2000.0000000"
},
"accepted_amount_ncb_cb": {
"type": "string",
"example": "2000.0000000"
},
"accepted_amount_ncb": {
"type": "string",
"example": ""
},
"accepted_amount_cb": {
"type": "string",
"example": "2000.0000000"
},
"greenshoe_option_amount": {
"type": "string",
"example": "400.0000000"
},
"pao_amount": {
"type": "string",
"example": ""
},
"over_allotment_amount": {
"type": "string",
"example": ""
},
"grand_total_amount": {
"type": "string",
"example": "2400.0000000"
},
"accepted_lowest_yield": {
"type": "string",
"example": "1.7070000"
},
"accepted_highest_yield": {
"type": "string",
"example": "1.7090000"
},
"weighted_average_accepted_yield": {
"type": "string",
"example": "1.7077000"
},
"bid_coverage_ratio": {
"type": "string",
"example": "2.2000000"
},
"auction_st": {
"type": "string",
"example": "Approve"
}
}
}
}
}
}
}
}
}
}