kosis_indicator_data
Fetches time-series values for a KOSIS indicator by its ID. Filters the full data range locally when start, end, or recent is specified, and notes the applied filtering in metadata.
Instructions
주요지표의 시점별 수치를 받는다.
🔴 KOSIS 가 이 계열에서는 시점 범위를 거르지 않는다. startPrdDe/endPrdDe 는
값이 무시되고 모드 스위치로만 작동해서, 무엇을 주든 전 구간이 온다(실측).
그래서 이 도구가 전 구간을 받아 직접 거르고, 그 사실을 meta.server_filtered
(=false)와 meta.filter_note 로 알린다 — 서버가 걸러 줬다고 믿으면 요청하지
않은 구간을 받고도 모른다.
Args:
jipyo_id: 지표ID(kosis_indicator_search 로 찾는다).
start, end: 시점 범위(예: '2015'~'2025'). 비우면 전 구간.
recent: 최신 N개 시점만(start/end 를 안 줬을 때).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | No | ||
| start | No | ||
| recent | No | ||
| jipyo_id | Yes |