---
swagger: "2.0"
info:
x-ibm-name: thai-baht-implied-interest-rates-percent-per-annum
title: Thai Baht Implied Interest Rates (Percent per annum)
version: 2.0.0
description: |-
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.
Frequency : Daily
Lag time : 1 business; day
Release schedule : Every business day at 11.00 a.m.
Source of data : Bank of Thailand
More detail [CLICK](http://www2.bot.or.th/statistics/MetaData/FM_RT_003_ENG.PDF)
schemes:
- https
basePath: /Stat-ThaiBahtImpliedInterestRate/v2/THB_IMPL_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: 'RateType EX. ONSHORE : T/N'
definitions:
Response Parameters:
description: ""
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"
x-ibm-endpoints:
- endpointUrl: https://apigw1.bot.or.th/bot/public
description: API Gateway
type:
- production
...