Thai baht Implied Interest Rates refer to interest rate quoted for Baht borrowing through swap market from which the Bank of Thailand disseminates. The rates are those pertaining to domestic market where all transactions are either interbank or between commercial banks and their clients, and interest rates pertaining to foreign markets, which reflect transactions between commercial banks and Non-resident clients. <br> Frequency : Daily <br> Lag time : 1 business; day <br> Release schedule : Every business day at 11.00 a.m. <br> Source of data : Bank of Thailand <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
RateType EX. ONSHORE : T/N
Accept
Optional in header
string
application/json
200
200 OK
Example Request
Example Response
GET https://apigw1.bot.or.th/bot/public/Stat-ThaiBahtImpliedInterestRate/v2/THB_IMPL_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": "Thai Baht Implied Interest Rates (Percent per annum)"
},
"timestamp": {
"type": "string",
"example": "2017-07-24 16:34:00"
},
"data": {
"type": "object",
"properties": {
"data_header": {
"type": "object",
"properties": {
"report_name_eng": {
"type": "string",
"example": "Thai Baht Implied Interest Rates"
},
"report_name_th": {
"type": "string",
"example": "Thai Baht Implied Interest Rates"
},
"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": "Bank of Thailand"
},
"source_of_data_th": {
"type": "string",
"example": "ธนาคารแห่งประเทศไทย"
}
},
"type": "object"
}
},
"report_remark": {
"type": "array",
"items": {
"properties": {
"report_remark_eng": {
"type": "string",
"example": "Calculated from THB premium in various tenors from outside source (Reuters) at market closing."
},
"report_remark_th": {
"type": "string",
"example": "คำนวณ Thai Baht Implied Interest Rates จาก Swap Point ตามระยะเวลาต่าง ๆ ของราคาปิดในแต่ละตลาด จากแหล่งข้อมูล Reuters"
}
},
"type": "object"
}
},
"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": "ONSHORE : T/N"
},
"rate_type_name_eng": {
"type": "string",
"example": "ONSHORE : T/N"
},
"interest_rate": {
"type": "string",
"example": "1.35000"
}
}
}
}
}
}
}
}
}
}