ผู้ใช้บริการสามารถค้นหาข้อมูล BOT API ในกลุ่มสถิติ โดยกำหนดคำค้น keyword ตัวอย่างเช่น series code, series name หรือคำที่ต้องการ โดยบริการค้นหา Search Stat APIs จะแสดงผลการค้นหาแต่ละครั้งไม่เกิน 100 series
User can look for data in BOT API Statistics by keyword search using series code, series name, or relevant terms. The result will be displayed up to 100 series per search.
production
https://apigw1.bot.or.th/bot/public
API Gateway
Paths
/
get /
clientIdHeader
X-IBM-Client-Id
(apiKey located in header)
keyword
Required in query
string
keyword for search series
Accept
Optional in header
string
application/xml
application/json
application/json
200
200 OK
Example Request
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": "Search Stat APIs"
},
"timestamp": {
"type": "string",
"example": "2018-07-23 17:34:14"
},
"series_details": {
"type": "array",
"items": {
"properties": {
"series_code": {
"type": "string",
"example": "PF00000000Q00232"
},
"observation_start": {
"type": "string",
"example": "2003-Q4้"
},
"observation_end": {
"type": "string",
"example": "2018-Q1"
},
"series_name_th": {
"type": "string",
"example": "ยอดรวมตราสารหนี้"
},
"series_name_eng": {
"type": "string",
"example": "Government debt securities_Total"
},
"series_categories": {
"type": "object",
"example": []
},
"frequency": {
"type": "string",
"example": "Quarterly"
},
"frequency_short": {
"type": "string",
"example": "Q"
},
"unit_th": {
"type": "string",
"example": "ล้านบาท"
},
"data_type": {
"type": "string",
"example": "Stock"
},
"seasonal_adjustment_flag": {
"type": "string",
"example": "N"
},
"last_updated_date": {
"type": "string",
"example": "2018-04-30"
},
"source_of_data_th": {
"type": "string",
"example": "1. ธนาคารแห่งประเทศไทย 2. สำนักบริหารหนี้สาธารณะ กระทรวงการคลัง 3. บริษัทศูนย์รับฝากหลักทรัพย์ (ประเทศไทย) จำกัด 4. ผู้ดูแลและเก็บรักษาหลักทรัพย์"
},
"source_of_data_eng": {
"type": "string",
"example": "1. Bank of Thailand 2. The Public Debt Management Office, Ministry of Finance 3. Thailand Securities Depository Co., Ltd. (TSD) 4. Custodians"
},
"lag_time": {
"type": "string",
"example": "1 Month"
},
"release_schedule_th": {
"type": "string",
"example": "วันทำการสุดท้ายของเดือนถัดไป"
},
"release_schedule_eng": {
"type": "string",
"example": "The last business day of the following month"
},
"annotation_th": {
"type": "string",
"example": ""
},
"annotation_eng": {
"type": "string",
"example": ""
},
"description_th": {
"type": "string",
"example": "ยอดรวมตราสารหนี้"
},
"description_eng": {
"type": "string",
"example": "Total of the outstanding Government debt securities"
}
}
}
}
}
}
}
}