--- swagger: "2.0" info: x-ibm-name: bangkok-interbank-offered-rate-bibor-percent-per-annum title: Bangkok Interbank Offered Rate (BIBOR) (Percent per annum) version: 2.0.0 description: "" schemes: - https basePath: /BIBOR/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: /bibor_rate/: get: responses: 200: description: 200 OK schema: $ref: '#/definitions/Bangkok Interbank Offered Rate (BIBOR) by Banks (Percent per annum) Response Parameter' description: 'Bangkok Interbank Offered Rate (BIBOR) by Banks (Percent per annum)

BIBOR by banks are classified by lending period (tenor), the rates at which contributing banks offer to lend THB funds to prime banks, in a reasonable market size, on an unsecured basis in the Bangkok interbank market.
Frequency : Daily
Lag time : --
Release schedule : Every business day at 11.15 a.m.
Source of data : Bank of Thailand
More detail [CLICK](https://www.bot.or.th/app/bibor/publish/bibor_def.htm)' parameters: - $ref: '#/parameters/start_period' - $ref: '#/parameters/end_period' - $ref: '#/parameters/bank' /bibor_avg_rate/: get: responses: 200: description: 200 OK schema: $ref: '#/definitions/Average Bangkok Interbank Offered Rate (BIBOR) (Percent per annum) Response Parameter' description: 'Average Bangkok Interbank Offered Rate (BIBOR) (Percent per annum)

Average BIBOR are classified by lending period (tenor), the rates at which contributing banks offer to lend THB funds to prime banks, in a reasonable market size, on an unsecured basis in the Bangkok interbank market.
Frequency : Daily
Lag time : --
Release schedule : Every business day at 11.15 a.m.
Source of data : Bank of Thailand
More detail [CLICK](https://www.bot.or.th/app/bibor/publish/bibor_def.htm)' parameters: - $ref: '#/parameters/start_period' - $ref: '#/parameters/end_period' definitions: Bangkok Interbank Offered Rate (BIBOR) by Banks (Percent per annum) Response Parameter: description: "" type: object properties: result: type: object properties: api: type: string example: Bangkok Interbank Offered Rate (BIBOR) by Banks (Percent per annum) timestamp: type: string example: "2017-07-12 11:11:38" data: type: object properties: data_detail: type: array items: properties: period: type: string example: "2015-02-13" bankname_th: type: string example: ธนาคารมิซูโฮ จำกัด bankname_eng: type: string example: Mizuho Bank bibor_o_n: type: string example: "2.00000" bibor_1_week: type: string example: "2.03000" bibor_1_month: type: string example: "2.06000" bibor_2_month: type: string example: ~ bibor_3_month: type: string example: "2.13000" bibor_6_month: type: string example: "2.24000" bibor_9_month: type: string example: "2.34000" bibor_1_year: type: string example: "2.44000" Average Bangkok Interbank Offered Rate (BIBOR) (Percent per annum) Response Parameter: description: "" type: object properties: result: type: object properties: api: type: string example: Average Bangkok Interbank Offered Rate (BIBOR) (Percent per annum) timestamp: type: string example: "2017-07-12 11:10:00" data: type: object properties: data_detail: type: array items: properties: period: type: string example: "2015-02-13" bibor_o_n: type: string example: "2.00000" bibor_1_week: type: string example: "2.03500" bibor_1_month: type: string example: "2.08333" bibor_2_month: type: string example: ~ bibor_3_month: type: string example: "2.17500" bibor_6_month: type: string example: "2.28750" bibor_9_month: type: string example: "2.42333" bibor_1_year: type: string example: "2.53667" tags: [] parameters: start_period: name: start_period type: string required: true in: query description: Start Period Date (YYYY-MM-DD) EX. 2017-06-30 end_period: name: end_period type: string required: true in: query description: End Preiod Date (YYYY-MM-DD) EX. 2017-06-30 bank: name: bank type: string required: false in: query description: Bank Name EX. Mizuho Bank x-ibm-endpoints: - endpointUrl: https://apigw1.bot.or.th/bot/public description: API Gateway type: - production ...