บริการข้อมูล BOT API ในกลุ่มสถิติ ประกอบด้วย สถิติเศรษฐกิจการเงิน สถิติสถาบันการเงิน สถิติตลาดการเงิน และสถิติระบบการชำระเงิน ซึ่งเป็นข้อมูลที่ ธปท. เผยแพร่บน BOT Website ผู้ใช้บริการสามารถเลือกข้อมูลที่ต้องการ (Observations) โดยระบุ series code ซึ่งสามารถ Download ได้จาก List of Statistics APIs ท้ายนี้
The 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. ............
Download API list Document click
API Gateway
Paths
/
The code for series
start period: format (YYYY-MM-DD)
end period: format (YYYY-MM-DD)
sort data (asc, desc)
application/json
200 OK
Definitions
{
"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"
}
]
}
}
}
}
}
}
}
}