kosis_get_statistics_data
Retrieve statistical data tables from KOSIS by organization and table ID. Specify period type and range (year, quarter, month) to batch fetch multiple periods in a single call.
Instructions
kosis_search_statistics로 찾은 org_id/tbl_id의 통계자료를 표 단위로 일괄 조회한다. prd_se: 'Y'(연)|'Q'(분기)|'M'(월). start_prd~end_prd로 기간 범위를 지정하면 여러 연도/월을 한 번의 호출로 받아올 수 있다 (개별 호출 반복 금지).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| org_id | Yes | ||
| prd_se | No | Y | |
| tbl_id | Yes | ||
| end_prd | No | ||
| item_ids | No | ||
| start_prd | No |