---
swagger: "2.0"
info:
x-ibm-name: debt-securities-auction-result-current
title: Debt Securities Auction Result (Current)
version: 2.0.0
description: |-
Provide the result of Debt securities auction.
Frequency : Following to the auction schedule
Lag time : --
Release schedule : when the auction is approved
Source of data : Bank of Thailand
More detail [CLICK](https://www.bot.or.th/English/DebtSecurities/Auction/Pages/default.aspx)
Remark 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.
schemes:
- https
basePath: /BondAuction/bond_auction_v2
consumes:
- application/json
produces:
- application/json
securityDefinitions:
clientIdHeader:
type: apiKey
in: header
name: X-IBM-Client-Id
security:
- clientIdHeader: []
x-ibm-configuration:
testable: true
enforced: true
phase: realized
paths:
/:
get:
responses:
200:
description: 200 OK
schema:
$ref: '#/definitions/Response Parameters'
parameters:
- name: start_period
type: string
required: true
in: query
description: Start Period Date (YYYY-MM-DD) EX. 2017-06-31
- name: end_period
type: string
required: true
in: query
description: End Period Date (YYYY-MM-DD) EX. 2017-06-31
definitions:
Response Parameters:
description: ""
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
x-ibm-endpoints:
- endpointUrl: https://apigw1.bot.or.th/bot/public
description: API Gateway
type:
- production
...