get_dynamic_data
Fetch specific Indonesian BPS statistics from dynamic tables using a known variable ID. Covers population, poverty, unemployment, GDP, HDI, and Gini ratio.
Instructions
Fetch data from BPS dynamic tables. This tool requires a specific variable ID.
IMPORTANT: Use find_data first for automatic search. Use this tool only if you already know the var_id.
Common variables (national, domain=0000):
1452: Population (thousand people)
185: Poverty Percentage
523: Open Unemployment Rate (%)
108: GDP Growth Rate (%)
1706: Human Development Index (HDI)
2103: Gini Ratio
Use find_variable to search for other variable IDs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| th | No | Period/year code(s) (multiple allowed). Example: '2023' or '2020,2021,2022,2023' | |
| var | Yes | Variable ID(s) (multiple allowed, comma-separated). Example: '1452' or '1452,1453' | |
| turth | No | Derived period code | |
| domain | Yes | BPS domain code. '0000' for national. | |
| turvar | No | Derived variable code | |
| vervar | No | Vertical variable code |