--- swagger: "2.0" info: x-ibm-name: observations title: Observations version: 1.0.3 description: "บริการข้อมูล BOT API ในกลุ่มสถิติ ประกอบด้วย สถิติเศรษฐกิจการเงิน สถิติสถาบันการเงิน สถิติตลาดการเงิน และสถิติระบบการชำระเงิน ซึ่งเป็นข้อมูลที่ ธปท. เผยแพร่บน BOT Website ผู้ใช้บริการสามารถเลือกข้อมูลที่ต้องการ (Observations) โดยระบุ series code ซึ่งสามารถ Download ได้จาก List of Statistics APIs ท้ายนี้ \n \nThe BOT API products on Statistics include economic and financial, financial Institutions, financial market and payment systems statistics, all of which are published on the BOT Website. Users can filter observations by series code, downloadable from List of Statistics APIs below.\n\n\n\nDownload API list Document [click](https://www.bot.or.th/content/dam/bot/documents/th/statistics/api-service/API_Statistic_time_series.xlsx)" contact: name: "" schemes: - https basePath: /observations consumes: - application/xml - application/json produces: - application/xml - 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: - $ref: '#/parameters/series_code' - $ref: '#/parameters/start_period' - $ref: '#/parameters/end_period' - $ref: '#/parameters/sort_by' tags: [] parameters: series_code: name: series_code type: string required: true in: query description: The code for series start_period: name: start_period type: string required: true in: query description: 'start period: format (YYYY-MM-DD)' end_period: name: end_period type: string required: false in: query description: 'end period: format (YYYY-MM-DD)' sort_by: name: sort_by type: string required: false in: query description: sort data (asc, desc) definitions: Response Parameters: description: "" type: object properties: result: type: object properties: api: type: string example: Bank of Thailand Statistics timestamp: type: string example: "2018-07-23 15:53:34" series: type: array items: properties: series_code: type: string example: PF00000000Q00232 series_name_th: type: string example: FSIs ยอดรวมตราสารหนี้ series_name_eng: type: string example: Government debt securities_Total unit_th: type: string example: ล้านบาท unit_eng: type: string example: Millions of Baht series_type: type: string example: Stock frequency: type: string example: Quarterly last_update_date: type: string example: "2018-04-30" observations: type: object properties: period_start: type: string value: type: string example: - period_start: 2017-Q1 value: "8648519.0000000" - period_start: 2017-Q2 value: "8472552.0000000" - period_start: 2017-Q3 value: "8454779.0000000" - period_start: 2017-Q4 value: "8690422.0000000" - period_start: 2018-Q1 value: "8722207.0000000" x-ibm-endpoints: - endpointUrl: https://apigw1.bot.or.th/bot/public description: API Gateway type: - production ...