--- swagger: "2.0" info: x-ibm-name: external-interest-rates-percent-per-annum title: External Interest Rates (Percent per annum) version: 2.0.0 description: |- 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
Offered Rate : (SIBOR)
Frequency : Daily
Lag time : 1 business; day
Release schedule : Every business day at 9.30 a.m.
Source of data : Reuters
More detail [CLICK](http://www2.bot.or.th/statistics/MetaData/FM_RT_002_ENG.PDF) schemes: - https basePath: /Stat-ExternalInterestRate/v2/EXT_INT_RATE 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-30 - name: end_period type: string required: true in: query description: End Preiod Date (YYYY-MM-DD) EX. 2017-06-30 - name: rate_type type: string required: false in: query description: Rate Type EX. Libor 1 W in USD (Avg.offered rates) tags: [] definitions: Response Parameters: description: "" 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" x-ibm-endpoints: - endpointUrl: https://apigw1.bot.or.th/bot/public description: API Gateway type: - production ...