Interbank transactions rates are classified by lending period (tenor) such as Overnight (O/N) , Tom/Next , Overnight Forward Start , At Call and Fixed Term. <br> Lag time : 1 business day <br> Release schedule : every business day at 10.00 a.m. <br> Source of data :
- All commercial banks
- Export-Import Bank of Thailand , The Government Savings Bank , Bank for Agricultue and Agricultural Cooperatives , Small and Medium Enterprise Development Bank of Thailand , The Government Housing Bank and Islamic Bank of Thailand <br>
- All finance companies <br> More detail CLICK
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-30
end_period
Required in query
string
End Preiod Date (YYYY-MM-DD) EX. 2017-06-30
term_type
Optional in query
string
term Type EX. O/N
Accept
Optional in header
string
application/json
200
200 OK
Example Request
Example Response
GET https://apigw1.bot.or.th/bot/public/Stat-InterbankTransactionRate/v2/INTRBNK_TXN_RATE/
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": {
"api": {
"type": "string",
"example": "Interbank Transaction Rates (Percent per annum)"
},
"timestamp": {
"type": "string",
"example": "2017-07-24 16:37:42"
},
"data": {
"type": "object",
"properties": {
"data_header": {
"type": "object",
"properties": {
"report_name_eng": {
"type": "string",
"example": "Interbank Transactions"
},
"report_name_th": {
"type": "string",
"example": "ธุรกรรมการกู้ยืมระหว่างธนาคาร"
},
"report_uoq_name_eng": {
"type": "string",
"example": ""
},
"report_uoq_name_th": {
"type": "string",
"example": ""
},
"report_source_of_data": {
"type": "array",
"items": {
"type": "array",
"example": []
}
},
"report_remark": {
"type": "object",
"properties": {
"report_remark_eng": {
"type": "string"
},
"report_remark_th": {
"type": "string"
}
},
"example": [
{
"report_remark_eng": "",
"report_remark_th": ""
},
{
"report_remark_eng": "",
"report_remark_th": ""
},
{
"report_remark_eng": "",
"report_remark_th": ""
},
{
"report_remark_eng": "",
"report_remark_th": ""
},
{
"report_remark_eng": "",
"report_remark_th": ""
},
{
"report_remark_eng": "",
"report_remark_th": ""
},
{
"report_remark_eng": "",
"report_remark_th": ""
},
{
"report_remark_eng": "Overnight Forward Start transaction data start on August,1 2016 onward",
"report_remark_th": "ธุรกรรม Overnight Forward Start เริ่มรายงานข้อมูลตั้งแต่วันที่ 1 สิงหาคม 2559 เป็นต้นไป "
}
]
},
"last_updated": {
"type": "string",
"example": "2017-07-24"
}
}
},
"data_detail": {
"type": "object",
"properties": {
"period": {
"type": "string"
},
"term_type_name_th": {
"type": "string"
},
"term_type_name_eng": {
"type": "string"
},
"min_interest_rate": {
"type": "string"
},
"max_interest_rate": {
"type": "string"
},
"mode_interest_rate": {
"type": "string"
},
"weighted_average_interest_rate": {
"type": "string"
}
},
"example": [
{
"period": "2014-10-28",
"term_type_name_th": "O/N",
"term_type_name_eng": "O/N",
"min_interest_rate": "1.90000",
"max_interest_rate": "2.02000",
"mode_interest_rate": "1.90000",
"weighted_average_interest_rate": "1.94169"
},
{
"period": "2014-10-27",
"term_type_name_th": "O/N",
"term_type_name_eng": "O/N",
"min_interest_rate": "1.90000",
"max_interest_rate": "2.00000",
"mode_interest_rate": "1.90000",
"weighted_average_interest_rate": "1.94973"
}
]
}
}
}
}
}
}
}