--- swagger: "2.0" info: x-ibm-name: interbank-transaction-rates-percent-per-annum title: Interbank Transaction Rates (Percent per annum) version: 2.0.0 description: "Interbank transactions rates are classified by lending period (tenor) such as Overnight (O/N) , Tom/Next , Overnight Forward Start , At Call and Fixed Term.
\nLag time : 1 business day
\nRelease schedule : every business day at 10.00 a.m.
\nSource of data :\n1. All commercial banks\n2. 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
\n3. All finance companies
\nMore detail [CLICK](http://www2.bot.or.th/statistics/MetaData/FM_RT_007_ENG.PDF)" schemes: - https basePath: /Stat-InterbankTransactionRate/v2/INTRBNK_TXN_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: term_type type: string required: false in: query description: term Type EX. O/N definitions: Response Parameters: description: "" 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" x-ibm-endpoints: - endpointUrl: https://apigw1.bot.or.th/bot/public description: API Gateway type: - production ...