External Interest Rates encompass major interest rates as follows: US Interest Rates (US Discount Rate, US Prime Rate and US Federal Fund Rate) London Interbank Offered Rate : (LIBOR) and Singapore Interbank <br> Offered Rate : (SIBOR) <br> Frequency : Daily <br> Lag time : 1 business; day <br> Release schedule : Every business day at 9.30 a.m. <br> Source of data : Reuters <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
rate_type
Optional in query
string
Rate Type EX. Libor 1 W in USD (Avg.offered rates)
Accept
Optional in header
string
application/json
200
200 OK
Example Request
Example Response
GET https://apigw1.bot.or.th/bot/public/Stat-ExternalInterestRate/v2/EXT_INT_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": "External Interest Rates (Percent per annum)"
},
"timestamp": {
"type": "string",
"example": "2017-07-24 16:31:10"
},
"data": {
"type": "object",
"properties": {
"data_header": {
"type": "object",
"properties": {
"report_name_eng": {
"type": "string",
"example": "External Interest Rates"
},
"report_name_th": {
"type": "string",
"example": "อัตราดอกเบี้ยต่างประเทศ"
},
"report_uoq_name_eng": {
"type": "string",
"example": "(Percent per annum)"
},
"report_uoq_name_th": {
"type": "string",
"example": "(อัตราร้อยละต่อปี)"
},
"report_source_of_data": {
"type": "array",
"items": {
"properties": {
"source_of_data_eng": {
"type": "string",
"example": "Reuters"
},
"source_of_data_th": {
"type": "string",
"example": "รอยเตอร์"
}
}
}
},
"report_remark": {
"type": "object",
"properties": {
"report_remark_eng": {
"type": "string"
},
"report_remark_th": {
"type": "string"
}
},
"example": [
{
"report_remark_eng": "Rates fixed at 11.00 a.m. local time.",
"report_remark_th": "อัตราดอกเบี้ยคงที่ เวลา 11.00 น. (เวลาท้องถิ่น)"
},
{
"report_remark_eng": "From June 3, 2013 onwards, closed 9 M Libor at every currency is no longer available.",
"report_remark_th": "ตั้งแต่วันที่ 3 มิ.ย. 56 เป็นต้นไป รอยเตอร์ยกเลิกการเผยแพร่อัตราดอกเบี้ยระหว่างธนาคารในตลาดลอนดอน 9 เดือน ทุกสกุลเงิน"
},
{
"report_remark_eng": " From January, 2014 onwards, closed Sibor is no longer available.",
"report_remark_th": " ตั้งแต่วันที่ 1 ม.ค. 57 เป็นต้นไป รอยเตอร์ยกเลิกการเผยแพร่อัตราดอกเบี้ยระหว่างธนาคารในตลาดสิงค์โปร์"
}
]
},
"last_updated": {
"type": "string",
"example": "2017-07-24"
}
}
},
"data_detail": {
"type": "array",
"items": {
"properties": {
"period": {
"type": "string",
"example": "2017-05-03"
},
"rate_type_name_th": {
"type": "string",
"example": "Libor 1 W in USD (Avg.offered rates)"
},
"rate_type_name_eng": {
"type": "string",
"example": "Libor 1 W in USD (Avg.offered rates)"
},
"interest_rate": {
"type": "string",
"example": "0.94833"
}
}
}
}
}
}
}
}
}
}