fiscal_query
Query Korean national fiscal data by API code and parameters. Use fiscal_search or fiscal_guide to find the API code, then specify filters like year or organization. Supports pagination up to 1000 results per page.
Instructions
열린재정 API를 호출해 데이터를 조회합니다. api_code는 fiscal_search 또는 fiscal_guide로 먼저 확인하세요. page_size 기본값은 100입니다 (최대 1000).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| api_code | Yes | API 코드 (fiscal_search로 확인) | |
| params | No | 쿼리 파라미터 (예: {FSCL_YY: 2024, OFFC_NM: '교육부'}) | |
| page | No | 페이지 번호 (기본: 1) | |
| page_size | No | 페이지당 건수 (기본: 100, 최대: 1000) |